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-15T14:56:35.399Z||main|||||INFO|500||The following profiles are active: basic
2022-03-15T14:56:50.505Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-15T14:56:50.506Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-15T14:56:50.646Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-15T14:56:55.851Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-15T14:56:56.411Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-15T14:56:56.961Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-15T14:56:56.971Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-15T14:56:57.105Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-15T14:56:57.377Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-15T14:56:58.063Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-15T14:56:59.985Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-15T14:57:03.349Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-15T14:57:03.437Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-15T14:57:04.294Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-15T14:57:04.508Z||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-15T14:57:06.240Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-15T14:57:07.544Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-15T14:57:07.570Z||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-15T14:57:07.571Z||main|||||WARN|500||The sdc end point is not alive
2022-03-15T14:57:11.560Z||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-15T14:57:15.788Z||main|||||WARN|500||---
2022-03-15T14:57:15.789Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-15T14:57:15.789Z||main|||||WARN|500||---
2022-03-15T14:57:16.548Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-15T14:57:23.527Z||main|||||INFO|500||Started Application in 52.982 seconds (JVM running for 56.26)
2022-03-15T14:57:23.570Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-15T14:57:23.574Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-15T14:57:23.592Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-15T14:57:23.631Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-15T14:57:23.722Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fad377c5-b4cf-4bbe-b47b-501f3a4a85c8 url= /sdc/v1/artifactTypes
2022-03-15T14:57:23.722Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-15T14:57:24.165Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-15T14:57:24.219Z||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-15T14:57:24.269Z||scheduling-1|||||DEBUG|500||create keys
2022-03-15T14:57:24.285Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-15T14:57:24.344Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T14:57:24.371Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ccbc8050-8e36-40ae-9120-11c4e8ec89d7 url= /sdc/v1/registerForDistribution
2022-03-15T14:57:24.580Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ccbc8050-8e36-40ae-9120-11c4e8ec89d7 url= /sdc/v1/registerForDistribution
2022-03-15T14:57:24.580Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-15T14:57:24.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T14:57:24.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T14:57:24.664Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-15T14:57:24.677Z||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-15T14:57:24.679Z||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-15T14:57:24.678Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T14:57:24.720Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T14:57:35.098Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T14:57:35.145Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T14:58:24.592Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T14:58:24.593Z||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-15T14:58:24.594Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T14:58:24.599Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T14:58:24.600Z||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-15T14:58:24.600Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T14:58:34.158Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T14:58:34.161Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T14:59:24.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T14:59:24.593Z||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-15T14:59:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T14:59:24.596Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T14:59:24.597Z||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-15T14:59:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T14:59:34.156Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T14:59:34.167Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:00:24.597Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:00:24.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:00:24.600Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:00:24.600Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:00:24.601Z||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-15T15:00:24.601Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:00:34.173Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:00:34.184Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:01:24.592Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:01:24.595Z||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-15T15:01:24.595Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:01:24.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:01:24.598Z||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-15T15:01:24.599Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:01:34.167Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:01:34.168Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:02:24.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:02:24.593Z||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-15T15:02:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:02:24.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:02:24.597Z||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-15T15:02:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:02:34.152Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:02:34.156Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:03:24.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:03:24.592Z||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-15T15:03:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:03:24.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:03:24.597Z||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-15T15:03:24.598Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:03:34.146Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:03:34.163Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:04:24.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:04:24.593Z||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-15T15:04:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:04:24.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:04:24.597Z||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-15T15:04:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:04:34.149Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:04:34.150Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:05:24.592Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:05:24.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:05:24.598Z||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-15T15:05:24.598Z||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-15T15:05:24.599Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:05:24.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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:05:34.152Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:05:34.152Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:06:24.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:06:24.593Z||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-15T15:06:24.594Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:06:24.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:06:24.596Z||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-15T15:06:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:06:34.153Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:06:34.154Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:07:19.396Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-15T15:07:24.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:07:24.592Z||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-15T15:07:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:07:24.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:07:24.596Z||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-15T15:07:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:07:34.155Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:07:34.160Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:08:24.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:08:24.592Z||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-15T15:08:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:08:24.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:08:24.596Z||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-15T15:08:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:08:34.142Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:08:34.146Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:09:24.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:09:24.592Z||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-15T15:09:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:09:24.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:09:24.597Z||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-15T15:09:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:09:34.150Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:09:34.151Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:10:24.592Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:10:24.594Z||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-15T15:10:24.594Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:10:24.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:10:24.597Z||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-15T15:10:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:10:34.152Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:10:34.155Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:11:24.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:11:24.593Z||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-15T15:11:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:11:24.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:11:24.597Z||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-15T15:11:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:11:34.171Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:11:34.174Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:12:24.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:12:24.592Z||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-15T15:12:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:12:24.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:12:24.597Z||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-15T15:12:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:12:34.152Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:12:34.153Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:13:24.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:13:24.593Z||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-15T15:13:24.594Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:13:24.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:13:24.597Z||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-15T15:13:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:13:34.154Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:13:34.156Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:14:24.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:14:24.592Z||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-15T15:14:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:14:24.595Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:14:24.596Z||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-15T15:14:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:14:34.142Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:14:34.156Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:15:24.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:15:24.593Z||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-15T15:15:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:15:24.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:15:24.596Z||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-15T15:15:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:15:34.147Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:15:34.148Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:16:24.592Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:16:24.594Z||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-15T15:16:24.594Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:16:24.595Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:16:24.596Z||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-15T15:16:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:16:34.144Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:16:34.145Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:17:24.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:17:24.593Z||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-15T15:17:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:17:24.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:17:24.596Z||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-15T15:17:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:17:34.145Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:17:34.147Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:18:24.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:18:24.592Z||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-15T15:18:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:18:24.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:18:24.596Z||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-15T15:18:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:18:34.170Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:18:34.180Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:19:24.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:19:24.592Z||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-15T15:19:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:19:24.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:19:24.597Z||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-15T15:19:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:19:34.149Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:19:34.156Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:20:24.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:20:24.592Z||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-15T15:20:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:20:24.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:20:24.597Z||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-15T15:20:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:20:34.145Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:20:34.146Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:21:24.593Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:21:24.596Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:21:24.598Z||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-15T15:21:24.598Z||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-15T15:21:24.598Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:21:24.598Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:21:34.171Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:21:34.171Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:22:24.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:22:24.593Z||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-15T15:22:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:22:24.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:22:24.597Z||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-15T15:22:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:22:34.157Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:22:34.157Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:23:24.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:23:24.592Z||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-15T15:23:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:23:24.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:23:24.596Z||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-15T15:23:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:23:34.162Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:23:34.164Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:24:24.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:24:24.592Z||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-15T15:24:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:24:24.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:24:24.596Z||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-15T15:24:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:24:34.154Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:24:34.155Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:25:24.592Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:25:24.593Z||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-15T15:25:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:25:24.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:25:24.596Z||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-15T15:25:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:25:34.150Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:25:34.150Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:26:24.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:26:24.593Z||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-15T15:26:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:26:24.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:26:24.596Z||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-15T15:26:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:26:25.234Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:26:25.235Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:26:25.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"bbc73079-b63f-4423-b901-0991affcea34","serviceName":"vFW 2022-03-15 15-23-29","serviceVersion":"1.0","serviceUUID":"db7ebb0a-5a97-4b09-a0ae-2f16ec058546","serviceDescription":"catalog service description","serviceInvariantUUID":"532c3d1e-7775-4da6-a063-2294fdddff4a","resources":[{"resourceInstanceName":"vFW 21bd0d5e-8464 0","resourceName":"vFW 21bd0d5e-8464","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"06a13e46-0b5f-4550-9849-87c461eb419c","resourceInvariantUUID":"c791b0ff-18c4-4095-a7cf-624053bf2b40","resourceCustomizationUUID":"1bf2ac5b-0631-4f27-ae64-a033369d0de3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vf-license-model.xml","artifactChecksum":"YTg4YjIzYzJlODVkNmE2NDliODUxODRjMDRiYTBjZDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"639ac9d4-5828-4d2d-8d8e-06ed7c4ad279","artifactVersion":"1"},{"artifactName":"vfw21bd0d5e84640_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json","artifactChecksum":"NmIzZjE0MTkyYjE3NmYzYTBlY2UwN2Y5YTI0ZDJjNzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"91f3ebe9-dc23-456d-9544-1a732623a4fa","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"554f53b2-7ea5-49a4-be3b-bc3f1512a6ac","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vendor-license-model.xml","artifactChecksum":"NmFjZTYwNDJkZTYzM2NiMzY3OGM3OThmYTA3ZWNjNjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"66ef05e9-24f5-4a5a-894d-6b01c11dfcfe","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"edf898cb-b2d7-4957-98de-e6e386815061","artifactVersion":"3","generatedFromUUID":"554f53b2-7ea5-49a4-be3b-bc3f1512a6ac"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220315152329-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-template.yml","artifactChecksum":"MGRkZjcxMmY0MTkxNjlhOWM0ZWZlYWFhMzM2MmEzMzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a564b64e-1c5c-444f-9cdc-9a603bb0fe5a","artifactVersion":"1"},{"artifactName":"service-Vfw20220315152329-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar","artifactChecksum":"OTBlM2U0ZGVmZWNkMmE3ZDExMjc3MTEyNWNhMDJlMmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0e86419b-90c8-4587-b5bb-aff82c37239c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T15:26:25.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.250Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:26:25.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "cds",
  "timestamp": 1647357939292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.261Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:26:25.274Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:26:25.274Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647357984591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.279Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647357933052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.280Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647357935979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.280Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "policy-id",
  "timestamp": 1647357938616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.281Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "cds",
  "timestamp": 1647357939292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.281Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647357933052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T15:26:25.282Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647357935979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.283Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "policy-id",
  "timestamp": 1647357938616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.283Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "clamp",
  "timestamp": 1647357942832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.284Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "cds",
  "timestamp": 1647357939292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.285Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647357933052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:26:25.286Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647357935979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.286Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "policy-id",
  "timestamp": 1647357938616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:26:25.287Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "clamp",
  "timestamp": 1647357942832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T15:26:25.287Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "cds",
  "timestamp": 1647357939292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647357933052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647357935979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "policy-id",
  "timestamp": 1647357938616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "clamp",
  "timestamp": 1647357942832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647357933052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-15T15:26:25.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "cds",
  "timestamp": 1647357939292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647357935979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "policy-id",
  "timestamp": 1647357938616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647357946197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "clamp",
  "timestamp": 1647357942832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "cds",
  "timestamp": 1647357939292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647357933052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647357935979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "policy-id",
  "timestamp": 1647357938616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647357946197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "clamp",
  "timestamp": 1647357942832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "cds",
  "timestamp": 1647357939292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:26:25.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647357933052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:26:25.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647357935979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "policy-id",
  "timestamp": 1647357938616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:26:25.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647357946197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "clamp",
  "timestamp": 1647357942832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647357946197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "cds",
  "timestamp": 1647357950086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:26:25.304Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:26:25.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "policy-id",
  "timestamp": 1647357949938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:26:25.305Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:26:25.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647357949662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:26:25.305Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:26:25.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "clamp",
  "timestamp": 1647357942832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:26:25.306Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647357946197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.307Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "cds",
  "timestamp": 1647357951112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-03-15T15:26:25.377Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-15T15:26:25.381Z||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-15T15:26:25.382Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T15:26:25.397Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:26:25.397Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T15:26:25.541Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bbc73079-b63f-4423-b901-0991affcea34
2022-03-15T15:26:25.567Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbc73079-b63f-4423-b901-0991affcea34 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-15T15:26:25.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "policy-id",
  "timestamp": 1647357950948,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:26:25.598Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:26:25.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647357950890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:26:25.598Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:26:25.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647357946197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "policy-id",
  "timestamp": 1647357951972,
  "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-15T15:26:25.626Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bbc73079-b63f-4423-b901-0991affcea34
2022-03-15T15:26:25.626Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbc73079-b63f-4423-b901-0991affcea34 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-15T15:26:25.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647357952165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:26:25.640Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:26:25.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.640Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647357946197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:26:25.641Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647357953260,
  "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-15T15:26:25.649Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bbc73079-b63f-4423-b901-0991affcea34
2022-03-15T15:26:25.650Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbc73079-b63f-4423-b901-0991affcea34 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-15T15:26:25.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647357954174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:26:25.669Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:26:25.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647357954267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T15:26:25.670Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:26:25.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "aai-ml",
  "timestamp": 1647357954051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.671Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "aai-ml",
  "timestamp": 1647357954051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.671Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "aai-ml",
  "timestamp": 1647357954051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "clamp",
  "timestamp": 1647357956893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:26:25.673Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:26:25.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "aai-ml",
  "timestamp": 1647357954051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.674Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "aai-ml",
  "timestamp": 1647357954051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.675Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "clamp",
  "timestamp": 1647357958855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:26:25.676Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:26:25.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647357959964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:26:25.677Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:26:25.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.677Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "aai-ml",
  "timestamp": 1647357954051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:25.678Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "clamp",
  "timestamp": 1647357959860,
  "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-15T15:26:25.684Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bbc73079-b63f-4423-b901-0991affcea34
2022-03-15T15:26:25.685Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbc73079-b63f-4423-b901-0991affcea34 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-15T15:26:25.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647357960969,
  "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-15T15:26:25.702Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bbc73079-b63f-4423-b901-0991affcea34
2022-03-15T15:26:25.702Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbc73079-b63f-4423-b901-0991affcea34 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-15T15:26:25.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "aai-ml",
  "timestamp": 1647357954051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:26:25.713Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:26:25.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "aai-ml",
  "timestamp": 1647357962377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:26:25.714Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:26:25.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "aai-ml",
  "timestamp": 1647357979816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:26:25.714Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:26:25.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:26:25.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "aai-ml",
  "timestamp": 1647357980828,
  "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-15T15:26:25.719Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bbc73079-b63f-4423-b901-0991affcea34
2022-03-15T15:26:25.720Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbc73079-b63f-4423-b901-0991affcea34 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-15T15:26:26.281Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:26:26.282Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:26:26.284Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:26:26.284Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647357984591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T15:26:26.384Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:26:26.385Z||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-15T15:26:26.385Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:26:26.400Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:26:26.401Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:26:27.285Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:26:27.286Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:26:27.292Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:26:27.292Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647357984591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:26:27.392Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:26:27.393Z||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-15T15:26:27.394Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:26:27.408Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:26:27.409Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:26:28.293Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:26:28.294Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:26:28.298Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:26:28.298Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647357984591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:28.399Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:26:28.400Z||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-15T15:26:28.400Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:26:28.413Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:26:28.413Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:26:29.299Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:26:29.300Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:26:29.304Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:26:29.304Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647357984591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-15T15:26:29.403Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:26:29.404Z||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-15T15:26:29.404Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:26:29.417Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:26:29.418Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:26:30.304Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:26:30.305Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:26:30.311Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:26:30.311Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647357984591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:26:30.408Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-15T15:26:30.410Z||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-15T15:26:30.410Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:26:30.426Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:26:30.427Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:26:31.312Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:26:31.313Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:26:31.315Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:26:31.316Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647357984591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:26:31.416Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:26:31.417Z||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-15T15:26:31.417Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:26:31.434Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:26:31.434Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:26:32.320Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "serviceName": "vFW 2022-03-15 15-23-29",
  "serviceVersion": "1.0",
  "serviceUUID": "db7ebb0a-5a97-4b09-a0ae-2f16ec058546",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "532c3d1e-7775-4da6-a063-2294fdddff4a",
  "resources": [
    {
      "resourceInstanceName": "vFW 21bd0d5e-8464 0",
      "resourceCustomizationUUID": "1bf2ac5b-0631-4f27-ae64-a033369d0de3",
      "resourceName": "vFW 21bd0d5e-8464",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "06a13e46-0b5f-4550-9849-87c461eb419c",
      "resourceInvariantUUID": "c791b0ff-18c4-4095-a7cf-624053bf2b40",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw21bd0d5e84640_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json",
          "artifactChecksum": "NmIzZjE0MTkyYjE3NmYzYTBlY2UwN2Y5YTI0ZDJjNzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "91f3ebe9-dc23-456d-9544-1a732623a4fa",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "554f53b2-7ea5-49a4-be3b-bc3f1512a6ac",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "3",
            "artifactUUID": "edf898cb-b2d7-4957-98de-e6e386815061",
            "generatedFromUUID": "554f53b2-7ea5-49a4-be3b-bc3f1512a6ac"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "3",
          "artifactUUID": "edf898cb-b2d7-4957-98de-e6e386815061",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220315152329-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
      "artifactChecksum": "OTBlM2U0ZGVmZWNkMmE3ZDExMjc3MTEyNWNhMDJlMmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0e86419b-90c8-4587-b5bb-aff82c37239c"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T15:26:32.321Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T15:26:32.322Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 db7ebb0a-5a97-4b09-a0ae-2f16ec058546 ASDC
2022-03-15T15:26:32.466Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:bbc73079-b63f-4423-b901-0991affcea34
ServiceName:vFW 2022-03-15 15-23-29
ServiceVersion:1.0
ServiceUUID:db7ebb0a-5a97-4b09-a0ae-2f16ec058546
ServiceInvariantUUID:532c3d1e-7775-4da6-a063-2294fdddff4a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220315152329-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar
ArtifactUUID:0e86419b-90c8-4587-b5bb-aff82c37239c
ArtifactChecksum:OTBlM2U0ZGVmZWNkMmE3ZDExMjc3MTEyNWNhMDJlMmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 21bd0d5e-8464 0
ResourceCustomizationUUID:1bf2ac5b-0631-4f27-ae64-a033369d0de3
ResourceInvariantUUID:c791b0ff-18c4-4095-a7cf-624053bf2b40
ResourceName:vFW 21bd0d5e-8464
ResourceType:VF
ResourceUUID:06a13e46-0b5f-4550-9849-87c461eb419c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw21bd0d5e84640_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json
ArtifactUUID:91f3ebe9-dc23-456d-9544-1a732623a4fa
ArtifactChecksum:NmIzZjE0MTkyYjE3NmYzYTBlY2UwN2Y5YTI0ZDJjNzY=
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/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml
ArtifactUUID:554f53b2-7ea5-49a4-be3b-bc3f1512a6ac
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env
ArtifactUUID:edf898cb-b2d7-4957-98de-e6e386815061
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env
ArtifactUUID:edf898cb-b2d7-4957-98de-e6e386815061
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-15T15:26:32.466Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF db7ebb0a-5a97-4b09-a0ae-2f16ec058546 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-15T15:26:32.527Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:26:32.529Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-15T15:26:32.531Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-15T15:26:32.531Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0e86419b-90c8-4587-b5bb-aff82c37239c from URL: /sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar
2022-03-15T15:26:32.531Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-15T15:26:32.533Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar
2022-03-15T15:26:32.991Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-15T15:26:33.013Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar 0e86419b-90c8-4587-b5bb-aff82c37239c 98975
2022-03-15T15:26:33.015Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar ASDC sendASDCNotification
2022-03-15T15:26:33.016Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar
2022-03-15T15:26:33.017Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:26:33.018Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:26:33.020Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:26:33.020Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647357993014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:26:33.120Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:26:33.122Z||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-15T15:26:33.122Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:26:33.137Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:26:33.137Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:26:34.021Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:26:34.022Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-15T15:26:34.023Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 0e86419b-90c8-4587-b5bb-aff82c37239c, URL: /sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar to file: /app/ASDC/1/service-Vfw20220315152329-csar.csar
2022-03-15T15:26:34.024Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220315152329-csar.csar
2022-03-15T15:26:34.111Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220315152329-csar.csar
2022-03-15T15:26:34.111Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220315152329-csar.csar
2022-03-15T15:26:34.920Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1991949905440028800/Definitions/service-Vfw20220315152329-template.yml
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
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-15T15:26:38.379Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T15:26:38.385Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-15T15:26:38.385Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220315152329-csar.csar
2022-03-15T15:26:38.386Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-15T15:26:38.386Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 21bd0d5e-8464 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-Vfw20220315152329-csar.csar
2022-03-15T15:26:38.386Z|bbc73079-b63f-4423-b901-0991affcea34|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-Vfw20220315152329-csar.csar
2022-03-15T15:26:38.386Z|bbc73079-b63f-4423-b901-0991affcea34|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-Vfw20220315152329-csar.csar
2022-03-15T15:26:38.387Z|bbc73079-b63f-4423-b901-0991affcea34|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-Vfw20220315152329-csar.csar
2022-03-15T15:26:38.387Z|bbc73079-b63f-4423-b901-0991affcea34|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-Vfw20220315152329-csar.csar
2022-03-15T15:26:38.387Z|bbc73079-b63f-4423-b901-0991affcea34|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-Vfw20220315152329-csar.csar
2022-03-15T15:26:38.387Z|bbc73079-b63f-4423-b901-0991affcea34|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-Vfw20220315152329-csar.csar
2022-03-15T15:26:38.388Z|bbc73079-b63f-4423-b901-0991affcea34|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-Vfw20220315152329-csar.csar
2022-03-15T15:26:38.388Z|bbc73079-b63f-4423-b901-0991affcea34|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-Vfw20220315152329-csar.csar
2022-03-15T15:26:38.388Z|bbc73079-b63f-4423-b901-0991affcea34|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-Vfw20220315152329-csar.csar
2022-03-15T15:26:38.389Z|bbc73079-b63f-4423-b901-0991affcea34|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-Vfw20220315152329-csar.csar
2022-03-15T15:26:38.389Z|bbc73079-b63f-4423-b901-0991affcea34|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-Vfw20220315152329-csar.csar
2022-03-15T15:26:38.389Z|bbc73079-b63f-4423-b901-0991affcea34|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-Vfw20220315152329-csar.csar
2022-03-15T15:26:38.389Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-15T15:26:38.395Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:38.397Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:26:38.401Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is matching search criteria
2022-03-15T15:26:38.401Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-15T15:26:38.403Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 21bd0d5e-8464 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:26:38.405Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:38.405Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:26:38.406Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is matching search criteria
2022-03-15T15:26:38.406Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-15T15:26:38.406Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 21bd0d5e-8464 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:26:38.407Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:38.407Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:26:38.411Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:38.411Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is not matching search criteria
2022-03-15T15:26:38.411Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:26:38.412Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:26:38.412Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T15:26:38.412Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:26:38.412Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T15:26:38.412Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T15:26:38.413Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:26:38.413Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T15:26:38.413Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T15:26:38.413Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:26:38.414Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T15:26:38.414Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T15:26:38.414Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T15:26:38.414Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T15:26:38.414Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:26:38.414Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T15:26:38.415Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:38.415Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T15:26:38.416Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:38.416Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is matching search criteria
2022-03-15T15:26:38.417Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 21bd0d5e-8464 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:26:38.417Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:38.417Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is matching search criteria
2022-03-15T15:26:38.417Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 21bd0d5e-8464 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:26:38.418Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:38.418Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is matching search criteria
2022-03-15T15:26:38.418Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 21bd0d5e-8464 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:26:38.418Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:38.418Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is not matching search criteria
2022-03-15T15:26:38.418Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:26:38.419Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:26:38.419Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-15T15:26:38.419Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T15:26:38.419Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T15:26:38.419Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:26:38.419Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T15:26:38.420Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T15:26:38.420Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T15:26:38.420Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T15:26:38.420Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:26:38.420Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93a9bdd3-c90b-4e68-b429-293f6c81988a
2022-03-15T15:26:38.421Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:38.421Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is not matching search criteria
2022-03-15T15:26:38.421Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:26:38.421Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:26:38.421Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T15:26:38.421Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:26:38.421Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T15:26:38.422Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T15:26:38.422Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:26:38.422Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-15T15:26:38.422Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T15:26:38.422Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T15:26:38.422Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T15:26:38.423Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:26:38.423Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=21962fca-1d7e-47e1-8940-c7d57c660589
2022-03-15T15:26:38.423Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:38.423Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is not matching search criteria
2022-03-15T15:26:38.423Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:26:38.423Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:26:38.424Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T15:26:38.424Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:26:38.424Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T15:26:38.424Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T15:26:38.425Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:26:38.425Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T15:26:38.425Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T15:26:38.425Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:26:38.426Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T15:26:38.426Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-15T15:26:38.426Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4f655cd8-f19a-48e6-b6ef-f1ff7038844a
2022-03-15T15:26:38.426Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:38.426Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:26:38.427Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:38.427Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:26:38.427Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:38.427Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:26:38.427Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:38.427Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:26:38.428Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-15 15-23-29
Description:catalog service description
Model UUID:db7ebb0a-5a97-4b09-a0ae-2f16ec058546
Model Version:NULL
Model InvariantUuid:532c3d1e-7775-4da6-a063-2294fdddff4a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 21bd0d5e-8464
Model UUID:581ddf9e-8ce4-4a1e-ac5c-baba55276187
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c791b0ff-18c4-4095-a7cf-624053bf2b40
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1bf2ac5b-0631-4f27-ae64-a033369d0de3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c78f5844-d254-49eb-9ba2-b39df64d9162
ModelName:Vfw21bd0d5e8464..base_vfw..module-0
ModelUuid:a7d4af29-eadf-4dbd-865c-a73585e29842
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:93a9bdd3-c90b-4e68-b429-293f6c81988a
ModelInvariantUuid:d476b156-a10e-415c-be25-e47f9bfb7923
ModelName:vFW 21bd0d5e-8464-nodes.vfwCvfc
ModelUuid:e4e73a4a-c017-4873-8dc1-3d082ff3e4c2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:7037220f-2f57-46a7-a504-2715198014a9
ModelInvariantUuid:55e190bf-6eae-43db-8285-7f69f836b2e5
ModelName:Vfw21bd0d5e8464.compute.nodes.heat.vfw
ModelUuid:3ecd2582-8ba2-40ba-9089-fe7e07239a56
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:21962fca-1d7e-47e1-8940-c7d57c660589
ModelInvariantUuid:aa2c92db-964b-485c-b605-20c9bfffc6f5
ModelName:vFW 21bd0d5e-8464-nodes.vsnCvfc
ModelUuid:8756d309-5f61-4e9b-807b-8f8cda27ee99
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:36dcf88c-c073-4e05-93ea-6fbe74600826
ModelInvariantUuid:eb1c2238-63d3-4fe6-8b93-f1ef26cebfe6
ModelName:Vfw21bd0d5e8464.compute.nodes.heat.vsn
ModelUuid:55032a78-4696-44f1-978b-ffd447c4ccc0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4f655cd8-f19a-48e6-b6ef-f1ff7038844a
ModelInvariantUuid:eb349733-6c35-4d19-8059-d9c8deb90f54
ModelName:vFW 21bd0d5e-8464-nodes.vpgCvfc
ModelUuid:5c08f50c-e421-43d5-b550-117f6acdb4e6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:d1df6f58-1dc5-45d4-b97d-14dcf428f85a
ModelInvariantUuid:2e27178c-b477-4b16-a68e-c19736ca98e6
ModelName:Vfw21bd0d5e8464.compute.nodes.heat.vpg
ModelUuid:7a6c3e44-d0e8-415f-931c-0d49ed791b34
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-15T15:26:38.437Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 06a13e46-0b5f-4550-9849-87c461eb419c
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-15T15:26:38.532Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||vFW 21bd0d5e-8464 0
2022-03-15T15:26:38.539Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 06a13e46-0b5f-4550-9849-87c461eb419c
2022-03-15T15:26:38.540Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 91f3ebe9-dc23-456d-9544-1a732623a4fa from URL: /sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json
2022-03-15T15:26:38.540Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-15T15:26:38.540Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json
2022-03-15T15:26:38.596Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-15T15:26:38.596Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json 91f3ebe9-dc23-456d-9544-1a732623a4fa 785
2022-03-15T15:26:38.597Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json ASDC sendASDCNotification
2022-03-15T15:26:38.597Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json
2022-03-15T15:26:38.597Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:26:38.597Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:26:38.600Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:26:38.600Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647357998597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:26:38.700Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:26:38.701Z||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-15T15:26:38.702Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:26:38.716Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:26:38.717Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:26:39.602Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw21bd0d5e8464..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c78f5844-d254-49eb-9ba2-b39df64d9162",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a7d4af29-eadf-4dbd-865c-a73585e29842",
    "vfModuleModelCustomizationUUID": "e9b88b72-c186-4dcc-8143-70abf62aaa26",
    "isBase": true,
    "artifacts": [
      "554f53b2-7ea5-49a4-be3b-bc3f1512a6ac",
      "edf898cb-b2d7-4957-98de-e6e386815061"
    ],
    "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-15T15:26:39.619Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw21bd0d5e8464..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a7d4af29-eadf-4dbd-865c-a73585e29842
VfModuleModelInvariantUUID:c78f5844-d254-49eb-9ba2-b39df64d9162
VfModuleModelDescription:NULL
Artifacts UUID List:{
554f53b2-7ea5-49a4-be3b-bc3f1512a6ac
,
edf898cb-b2d7-4957-98de-e6e386815061

}
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-15T15:26:39.622Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw21bd0d5e8464..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c78f5844-d254-49eb-9ba2-b39df64d9162",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a7d4af29-eadf-4dbd-865c-a73585e29842",
    "vfModuleModelCustomizationUUID": "e9b88b72-c186-4dcc-8143-70abf62aaa26",
    "isBase": true,
    "artifacts": [
      "554f53b2-7ea5-49a4-be3b-bc3f1512a6ac",
      "edf898cb-b2d7-4957-98de-e6e386815061"
    ],
    "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-15T15:26:39.623Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw21bd0d5e8464..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a7d4af29-eadf-4dbd-865c-a73585e29842
VfModuleModelInvariantUUID:c78f5844-d254-49eb-9ba2-b39df64d9162
VfModuleModelDescription:NULL
Artifacts UUID List:{
554f53b2-7ea5-49a4-be3b-bc3f1512a6ac
,
edf898cb-b2d7-4957-98de-e6e386815061

}
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-15T15:26:39.623Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 554f53b2-7ea5-49a4-be3b-bc3f1512a6ac from URL: /sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml
2022-03-15T15:26:39.623Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-15T15:26:39.623Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml
2022-03-15T15:26:39.681Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-15T15:26:39.682Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml 554f53b2-7ea5-49a4-be3b-bc3f1512a6ac 20368
2022-03-15T15:26:39.683Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-15T15:26:39.683Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml
2022-03-15T15:26:39.683Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:26:39.684Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:26:39.685Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:26:39.686Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647357999683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:26:39.786Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:26:39.787Z||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-15T15:26:39.787Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:26:39.803Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:26:39.803Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:26:40.686Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: edf898cb-b2d7-4957-98de-e6e386815061 from URL: /sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env
2022-03-15T15:26:40.687Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-15T15:26:40.688Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env
2022-03-15T15:26:40.746Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-15T15:26:40.747Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env edf898cb-b2d7-4957-98de-e6e386815061 2098
2022-03-15T15:26:40.747Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-15T15:26:40.747Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env
2022-03-15T15:26:40.748Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:26:40.748Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:26:40.751Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:26:40.752Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358000747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:26:40.855Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-15T15:26:40.856Z||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-15T15:26:40.856Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:26:40.871Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:26:40.872Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:26:41.753Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: db7ebb0a-5a97-4b09-a0ae-2f16ec058546
2022-03-15T15:26:41.753Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 21bd0d5e-8464 0 06a13e46-0b5f-4550-9849-87c461eb419c 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-15T15:26:41.792Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@434a3dd1, org.onap.sdc.toscaparser.api.parameters.Input@8345704, org.onap.sdc.toscaparser.api.parameters.Input@31b0ddb, org.onap.sdc.toscaparser.api.parameters.Input@25059a3a, org.onap.sdc.toscaparser.api.parameters.Input@37b39ffe]
2022-03-15T15:26:41.796Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:41.796Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:26:41.797Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-03-15T15:26:41.797Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 1bf2ac5b-0631-4f27-ae64-a033369d0de3
2022-03-15T15:26:41.797Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1bf2ac5b-0631-4f27-ae64-a033369d0de3 matches Tosca VF Customization UUID: 1bf2ac5b-0631-4f27-ae64-a033369d0de3
2022-03-15T15:26:41.797Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 1bf2ac5b-0631-4f27-ae64-a033369d0de3  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-15T15:26:41.805Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:41.806Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:26:41.807Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 1bf2ac5b-0631-4f27-ae64-a033369d0de3: {\"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-15T15:26:41.807Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@725f3859
2022-03-15T15:26:41.808Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:41.808Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T15:26:41.808Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e9b88b72-c186-4dcc-8143-70abf62aaa26
2022-03-15T15:26:41.809Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e9b88b72-c186-4dcc-8143-70abf62aaa26
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-15T15:26:41.816Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:41.817Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is matching search criteria
2022-03-15T15:26:41.817Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 21bd0d5e-8464 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:26:41.818Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:41.818Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is matching search criteria
2022-03-15T15:26:41.818Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 21bd0d5e-8464 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:26:41.819Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:41.819Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is not matching search criteria
2022-03-15T15:26:41.819Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:26:41.820Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:26:41.820Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-15T15:26:41.820Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T15:26:41.820Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T15:26:41.821Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:26:41.821Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T15:26:41.821Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T15:26:41.821Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T15:26:41.821Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T15:26:41.822Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:26:41.822Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93a9bdd3-c90b-4e68-b429-293f6c81988a
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-15T15:26:41.831Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:41.832Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is matching search criteria
2022-03-15T15:26:41.832Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 21bd0d5e-8464 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:26:41.832Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:41.833Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is not matching search criteria
2022-03-15T15:26:41.833Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:26:41.833Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:26:41.833Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T15:26:41.833Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:26:41.834Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T15:26:41.834Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T15:26:41.834Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:26:41.834Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-15T15:26:41.835Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T15:26:41.835Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T15:26:41.835Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T15:26:41.835Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:26:41.835Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=21962fca-1d7e-47e1-8940-c7d57c660589
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-15T15:26:41.838Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:41.838Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is matching search criteria
2022-03-15T15:26:41.839Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 21bd0d5e-8464 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:26:41.842Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:41.842Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is not matching search criteria
2022-03-15T15:26:41.843Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T15:26:41.843Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T15:26:41.843Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T15:26:41.843Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:26:41.843Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T15:26:41.844Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T15:26:41.844Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T15:26:41.844Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T15:26:41.844Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T15:26:41.844Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T15:26:41.845Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T15:26:41.845Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-15T15:26:41.845Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4f655cd8-f19a-48e6-b6ef-f1ff7038844a
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-15T15:26:41.848Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:41.848Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is matching search criteria
2022-03-15T15:26:41.848Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 21bd0d5e-8464 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:26:41.849Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:41.849Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Node template vFW 21bd0d5e-8464 0 is matching search criteria
2022-03-15T15:26:41.849Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 21bd0d5e-8464 0] matching following query criteria: sdcType=VF, customizationUUID=1bf2ac5b-0631-4f27-ae64-a033369d0de3
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-15T15:26:41.851Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:41.851Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:26:41.852Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid db7ebb0a-5a97-4b09-a0ae-2f16ec058546: vFW 21bd0d5e-8464
2022-03-15T15:26:41.852Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:41.852Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:26:41.853Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:41.853Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:26:41.853Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:41.854Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:26:41.854Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:41.854Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:26:41.854Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:26:41.855Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-15 15-23-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:26:41.855Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-03-15 15-23-29 
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-15T15:26:42.119Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 21bd0d5e-8464 06a13e46-0b5f-4550-9849-87c461eb419c 1 ASDC deployResourceStructure
2022-03-15T15:26:42.120Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json ASDC sendASDCNotification
2022-03-15T15:26:42.120Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json
2022-03-15T15:26:42.120Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:26:42.121Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:26:42.123Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:26:42.123Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358002120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T15:26:42.223Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:26:42.224Z||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-15T15:26:42.224Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:26:42.237Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:26:42.237Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:26:43.124Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-15T15:26:43.124Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml
2022-03-15T15:26:43.124Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:26:43.125Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:26:43.127Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:26:43.127Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358003124,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T15:26:43.227Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:26:43.229Z||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-15T15:26:43.229Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:26:43.267Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:26:43.268Z||pool-15-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:26:44.128Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-15T15:26:44.129Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env
2022-03-15T15:26:44.129Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:26:44.129Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:26:44.132Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:26:44.132Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358004128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-15T15:26:44.232Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:26:44.233Z||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-15T15:26:44.233Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:26:44.245Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:26:44.245Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:26:45.133Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar ASDC sendASDCNotification
2022-03-15T15:26:45.134Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar
2022-03-15T15:26:45.134Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:26:45.135Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:26:45.137Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:26:45.137Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358005133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:26:45.237Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:26:45.238Z||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-15T15:26:45.238Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:26:45.252Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:26:45.253Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:26:46.138Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbc73079-b63f-4423-b901-0991affcea34
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T15:26:46.160Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbc73079-b63f-4423-b901-0991affcea34
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-15T15:26:46.165Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:26:46.165Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T15:26:46.165Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T15:26:46.165Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T15:26:46.165Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:26:46.165Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:26:46.166Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:26:46.166Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:26:46.166Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:26:46.166Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:26:46.166Z|bbc73079-b63f-4423-b901-0991affcea34|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-15T15:26:46.171Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T15:27:16.172Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bbc73079-b63f-4423-b901-0991affcea34 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-15T15:27:16.182Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bbc73079-b63f-4423-b901-0991affcea34 and serviceModelVersionId: db7ebb0a-5a97-4b09-a0ae-2f16ec058546
2022-03-15T15:27:16.183Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 532c3d1e-7775-4da6-a063-2294fdddff4a
2022-03-15T15:27:24.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:27:24.597Z||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-15T15:27:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:27:24.733Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:27:24.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:27:24.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647357984591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:27:24.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:27:32.712Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/532c3d1e-7775-4da6-a063-2294fdddff4a/model-vers/model-ver/db7ebb0a-5a97-4b09-a0ae-2f16ec058546?depth=0
2022-03-15T15:27:32.848Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T15:27:33.495Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/532c3d1e-7775-4da6-a063-2294fdddff4a/model-vers/model-ver/db7ebb0a-5a97-4b09-a0ae-2f16ec058546?depth=0|INFO|500||Invoke
2022-03-15T15:27:33.505Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/532c3d1e-7775-4da6-a063-2294fdddff4a/model-vers/model-ver/db7ebb0a-5a97-4b09-a0ae-2f16ec058546?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/532c3d1e-7775-4da6-a063-2294fdddff4a/model-vers/model-ver/db7ebb0a-5a97-4b09-a0ae-2f16ec058546?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bbc73079-b63f-4423-b901-0991affcea34], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e1872dd7-9a6a-4d6d-98d9-031e096a1fd6], X-ECOMP-RequestID=[bbc73079-b63f-4423-b901-0991affcea34], X-TransactionId=[], X-ONAP-RequestID=[bbc73079-b63f-4423-b901-0991affcea34], Content-Type=[application/merge-patch+json]}
2022-03-15T15:27:33.668Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/532c3d1e-7775-4da6-a063-2294fdddff4a/model-vers/model-ver/db7ebb0a-5a97-4b09-a0ae-2f16ec058546?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T15:27:34.230Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/532c3d1e-7775-4da6-a063-2294fdddff4a/model-vers/model-ver/db7ebb0a-5a97-4b09-a0ae-2f16ec058546?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/532c3d1e-7775-4da6-a063-2294fdddff4a/model-vers/model-ver/db7ebb0a-5a97-4b09-a0ae-2f16ec058546?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220315-15:27:33:873-47636], vertex-id=[168080], Content-Length=[0], Date=[Tue, 15 Mar 2022 15:27:33 GMT], Content-Type=[application/json]}
2022-03-15T15:27:34.232Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/532c3d1e-7775-4da6-a063-2294fdddff4a/model-vers/model-ver/db7ebb0a-5a97-4b09-a0ae-2f16ec058546?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-15T15:27:34.233Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/532c3d1e-7775-4da6-a063-2294fdddff4a/model-vers/model-ver/db7ebb0a-5a97-4b09-a0ae-2f16ec058546?depth=0|INFO|500||InvokeReturn
2022-03-15T15:27:34.239Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T15:27:34.239Z|bbc73079-b63f-4423-b901-0991affcea34|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-15T15:27:34.246Z|bbc73079-b63f-4423-b901-0991affcea34|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-15T15:27:34.248Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bbc73079-b63f-4423-b901-0991affcea34 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T15:27:34.249Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T15:27:34.250Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:27:34.252Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:27:34.252Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358054248,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T15:27:34.353Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:27:34.354Z||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-15T15:27:34.354Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:27:34.371Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:27:34.372Z||pool-18-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-15T15:27:35.268Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:27:35.270Z|bbc73079-b63f-4423-b901-0991affcea34|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-15T15:27:35.270Z|bbc73079-b63f-4423-b901-0991affcea34|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:27:44.837Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:28:24.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:28:24.592Z||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-15T15:28:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:28:24.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:28:24.596Z||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-15T15:28:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:28:24.627Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:28:24.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:28:24.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647357984591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T15:28:24.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:28:24.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:28:24.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647357984591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:28:24.632Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:28:24.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:28:24.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647357984591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:28:24.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:28:24.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:28:24.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647357984591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-15T15:28:24.634Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:28:24.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:28:24.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647357984591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:28:24.635Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:28:24.636Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:28:24.636Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647357984591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:28:24.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:28:24.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:28:24.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647357993014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:28:24.638Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:28:24.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:28:24.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647357998597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:28:24.639Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:28:24.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:28:24.640Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647357999683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:28:24.640Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:28:24.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:28:24.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358000747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:28:24.641Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:28:24.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:28:24.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358002120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/vfw21bd0d5e84640_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T15:28:24.642Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:28:24.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:28:24.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358003124,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T15:28:24.643Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:28:24.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:28:24.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358004128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/resourceInstances/vfw21bd0d5e84640/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-15T15:28:24.644Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:28:24.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:28:24.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358005133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315152329/1.0/artifacts/service-Vfw20220315152329-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:28:24.644Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:28:34.147Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:29:24.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:29:24.592Z||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-15T15:29:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:29:24.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:29:24.596Z||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-15T15:29:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:29:25.122Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:29:25.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:29:25.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc73079-b63f-4423-b901-0991affcea34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358054248,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T15:29:25.123Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:29:34.153Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:30:24.593Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:30:24.596Z||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-15T15:30:24.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:30:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:24.596Z||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-15T15:30:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:24.749Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:30:24.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:30:24.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "clamp",
  "timestamp": 1647358212832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:30:24.754Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:30:24.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:30:24.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358215979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:30:24.754Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:30:24.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:30:24.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358216194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:30:24.755Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:30:24.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:30:24.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "policy-id",
  "timestamp": 1647358218617,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:30:24.755Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:30:24.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:30:24.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "clamp",
  "timestamp": 1647358212832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T15:30:24.756Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:30:24.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:30:24.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358215979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:30:24.756Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:30:24.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:30:24.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "policy-id",
  "timestamp": 1647358218617,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:30:24.757Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:30:24.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:30:24.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358216194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:30:24.758Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:30:24.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:30:24.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "cds",
  "timestamp": 1647358224293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:30:24.758Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:30:25.238Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:30:25.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T15:30:25.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"61d0ce7d-ee6c-475a-8856-c390f000d8c6","serviceName":"basic_onboard_lluxVn","serviceVersion":"1.0","serviceUUID":"bfaa44c7-f2ce-46e7-990d-86dca833f702","serviceDescription":"service","serviceInvariantUUID":"4a44dae7-f1bb-47c0-a012-b670fcba5e23","resources":[{"resourceInstanceName":"basic_onboard_lluxVn 0","resourceName":"basic_onboard_lluxVn","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2f69c2cc-c52d-499c-9d02-5ac1b8588370","resourceInvariantUUID":"c0926d7e-cb7b-4e38-aaa0-9ae0867e81b4","resourceCustomizationUUID":"823cdbfd-ed63-4d32-9076-a9b4f16eed51","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vf-license-model.xml","artifactChecksum":"ZmRiNTFmYjJkZjliMjk4ODQ1ZjE0Y2Q5NGYxNWU2MDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9b5c73f6-48a7-41f5-922f-4c6e11e47247","artifactVersion":"1"},{"artifactName":"basic_onboard_lluxvn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json","artifactChecksum":"NDU3MWExNWYyNjNiOGUwNmM0ZWRkNTJlZDg3OGRhNzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a03576a-14bd-40b5-9011-61c7511c7663","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac757449-417e-4cff-858d-0db48ff55c62","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"27832754-30ca-44e6-ae95-a01007d63f19","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c1b4e2cd-6cfd-4a10-9a24-158ff0009067","artifactVersion":"2","generatedFromUUID":"ac757449-417e-4cff-858d-0db48ff55c62"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLluxvn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-template.yml","artifactChecksum":"NzU0OTQ3YTY5YmMxZmNmNTMxMDgyOGUxM2E5ZGFmNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d0e6f8ba-5942-4d9d-a06d-d7d5bd46b6d0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLluxvn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar","artifactChecksum":"OTdkZjZkZWZjOGEzYjFjNmRiYTdhNDVjOTc1NjlhNDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cec98d0d-1526-4c6a-a169-1edf087aecd2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T15:30:25.245Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:30:25.246Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:30:25.251Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:30:25.251Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358224593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:30:25.351Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:30:25.352Z||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-15T15:30:25.352Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:25.365Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:30:25.366Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:30:26.252Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:30:26.253Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:30:26.256Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:30:26.256Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358224593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T15:30:26.356Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:30:26.358Z||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-15T15:30:26.358Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:26.377Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:30:26.378Z||pool-20-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:30:27.257Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:30:27.258Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:30:27.261Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:30:27.262Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358224593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:30:27.361Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-15T15:30:27.363Z||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-15T15:30:27.363Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:27.384Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:30:27.385Z||pool-21-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:30:28.263Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:30:28.264Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:30:28.267Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:30:28.268Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358224593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:30:28.367Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:30:28.369Z||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-15T15:30:28.369Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:28.383Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:30:28.384Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:30:29.269Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:30:29.269Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:30:29.271Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:30:29.271Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358224593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-15T15:30:29.371Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:30:29.372Z||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-15T15:30:29.372Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:29.387Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:30:29.388Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:30:30.272Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:30:30.273Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:30:30.275Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:30:30.275Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358224593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:30:30.376Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:30:30.377Z||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-15T15:30:30.378Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:30.394Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:30:30.395Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:30:31.276Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:30:31.277Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:30:31.281Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:30:31.281Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358224593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:30:31.380Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:30:31.381Z||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-15T15:30:31.381Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:31.394Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:30:31.394Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:30:32.283Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "serviceName": "basic_onboard_lluxVn",
  "serviceVersion": "1.0",
  "serviceUUID": "bfaa44c7-f2ce-46e7-990d-86dca833f702",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4a44dae7-f1bb-47c0-a012-b670fcba5e23",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_lluxVn 0",
      "resourceCustomizationUUID": "823cdbfd-ed63-4d32-9076-a9b4f16eed51",
      "resourceName": "basic_onboard_lluxVn",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2f69c2cc-c52d-499c-9d02-5ac1b8588370",
      "resourceInvariantUUID": "c0926d7e-cb7b-4e38-aaa0-9ae0867e81b4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_lluxvn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json",
          "artifactChecksum": "NDU3MWExNWYyNjNiOGUwNmM0ZWRkNTJlZDg3OGRhNzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a03576a-14bd-40b5-9011-61c7511c7663",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ac757449-417e-4cff-858d-0db48ff55c62",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c1b4e2cd-6cfd-4a10-9a24-158ff0009067",
            "generatedFromUUID": "ac757449-417e-4cff-858d-0db48ff55c62"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c1b4e2cd-6cfd-4a10-9a24-158ff0009067",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardLluxvn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
      "artifactChecksum": "OTdkZjZkZWZjOGEzYjFjNmRiYTdhNDVjOTc1NjlhNDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cec98d0d-1526-4c6a-a169-1edf087aecd2"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T15:30:32.283Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T15:30:32.283Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bfaa44c7-f2ce-46e7-990d-86dca833f702 ASDC
2022-03-15T15:30:32.284Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:61d0ce7d-ee6c-475a-8856-c390f000d8c6
ServiceName:basic_onboard_lluxVn
ServiceVersion:1.0
ServiceUUID:bfaa44c7-f2ce-46e7-990d-86dca833f702
ServiceInvariantUUID:4a44dae7-f1bb-47c0-a012-b670fcba5e23
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardLluxvn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar
ArtifactUUID:cec98d0d-1526-4c6a-a169-1edf087aecd2
ArtifactChecksum:OTdkZjZkZWZjOGEzYjFjNmRiYTdhNDVjOTc1NjlhNDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_lluxVn 0
ResourceCustomizationUUID:823cdbfd-ed63-4d32-9076-a9b4f16eed51
ResourceInvariantUUID:c0926d7e-cb7b-4e38-aaa0-9ae0867e81b4
ResourceName:basic_onboard_lluxVn
ResourceType:VF
ResourceUUID:2f69c2cc-c52d-499c-9d02-5ac1b8588370
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_lluxvn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json
ArtifactUUID:2a03576a-14bd-40b5-9011-61c7511c7663
ArtifactChecksum:NDU3MWExNWYyNjNiOGUwNmM0ZWRkNTJlZDg3OGRhNzA=
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/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac757449-417e-4cff-858d-0db48ff55c62
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/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env
ArtifactUUID:c1b4e2cd-6cfd-4a10-9a24-158ff0009067
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/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env
ArtifactUUID:c1b4e2cd-6cfd-4a10-9a24-158ff0009067
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-15T15:30:32.285Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bfaa44c7-f2ce-46e7-990d-86dca833f702 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-15T15:30:32.328Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:30:32.329Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-15T15:30:32.329Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-15T15:30:32.329Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cec98d0d-1526-4c6a-a169-1edf087aecd2 from URL: /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:32.330Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-15T15:30:32.330Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:32.625Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-15T15:30:32.628Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar cec98d0d-1526-4c6a-a169-1edf087aecd2 71567
2022-03-15T15:30:32.631Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar ASDC sendASDCNotification
2022-03-15T15:30:32.631Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:32.631Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:30:32.632Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:30:32.635Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:30:32.635Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358232631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:30:32.737Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T15:30:32.738Z||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-15T15:30:32.738Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:32.753Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:30:32.754Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:30:33.636Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:30:33.637Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-15T15:30:33.638Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: cec98d0d-1526-4c6a-a169-1edf087aecd2, URL: /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar to file: /app/ASDC/1/service-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:33.649Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:33.649Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:33.650Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:33.846Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP323675282518281127/Definitions/service-BasicOnboardLluxvn-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-15T15:30:35.439Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T15:30:35.440Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-15T15:30:35.440Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:35.440Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-15T15:30:35.441Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_lluxVn 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-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:35.441Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||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-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:35.441Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||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-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:35.441Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||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-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:35.441Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:35.441Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:35.442Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:35.442Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||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-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:35.442Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||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-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:35.442Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-15T15:30:35.443Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:30:35.443Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:30:35.443Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lluxVn 0 is matching search criteria
2022-03-15T15:30:35.443Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-15T15:30:35.444Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lluxVn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:30:35.444Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:30:35.444Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:30:35.445Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lluxVn 0 is matching search criteria
2022-03-15T15:30:35.445Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-15T15:30:35.445Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lluxVn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:30:35.446Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:30:35.446Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:30:35.447Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:30:35.447Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lluxVn 0 is not matching search criteria
2022-03-15T15:30:35.447Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-15T15:30:35.448Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-15T15:30:35.448Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-15T15:30:35.448Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T15:30:35.448Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T15:30:35.449Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:30:35.449Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T15:30:35.449Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:30:35.450Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lluxVn 0 is matching search criteria
2022-03-15T15:30:35.450Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lluxVn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:30:35.451Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:30:35.451Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lluxVn 0 is matching search criteria
2022-03-15T15:30:35.451Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lluxVn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:30:35.451Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:30:35.452Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lluxVn 0 is matching search criteria
2022-03-15T15:30:35.452Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lluxVn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:30:35.452Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:30:35.452Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lluxVn 0 is not matching search criteria
2022-03-15T15:30:35.453Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-15T15:30:35.453Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T15:30:35.453Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=43f93f87-088e-4941-af08-00a5c2ce1c2e
2022-03-15T15:30:35.453Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:30:35.454Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:30:35.454Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:30:35.454Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:30:35.454Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:30:35.454Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:30:35.455Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:30:35.455Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:30:35.455Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_lluxVn
Description:service
Model UUID:bfaa44c7-f2ce-46e7-990d-86dca833f702
Model Version:NULL
Model InvariantUuid:4a44dae7-f1bb-47c0-a012-b670fcba5e23
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_lluxVn
Model UUID:ddd1ba20-9ae1-4e44-bc1a-8f458758f6bd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c0926d7e-cb7b-4e38-aaa0-9ae0867e81b4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:823cdbfd-ed63-4d32-9076-a9b4f16eed51
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8d4e9ed4-c7f2-4cf2-9a45-1c5d91ad3214
ModelName:BasicOnboardLluxvn..base_ubuntu18..module-0
ModelUuid:ed2b5c43-dd4d-4f3c-b5fe-f36714aa800b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:43f93f87-088e-4941-af08-00a5c2ce1c2e
ModelInvariantUuid:251c3215-78d1-4b70-8e46-12cadf001178
ModelName:basic_onboard_lluxVn-nodes.ubuntu18Cvfc
ModelUuid:b7837cc4-6bf8-4144-abb7-bf28dac175a5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:34ad70a5-10dd-4df4-889a-050e62bd02c2
ModelInvariantUuid:218a41fa-3a36-4717-90a0-367e9f14b9b7
ModelName:BasicOnboardLluxvn.compute.nodes.heat.ubuntu18
ModelUuid:6d29f6af-759a-4c2b-bf11-9907a8c29d37
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-15T15:30:35.465Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 2f69c2cc-c52d-499c-9d02-5ac1b8588370
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-15T15:30:35.472Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||basic_onboard_lluxVn 0
2022-03-15T15:30:35.472Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2f69c2cc-c52d-499c-9d02-5ac1b8588370
2022-03-15T15:30:35.472Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2a03576a-14bd-40b5-9011-61c7511c7663 from URL: /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json
2022-03-15T15:30:35.473Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-15T15:30:35.473Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json
2022-03-15T15:30:35.595Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-15T15:30:35.596Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json 2a03576a-14bd-40b5-9011-61c7511c7663 798
2022-03-15T15:30:35.596Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json ASDC sendASDCNotification
2022-03-15T15:30:35.597Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json
2022-03-15T15:30:35.597Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:30:35.597Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:30:35.600Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:30:35.600Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358235596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:30:35.700Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:30:35.701Z||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-15T15:30:35.701Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:35.715Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:30:35.716Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:30:36.601Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardLluxvn..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "8d4e9ed4-c7f2-4cf2-9a45-1c5d91ad3214",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ed2b5c43-dd4d-4f3c-b5fe-f36714aa800b",
    "vfModuleModelCustomizationUUID": "2b392d98-db7b-415e-b163-36e77c1bafb7",
    "isBase": true,
    "artifacts": [
      "ac757449-417e-4cff-858d-0db48ff55c62",
      "c1b4e2cd-6cfd-4a10-9a24-158ff0009067"
    ],
    "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-15T15:30:36.608Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLluxvn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ed2b5c43-dd4d-4f3c-b5fe-f36714aa800b
VfModuleModelInvariantUUID:8d4e9ed4-c7f2-4cf2-9a45-1c5d91ad3214
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac757449-417e-4cff-858d-0db48ff55c62
,
c1b4e2cd-6cfd-4a10-9a24-158ff0009067

}
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-15T15:30:36.612Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardLluxvn..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "8d4e9ed4-c7f2-4cf2-9a45-1c5d91ad3214",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ed2b5c43-dd4d-4f3c-b5fe-f36714aa800b",
    "vfModuleModelCustomizationUUID": "2b392d98-db7b-415e-b163-36e77c1bafb7",
    "isBase": true,
    "artifacts": [
      "ac757449-417e-4cff-858d-0db48ff55c62",
      "c1b4e2cd-6cfd-4a10-9a24-158ff0009067"
    ],
    "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-15T15:30:36.612Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLluxvn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ed2b5c43-dd4d-4f3c-b5fe-f36714aa800b
VfModuleModelInvariantUUID:8d4e9ed4-c7f2-4cf2-9a45-1c5d91ad3214
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac757449-417e-4cff-858d-0db48ff55c62
,
c1b4e2cd-6cfd-4a10-9a24-158ff0009067

}
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-15T15:30:36.613Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ac757449-417e-4cff-858d-0db48ff55c62 from URL: /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml
2022-03-15T15:30:36.613Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-15T15:30:36.614Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml
2022-03-15T15:30:36.882Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-15T15:30:36.883Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml ac757449-417e-4cff-858d-0db48ff55c62 5033
2022-03-15T15:30:36.884Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-15T15:30:36.884Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml
2022-03-15T15:30:36.884Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:30:36.884Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:30:36.887Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:30:36.887Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358236884,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:30:36.989Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T15:30:36.991Z||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-15T15:30:36.991Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:37.006Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:30:37.008Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:30:37.889Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c1b4e2cd-6cfd-4a10-9a24-158ff0009067 from URL: /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env
2022-03-15T15:30:37.890Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-15T15:30:37.890Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env
2022-03-15T15:30:38.084Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-15T15:30:38.084Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env c1b4e2cd-6cfd-4a10-9a24-158ff0009067 909
2022-03-15T15:30:38.085Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-15T15:30:38.085Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env
2022-03-15T15:30:38.085Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:30:38.086Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:30:38.088Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:30:38.088Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358238085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:30:38.188Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:30:38.189Z||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-15T15:30:38.189Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:38.203Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:30:38.204Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:30:39.089Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: bfaa44c7-f2ce-46e7-990d-86dca833f702
2022-03-15T15:30:39.089Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_lluxVn 0 2f69c2cc-c52d-499c-9d02-5ac1b8588370 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-15T15:30:39.105Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6bc1be79, org.onap.sdc.toscaparser.api.parameters.Input@333721e, org.onap.sdc.toscaparser.api.parameters.Input@6536cafa, org.onap.sdc.toscaparser.api.parameters.Input@424c3e7c, org.onap.sdc.toscaparser.api.parameters.Input@2498723a]
2022-03-15T15:30:39.107Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:30:39.107Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:30:39.107Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-03-15T15:30:39.108Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 823cdbfd-ed63-4d32-9076-a9b4f16eed51
2022-03-15T15:30:39.108Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 823cdbfd-ed63-4d32-9076-a9b4f16eed51 matches Tosca VF Customization UUID: 823cdbfd-ed63-4d32-9076-a9b4f16eed51
2022-03-15T15:30:39.108Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 823cdbfd-ed63-4d32-9076-a9b4f16eed51  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-15T15:30:39.111Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:30:39.111Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:30:39.112Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 823cdbfd-ed63-4d32-9076-a9b4f16eed51: {\"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-15T15:30:39.112Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4c8d5711
2022-03-15T15:30:39.112Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:30:39.113Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T15:30:39.113Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2b392d98-db7b-415e-b163-36e77c1bafb7
2022-03-15T15:30:39.113Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2b392d98-db7b-415e-b163-36e77c1bafb7
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-15T15:30:39.116Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:30:39.116Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lluxVn 0 is matching search criteria
2022-03-15T15:30:39.116Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lluxVn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:30:39.117Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:30:39.117Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lluxVn 0 is matching search criteria
2022-03-15T15:30:39.117Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lluxVn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:30:39.117Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:30:39.118Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lluxVn 0 is not matching search criteria
2022-03-15T15:30:39.118Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-15T15:30:39.118Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T15:30:39.118Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=43f93f87-088e-4941-af08-00a5c2ce1c2e
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-15T15:30:39.122Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:30:39.122Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lluxVn 0 is matching search criteria
2022-03-15T15:30:39.123Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lluxVn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:30:39.123Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:30:39.123Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lluxVn 0 is matching search criteria
2022-03-15T15:30:39.123Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lluxVn 0] matching following query criteria: sdcType=VF, customizationUUID=823cdbfd-ed63-4d32-9076-a9b4f16eed51
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-15T15:30:39.125Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:30:39.125Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:30:39.126Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid bfaa44c7-f2ce-46e7-990d-86dca833f702: basic_onboard_lluxVn
2022-03-15T15:30:39.126Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:30:39.126Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:30:39.126Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:30:39.127Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:30:39.127Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:30:39.127Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:30:39.127Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:30:39.127Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:30:39.128Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:30:39.128Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lluxVn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:30:39.128Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_lluxVn 
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-15T15:30:39.239Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_lluxVn 2f69c2cc-c52d-499c-9d02-5ac1b8588370 1 ASDC deployResourceStructure
2022-03-15T15:30:39.239Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json ASDC sendASDCNotification
2022-03-15T15:30:39.240Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json
2022-03-15T15:30:39.240Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:30:39.240Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:30:39.243Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:30:39.243Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358239239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T15:30:39.343Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:30:39.344Z||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-15T15:30:39.344Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:39.360Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:30:39.360Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:30:40.244Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-15T15:30:40.245Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml
2022-03-15T15:30:40.245Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:30:40.246Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:30:40.249Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:30:40.249Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358240244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T15:30:40.349Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:30:40.350Z||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-15T15:30:40.350Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:40.366Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:30:40.367Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:30:41.251Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-15T15:30:41.251Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env
2022-03-15T15:30:41.251Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:30:41.252Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:30:41.254Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:30:41.254Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358241250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-15T15:30:41.354Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:30:41.355Z||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-15T15:30:41.355Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:41.372Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:30:41.373Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:30:42.257Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar ASDC sendASDCNotification
2022-03-15T15:30:42.258Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar
2022-03-15T15:30:42.258Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:30:42.258Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:30:42.260Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:30:42.261Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358242257,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:30:42.361Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:30:42.362Z||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-15T15:30:42.363Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:30:42.380Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:30:42.382Z||pool-33-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:30:43.262Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61d0ce7d-ee6c-475a-8856-c390f000d8c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T15:30:43.274Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61d0ce7d-ee6c-475a-8856-c390f000d8c6
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-15T15:30:43.277Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:30:43.277Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:30:43.277Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:31:13.277Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61d0ce7d-ee6c-475a-8856-c390f000d8c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T15:31:13.287Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61d0ce7d-ee6c-475a-8856-c390f000d8c6
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-15T15:31:13.289Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:31:13.289Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:31:13.289Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:31:24.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:31:24.597Z||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-15T15:31:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:31:24.629Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:31:24.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:31:24.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "aai-ml",
  "timestamp": 1647358224052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:31:24.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:31:43.290Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61d0ce7d-ee6c-475a-8856-c390f000d8c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T15:31:43.303Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61d0ce7d-ee6c-475a-8856-c390f000d8c6
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-15T15:31:43.306Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:31:43.307Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:31:43.307Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:32:13.307Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61d0ce7d-ee6c-475a-8856-c390f000d8c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T15:32:13.322Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61d0ce7d-ee6c-475a-8856-c390f000d8c6
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-15T15:32:13.324Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:32:13.324Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:32:13.325Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:32:24.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:32:24.597Z||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-15T15:32:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:32:24.638Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:32:24.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:32:24.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "clamp",
  "timestamp": 1647358212832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:32:24.640Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:32:43.325Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61d0ce7d-ee6c-475a-8856-c390f000d8c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T15:32:43.339Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61d0ce7d-ee6c-475a-8856-c390f000d8c6
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-15T15:32:43.342Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:32:43.343Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:32:43.343Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:33:13.343Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61d0ce7d-ee6c-475a-8856-c390f000d8c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T15:33:13.356Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61d0ce7d-ee6c-475a-8856-c390f000d8c6
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-15T15:33:13.358Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:33:13.358Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:33:13.358Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:33:24.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:33:24.597Z||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-15T15:33:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:33:25.138Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:33:25.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358215979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "policy-id",
  "timestamp": 1647358218617,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:33:25.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358216194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "cds",
  "timestamp": 1647358224293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358224593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "aai-ml",
  "timestamp": 1647358224052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358215979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "clamp",
  "timestamp": 1647358212832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "policy-id",
  "timestamp": 1647358218617,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358216194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "cds",
  "timestamp": 1647358224293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358224593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T15:33:25.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "aai-ml",
  "timestamp": 1647358224052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "clamp",
  "timestamp": 1647358212832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358215979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "policy-id",
  "timestamp": 1647358218617,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358216194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "cds",
  "timestamp": 1647358224293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358224593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:33:25.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "aai-ml",
  "timestamp": 1647358224052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.156Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "clamp",
  "timestamp": 1647358212832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.157Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358215979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.157Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "policy-id",
  "timestamp": 1647358218617,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358216194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "cds",
  "timestamp": 1647358224293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358224593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "aai-ml",
  "timestamp": 1647358224052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358215979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "clamp",
  "timestamp": 1647358212832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:33:25.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "policy-id",
  "timestamp": 1647358218617,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:33:25.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358216194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:33:25.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "cds",
  "timestamp": 1647358224293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358224593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-15T15:33:25.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "aai-ml",
  "timestamp": 1647358224052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "cds",
  "timestamp": 1647358224293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:33:25.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358224593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "aai-ml",
  "timestamp": 1647358224052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:33:25.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "policy-id",
  "timestamp": 1647358231678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:33:25.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358231900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:33:25.168Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358224593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:33:25.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "cds",
  "timestamp": 1647358232514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:33:25.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "policy-id",
  "timestamp": 1647358232683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:33:25.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "aai-ml",
  "timestamp": 1647358232525,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:33:25.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "cds",
  "timestamp": 1647358233521,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-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-15T15:33:25.178Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 61d0ce7d-ee6c-475a-8856-c390f000d8c6
2022-03-15T15:33:25.178Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61d0ce7d-ee6c-475a-8856-c390f000d8c6 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-15T15:33:25.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358232631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:33:25.190Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "policy-id",
  "timestamp": 1647358233688,
  "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-15T15:33:25.195Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 61d0ce7d-ee6c-475a-8856-c390f000d8c6
2022-03-15T15:33:25.196Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61d0ce7d-ee6c-475a-8856-c390f000d8c6 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-15T15:33:25.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358233052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358234490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:33:25.206Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358233052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T15:33:25.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358235495,
  "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-15T15:33:25.212Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 61d0ce7d-ee6c-475a-8856-c390f000d8c6
2022-03-15T15:33:25.212Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61d0ce7d-ee6c-475a-8856-c390f000d8c6 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-15T15:33:25.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358233052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:33:25.223Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358235596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:33:25.223Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358233052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358236884,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:33:25.224Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358233052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-15T15:33:25.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "clamp",
  "timestamp": 1647358237877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:33:25.225Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358238085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:33:25.226Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358233052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:33:25.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358233052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:33:25.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:33:25.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358239239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T15:33:25.228Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "clamp",
  "timestamp": 1647358239887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:33:25.228Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358240244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T15:33:25.229Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358240714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:33:25.230Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "aai-ml",
  "timestamp": 1647358241027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:33:25.230Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "clamp",
  "timestamp": 1647358240891,
  "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-15T15:33:25.237Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 61d0ce7d-ee6c-475a-8856-c390f000d8c6
2022-03-15T15:33:25.237Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61d0ce7d-ee6c-475a-8856-c390f000d8c6 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-15T15:33:25.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358241250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-15T15:33:25.247Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358241798,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:33:25.248Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "aai-ml",
  "timestamp": 1647358242032,
  "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-15T15:33:25.253Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 61d0ce7d-ee6c-475a-8856-c390f000d8c6
2022-03-15T15:33:25.253Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61d0ce7d-ee6c-475a-8856-c390f000d8c6 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-15T15:33:25.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358242257,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/artifacts/service-BasicOnboardLluxvn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:33:25.262Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358242851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:33:25.262Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:25.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358243883,
  "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-15T15:33:25.268Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 61d0ce7d-ee6c-475a-8856-c390f000d8c6
2022-03-15T15:33:25.268Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61d0ce7d-ee6c-475a-8856-c390f000d8c6 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-15T15:33:25.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:33:25.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358244888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLluxvn/1.0/resourceInstances/basic_onboard_lluxvn0/artifacts/basic_onboard_lluxvn0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T15:33:25.277Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:33:43.359Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61d0ce7d-ee6c-475a-8856-c390f000d8c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T15:33:43.373Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61d0ce7d-ee6c-475a-8856-c390f000d8c6
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-15T15:33:43.378Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:33:43.378Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T15:33:43.378Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T15:33:43.378Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T15:33:43.379Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:33:43.379Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:33:43.379Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:33:43.379Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:33:43.379Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:33:43.379Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:33:43.379Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T15:33:43.386Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T15:34:13.387Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 61d0ce7d-ee6c-475a-8856-c390f000d8c6 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-15T15:34:13.394Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 61d0ce7d-ee6c-475a-8856-c390f000d8c6 and serviceModelVersionId: bfaa44c7-f2ce-46e7-990d-86dca833f702
2022-03-15T15:34:13.395Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a44dae7-f1bb-47c0-a012-b670fcba5e23
2022-03-15T15:34:13.396Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a44dae7-f1bb-47c0-a012-b670fcba5e23/model-vers/model-ver/bfaa44c7-f2ce-46e7-990d-86dca833f702?depth=0
2022-03-15T15:34:13.403Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T15:34:13.494Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a44dae7-f1bb-47c0-a012-b670fcba5e23/model-vers/model-ver/bfaa44c7-f2ce-46e7-990d-86dca833f702?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-15T15:34:13.495Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a44dae7-f1bb-47c0-a012-b670fcba5e23/model-vers/model-ver/bfaa44c7-f2ce-46e7-990d-86dca833f702?depth=0|INFO|500||Invoke
2022-03-15T15:34:13.526Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a44dae7-f1bb-47c0-a012-b670fcba5e23/model-vers/model-ver/bfaa44c7-f2ce-46e7-990d-86dca833f702?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T15:34:13.655Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a44dae7-f1bb-47c0-a012-b670fcba5e23/model-vers/model-ver/bfaa44c7-f2ce-46e7-990d-86dca833f702?depth=0|INFO|500||InvokeReturn
2022-03-15T15:34:13.656Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a44dae7-f1bb-47c0-a012-b670fcba5e23/model-vers/model-ver/bfaa44c7-f2ce-46e7-990d-86dca833f702?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220315-15:34:13:733-56018], vertex-id=[180320], Content-Length=[0], Date=[Tue, 15 Mar 2022 15:34:13 GMT], Content-Type=[application/json]}
2022-03-15T15:34:13.657Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-03-15T15:34:13.658Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T15:34:13.658Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T15:34:13.665Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T15:34:13.665Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 61d0ce7d-ee6c-475a-8856-c390f000d8c6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T15:34:13.665Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T15:34:13.666Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:34:13.668Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:34:13.668Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358453665,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T15:34:13.768Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:34:13.769Z||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-15T15:34:13.769Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:34:13.787Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:34:13.788Z||pool-34-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-15T15:34:14.685Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:34:14.686Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|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-15T15:34:14.686Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:34:24.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:34:24.597Z||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-15T15:34:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:34:24.929Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:34:24.930Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:34:24.930Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|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-15T15:34:24.930Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:34:25.232Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:34:25.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T15:34:25.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61d0ce7d-ee6c-475a-8856-c390f000d8c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358453665,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T15:34:25.234Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:34:34.479Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:34:34.481Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:34:34.481Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|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-15T15:34:34.481Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:34:44.028Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:34:44.029Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:34:44.029Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|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-15T15:34:44.030Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:34:53.616Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:35:24.591Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:35:24.593Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|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-15T15:35:24.593Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:35:24.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:35:24.596Z||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-15T15:35:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:35:34.161Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:35:34.162Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:36:24.591Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:36:24.592Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|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-15T15:36:24.592Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:36:24.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:36:24.596Z||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-15T15:36:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:36:34.144Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:36:34.144Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:37:24.591Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:37:24.592Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|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-15T15:37:24.592Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:37:24.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:37:24.596Z||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-15T15:37:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:37:34.143Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:37:34.143Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:38:24.591Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:38:24.592Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|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-15T15:38:24.593Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:38:24.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:38:24.597Z||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-15T15:38:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:38:32.868Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:38:32.869Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T15:38:32.869Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"47cdb206-7b62-47b2-9d4c-7f3818cec390","serviceDescription":"service","serviceInvariantUUID":"5752861a-de51-46dd-8308-123d9f48798a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4947d552-c241-4fd5-afff-5dc23fdc4259","resourceInvariantUUID":"a56a486b-6b84-4678-97b0-dccc49d0d73c","resourceCustomizationUUID":"7921b003-9616-45f1-9352-b0bde13cc21e","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":"MTlkN2IyZDIxOTk0ZTQ5NzFkNjQ1NTRjZWFlNWYzODQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ec185b04-5a62-4b93-9819-e597bcd287f6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzY5MmExNjE5YTExZDIzYmVhNjA5NzYzYTFkMGIwYTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"34390b79-c0e7-4033-9d26-e97f4d509afe","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T15:38:32.875Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:38:32.876Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:38:32.880Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:38:32.880Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358704591,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:38:32.980Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:38:32.981Z||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-15T15:38:32.981Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:38:32.996Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:38:32.997Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:38:33.209Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:38:33.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:38:33.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358704591,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:38:33.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:38:33.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:38:33.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "cds",
  "timestamp": 1647358704292,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:38:33.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:38:33.881Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:38:33.882Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:38:33.884Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:38:33.884Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358704591,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:38:33.984Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:38:33.985Z||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-15T15:38:33.986Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:38:34.002Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:38:34.003Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:38:34.885Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "47cdb206-7b62-47b2-9d4c-7f3818cec390",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5752861a-de51-46dd-8308-123d9f48798a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "7921b003-9616-45f1-9352-b0bde13cc21e",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "4947d552-c241-4fd5-afff-5dc23fdc4259",
      "resourceInvariantUUID": "a56a486b-6b84-4678-97b0-dccc49d0d73c",
      "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": "MzY5MmExNjE5YTExZDIzYmVhNjA5NzYzYTFkMGIwYTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "34390b79-c0e7-4033-9d26-e97f4d509afe"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T15:38:34.886Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T15:38:34.886Z|61d0ce7d-ee6c-475a-8856-c390f000d8c6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 47cdb206-7b62-47b2-9d4c-7f3818cec390 ASDC
2022-03-15T15:38:34.887Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:47cdb206-7b62-47b2-9d4c-7f3818cec390
ServiceInvariantUUID:5752861a-de51-46dd-8308-123d9f48798a
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:34390b79-c0e7-4033-9d26-e97f4d509afe
ArtifactChecksum:MzY5MmExNjE5YTExZDIzYmVhNjA5NzYzYTFkMGIwYTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7921b003-9616-45f1-9352-b0bde13cc21e
ResourceInvariantUUID:a56a486b-6b84-4678-97b0-dccc49d0d73c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:4947d552-c241-4fd5-afff-5dc23fdc4259
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-03-15T15:38:34.887Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 47cdb206-7b62-47b2-9d4c-7f3818cec390 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-15T15:38:34.929Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:38:34.930Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-15T15:38:34.930Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-15T15:38:34.931Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 34390b79-c0e7-4033-9d26-e97f4d509afe from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-15T15:38:34.931Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-15T15:38:34.931Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-15T15:38:35.479Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-15T15:38:35.482Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 34390b79-c0e7-4033-9d26-e97f4d509afe 52514
2022-03-15T15:38:35.482Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||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-15T15:38:35.482Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||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-15T15:38:35.482Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:38:35.483Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:38:35.485Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:38:35.486Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358715482,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:38:35.585Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:38:35.587Z||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-15T15:38:35.587Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:38:35.603Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:38:35.604Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:38:36.486Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:38:36.488Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-15T15:38:36.488Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 34390b79-c0e7-4033-9d26-e97f4d509afe, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T15:38:36.489Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-15T15:38:36.490Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T15:38:36.490Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T15:38:36.662Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4187931690828119973/Definitions/service-BasicNetwork-template.yml
2022-03-15T15:38:37.358Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T15:38:37.381Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-15T15:38:37.381Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T15:38:37.381Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-15T15:38:37.381Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||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-15T15:38:37.381Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||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-15T15:38:37.381Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||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-15T15:38:37.382Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||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-15T15:38:37.382Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T15:38:37.382Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||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-15T15:38:37.382Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||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-15T15:38:37.382Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||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-15T15:38:37.382Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-15T15:38:37.382Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:38:37.382Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:38:37.383Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-15T15:38:37.383Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-15T15:38:37.383Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:38:37.383Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:38:37.383Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:38:37.384Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-15T15:38:37.384Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-15T15:38:37.384Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:38:37.384Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:38:37.384Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:38:37.384Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:38:37.384Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:38:37.385Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:38:37.385Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:38:37.385Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:38:37.385Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:38:37.385Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:38:37.385Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:38:37.386Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:47cdb206-7b62-47b2-9d4c-7f3818cec390
Model Version:NULL
Model InvariantUuid:5752861a-de51-46dd-8308-123d9f48798a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a56a486b-6b84-4678-97b0-dccc49d0d73c
Model UUID:50b9e0b0-a86d-4656-9ca2-4ceda49b4452
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:7921b003-9616-45f1-9352-b0bde13cc21e
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-15T15:38:37.394Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 4947d552-c241-4fd5-afff-5dc23fdc4259
2022-03-15T15:38:37.395Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||No resources found for Service: 47cdb206-7b62-47b2-9d4c-7f3818cec390
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-15T15:38:37.404Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||
2022-03-15T15:38:37.404Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-03-15T15:38:37.405Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 47cdb206-7b62-47b2-9d4c-7f3818cec390
2022-03-15T15:38:37.405Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 47cdb206-7b62-47b2-9d4c-7f3818cec390
2022-03-15T15:38:37.405Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-03-15T15:38:37.405Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||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-15T15:38:37.411Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6706ea8a, org.onap.sdc.toscaparser.api.parameters.Input@7596866, org.onap.sdc.toscaparser.api.parameters.Input@1004d3c0, org.onap.sdc.toscaparser.api.parameters.Input@12608174, org.onap.sdc.toscaparser.api.parameters.Input@42e27b08]
2022-03-15T15:38:37.413Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:38:37.413Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:38:37.414Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:38:37.414Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:38:37.414Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 47cdb206-7b62-47b2-9d4c-7f3818cec390: Generic NeutronNet
2022-03-15T15:38:37.414Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:38:37.414Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:38:37.415Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:38:37.415Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||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-15T15:38:37.454Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:38:37.454Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:38:37.455Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:38:37.455Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:38:37.455Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:38:37.455Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:38:37.455Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||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-15T15:38:37.515Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-03-15T15:38:37.515Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||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-15T15:38:37.515Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||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-15T15:38:37.515Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:38:37.516Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:38:37.518Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:38:37.518Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358717515,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:38:37.618Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:38:37.619Z||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-15T15:38:37.619Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:38:37.636Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:38:37.637Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:38:38.518Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T15:38:38.534Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
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-15T15:38:38.537Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:38:38.537Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:38:38.537Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:39:08.539Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T15:39:08.554Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
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-15T15:39:08.562Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:39:08.562Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:39:08.562Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:39:24.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:39:24.597Z||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-15T15:39:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:39:24.625Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:39:24.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:39:24.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "aai-ml",
  "timestamp": 1647358704051,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:39:24.627Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:39:38.563Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T15:39:38.578Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
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-15T15:39:38.583Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:39:38.583Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:39:38.584Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:40:08.584Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T15:40:08.604Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
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-15T15:40:08.607Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:40:08.607Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:40:08.607Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:40:24.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:40:24.598Z||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-15T15:40:24.598Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:40:24.634Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:40:24.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:40:24.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358713052,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:40:24.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:40:38.608Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T15:40:38.617Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
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-15T15:40:38.621Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:40:38.621Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:40:38.621Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:41:08.622Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T15:41:08.632Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
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-15T15:41:08.634Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:41:08.634Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:41:08.634Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:41:24.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:41:24.597Z||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-15T15:41:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:41:24.644Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:41:24.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "cds",
  "timestamp": 1647358704292,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:41:24.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:41:24.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358704591,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:41:24.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:41:24.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "aai-ml",
  "timestamp": 1647358704051,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:41:24.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:41:24.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358713052,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:41:24.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:41:24.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "aai-ml",
  "timestamp": 1647358715595,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:41:24.649Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:41:24.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "cds",
  "timestamp": 1647358716417,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:41:24.650Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:41:24.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358715482,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:41:24.650Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:41:24.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358715979,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:41:24.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:41:24.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "cds",
  "timestamp": 1647358717422,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T15:41:24.764Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
2022-03-15T15:41:24.764Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0 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-15T15:41:24.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358715979,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:41:24.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:41:24.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358717515,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:41:24.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:41:24.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "policy-id",
  "timestamp": 1647358718616,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:41:24.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:41:24.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "policy-id",
  "timestamp": 1647358718616,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:41:24.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:41:24.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "policy-id",
  "timestamp": 1647358721664,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:41:24.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:41:24.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "aai-ml",
  "timestamp": 1647358721170,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:41:24.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:41:24.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "policy-id",
  "timestamp": 1647358722669,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:41:24.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:41:24.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "aai-ml",
  "timestamp": 1647358722182,
  "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-15T15:41:24.793Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
2022-03-15T15:41:24.793Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0 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-15T15:41:24.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "policy-id",
  "timestamp": 1647358723671,
  "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-15T15:41:24.810Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
2022-03-15T15:41:24.811Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0 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-15T15:41:24.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "clamp",
  "timestamp": 1647358722832,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:41:24.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:41:24.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "clamp",
  "timestamp": 1647358722832,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:41:24.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:41:24.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358726194,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:41:24.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:41:24.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358726194,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:41:24.828Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:41:24.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358729210,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:41:24.828Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:41:24.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358730925,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:41:24.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:41:24.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358731931,
  "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-15T15:41:24.834Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
2022-03-15T15:41:24.835Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0 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-15T15:41:24.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "clamp",
  "timestamp": 1647358731947,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:41:24.848Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:41:24.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "clamp",
  "timestamp": 1647358733957,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:41:24.848Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:41:24.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:41:24.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "clamp",
  "timestamp": 1647358734961,
  "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-15T15:41:24.854Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
2022-03-15T15:41:24.854Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0 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-15T15:41:38.635Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T15:41:38.649Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0
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-15T15:41:38.654Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:41:38.654Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T15:41:38.654Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T15:41:38.654Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T15:41:38.654Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:41:38.654Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:41:38.655Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:41:38.655Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:41:38.655Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:41:38.655Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:41:38.655Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T15:41:38.663Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T15:42:08.663Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0 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-15T15:42:08.669Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0 and serviceModelVersionId: 47cdb206-7b62-47b2-9d4c-7f3818cec390
2022-03-15T15:42:08.669Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5752861a-de51-46dd-8308-123d9f48798a
2022-03-15T15:42:08.671Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5752861a-de51-46dd-8308-123d9f48798a/model-vers/model-ver/47cdb206-7b62-47b2-9d4c-7f3818cec390?depth=0
2022-03-15T15:42:08.679Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T15:42:08.740Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5752861a-de51-46dd-8308-123d9f48798a/model-vers/model-ver/47cdb206-7b62-47b2-9d4c-7f3818cec390?depth=0|INFO|500||Invoke
2022-03-15T15:42:08.741Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5752861a-de51-46dd-8308-123d9f48798a/model-vers/model-ver/47cdb206-7b62-47b2-9d4c-7f3818cec390?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5752861a-de51-46dd-8308-123d9f48798a/model-vers/model-ver/47cdb206-7b62-47b2-9d4c-7f3818cec390?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[93a4e876-518c-41e2-808c-e13546d547da], X-ECOMP-RequestID=[ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0], X-TransactionId=[], X-ONAP-RequestID=[ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0], Content-Type=[application/merge-patch+json]}
2022-03-15T15:42:08.770Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5752861a-de51-46dd-8308-123d9f48798a/model-vers/model-ver/47cdb206-7b62-47b2-9d4c-7f3818cec390?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T15:42:08.893Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5752861a-de51-46dd-8308-123d9f48798a/model-vers/model-ver/47cdb206-7b62-47b2-9d4c-7f3818cec390?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/5752861a-de51-46dd-8308-123d9f48798a/model-vers/model-ver/47cdb206-7b62-47b2-9d4c-7f3818cec390?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220315-15:42:08:980-96652], vertex-id=[589928], Content-Length=[0], Date=[Tue, 15 Mar 2022 15:42:08 GMT], Content-Type=[application/json]}
2022-03-15T15:42:08.894Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5752861a-de51-46dd-8308-123d9f48798a/model-vers/model-ver/47cdb206-7b62-47b2-9d4c-7f3818cec390?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-15T15:42:08.895Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5752861a-de51-46dd-8308-123d9f48798a/model-vers/model-ver/47cdb206-7b62-47b2-9d4c-7f3818cec390?depth=0|INFO|500||InvokeReturn
2022-03-15T15:42:08.895Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T15:42:08.896Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T15:42:08.903Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T15:42:08.903Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T15:42:08.904Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T15:42:08.904Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:42:08.907Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:42:08.908Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358928904,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T15:42:09.008Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:42:09.009Z||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-15T15:42:09.009Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:42:09.028Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:42:09.028Z||pool-39-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-15T15:42:09.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:42:09.922Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:42:09.922Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:42:14.285Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:42:14.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T15:42:14.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3a1d81f2-f59e-484a-959b-f8c703164af8","serviceName":"Demo_pNF_XWsDeZPNDH1mvqDuWm2e","serviceVersion":"1.0","serviceUUID":"eabcd978-a849-4b48-b8c3-38ef37aa0dc5","serviceDescription":"catalog service description","serviceInvariantUUID":"aa25a066-1917-4840-bbd5-89c6529fcd86","resources":[{"resourceInstanceName":"pNF f4692999-6525 0","resourceName":"pNF f4692999-6525","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"20321584-c87d-4d36-89a4-80c446eb32ca","resourceInvariantUUID":"84bd8701-e831-4fec-b3f7-a3d879311e2a","resourceCustomizationUUID":"e5ba8903-f20c-4fb2-b857-bdde475a9810","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vf-license-model.xml","artifactChecksum":"Mzc4OTc5Mzg4YzdjNmJhMDhmZGUyNDAxYzU5MGIzMjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8fc1f514-c50c-43de-b32c-be3735809b45","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/pNF.csar","artifactChecksum":"ZGEzYmUxYWEyNTZhNWFjY2Y1NGRkYTNjZWRiYjgzNDU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a553feb3-5adf-49e4-8292-676156a91665","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"269560b1-080f-4d31-9692-6e377832c49b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vendor-license-model.xml","artifactChecksum":"OTRlNTlkYjA4ZWI0ZjAzNTZkZjZmZTY4YzhhZjY4ZDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"66fa70e9-7220-4fdd-a0e9-fca65cfaf106","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5ba824cd-48b2-4e7c-9da2-b99a7f0436ba","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9bbf20b5-9d4b-4b51-aa60-7d2b5beb3e9f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfXwsdezpndh1mvqduwm2e-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-template.yml","artifactChecksum":"ODY0NWEyZGFhYmM4ZTEwNWI5ODk3OGVlY2M1MDczMmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d5cee47-2ea5-4924-a799-cf409fac0f12","artifactVersion":"1"},{"artifactName":"service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar","artifactChecksum":"ZDUxYzViOGQxNDczMTZlNTNmMTY3ZDMzYmEzYzdjNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0bf08884-a452-4f81-9088-eab5ef9de204","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T15:42:14.291Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:42:14.292Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:42:14.295Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:42:14.295Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:14.395Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:42:14.396Z||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-15T15:42:14.397Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:42:14.412Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:42:14.413Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:42:15.296Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:42:15.297Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:42:15.300Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:42:15.300Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:15.400Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:42:15.402Z||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-15T15:42:15.402Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:42:15.418Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:42:15.418Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:42:16.301Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:42:16.313Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:42:16.318Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:42:16.318Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:16.419Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:42:16.420Z||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-15T15:42:16.420Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:42:16.448Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:42:16.448Z||pool-42-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:42:17.319Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:42:17.325Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:42:17.327Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:42:17.328Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:17.428Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:42:17.428Z||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-15T15:42:17.429Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:42:17.443Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:42:17.443Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:42:18.328Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:42:18.330Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:42:18.332Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:42:18.332Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:18.433Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T15:42:18.434Z||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-15T15:42:18.434Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:42:18.450Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:42:18.450Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:42:19.335Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:42:19.336Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:42:19.338Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:42:19.339Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:19.439Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:42:19.440Z||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-15T15:42:19.440Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:42:19.463Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:42:19.464Z||pool-45-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:42:20.339Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:42:20.345Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:42:20.348Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:42:20.348Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:20.448Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:42:20.449Z||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-15T15:42:20.449Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:42:20.463Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:42:20.464Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:42:21.348Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:42:21.349Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:42:21.351Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:42:21.352Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:42:21.452Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:42:21.453Z||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-15T15:42:21.453Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:42:21.466Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:42:21.467Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:42:22.353Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "serviceName": "Demo_pNF_XWsDeZPNDH1mvqDuWm2e",
  "serviceVersion": "1.0",
  "serviceUUID": "eabcd978-a849-4b48-b8c3-38ef37aa0dc5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "aa25a066-1917-4840-bbd5-89c6529fcd86",
  "resources": [
    {
      "resourceInstanceName": "pNF f4692999-6525 0",
      "resourceCustomizationUUID": "e5ba8903-f20c-4fb2-b857-bdde475a9810",
      "resourceName": "pNF f4692999-6525",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "20321584-c87d-4d36-89a4-80c446eb32ca",
      "resourceInvariantUUID": "84bd8701-e831-4fec-b3f7-a3d879311e2a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
      "artifactChecksum": "ZDUxYzViOGQxNDczMTZlNTNmMTY3ZDMzYmEzYzdjNWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0bf08884-a452-4f81-9088-eab5ef9de204"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T15:42:22.353Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T15:42:22.353Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 eabcd978-a849-4b48-b8c3-38ef37aa0dc5 ASDC
2022-03-15T15:42:22.354Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:3a1d81f2-f59e-484a-959b-f8c703164af8
ServiceName:Demo_pNF_XWsDeZPNDH1mvqDuWm2e
ServiceVersion:1.0
ServiceUUID:eabcd978-a849-4b48-b8c3-38ef37aa0dc5
ServiceInvariantUUID:aa25a066-1917-4840-bbd5-89c6529fcd86
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
ArtifactUUID:0bf08884-a452-4f81-9088-eab5ef9de204
ArtifactChecksum:ZDUxYzViOGQxNDczMTZlNTNmMTY3ZDMzYmEzYzdjNWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f4692999-6525 0
ResourceCustomizationUUID:e5ba8903-f20c-4fb2-b857-bdde475a9810
ResourceInvariantUUID:84bd8701-e831-4fec-b3f7-a3d879311e2a
ResourceName:pNF f4692999-6525
ResourceType:PNF
ResourceUUID:20321584-c87d-4d36-89a4-80c446eb32ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-15T15:42:22.354Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eabcd978-a849-4b48-b8c3-38ef37aa0dc5 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-15T15:42:22.383Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:42:22.384Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T15:42:22.384Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T15:42:22.384Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0bf08884-a452-4f81-9088-eab5ef9de204 from URL: /sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
2022-03-15T15:42:22.385Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T15:42:22.385Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
2022-03-15T15:42:22.646Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T15:42:22.650Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar 0bf08884-a452-4f81-9088-eab5ef9de204 82651
2022-03-15T15:42:22.650Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar ASDC sendASDCNotification
2022-03-15T15:42:22.650Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
2022-03-15T15:42:22.651Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:42:22.651Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:42:22.654Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:42:22.654Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358942650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:42:22.754Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:42:22.755Z||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-15T15:42:22.755Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:42:22.769Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:42:22.770Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:42:23.655Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:42:23.656Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T15:42:23.656Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 0bf08884-a452-4f81-9088-eab5ef9de204, URL: /sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar to file: /app/ASDC/1/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
2022-03-15T15:42:23.657Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
2022-03-15T15:42:23.657Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
2022-03-15T15:42:23.658Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
2022-03-15T15:42:23.847Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP395210638475881365/Definitions/service-DemoPnfXwsdezpndh1mvqduwm2e-template.yml
2022-03-15T15:42:24.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:42:24.596Z||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-15T15:42:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:42:24.638Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:42:24.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "clamp",
  "timestamp": 1647358782832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358786194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "clamp",
  "timestamp": 1647358782832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358786194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358786194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "clamp",
  "timestamp": 1647358782832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358786194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "clamp",
  "timestamp": 1647358782832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358793052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "clamp",
  "timestamp": 1647358782832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358786194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "cds",
  "timestamp": 1647358794292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358793052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "aai-ml",
  "timestamp": 1647358794051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "clamp",
  "timestamp": 1647358782832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358786194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.656Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "cds",
  "timestamp": 1647358794292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.657Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358793052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "aai-ml",
  "timestamp": 1647358794051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358795979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "clamp",
  "timestamp": 1647358782832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358786194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.661Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "cds",
  "timestamp": 1647358794292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358793052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "aai-ml",
  "timestamp": 1647358794051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.663Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358795979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358786194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:42:24.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "clamp",
  "timestamp": 1647358782832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:42:24.666Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "cds",
  "timestamp": 1647358794292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.667Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358793052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.667Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "aai-ml",
  "timestamp": 1647358794051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358795979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "cds",
  "timestamp": 1647358794292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358793052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358799111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:42:24.671Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:42:24.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "aai-ml",
  "timestamp": 1647358794051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "policy-id",
  "timestamp": 1647358798616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358795979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "cds",
  "timestamp": 1647358794292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358793052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "policy-id",
  "timestamp": 1647358798616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "aai-ml",
  "timestamp": 1647358794051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358795979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "cds",
  "timestamp": 1647358794292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358793052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:42:24.678Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358801191,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:42:24.678Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:42:24.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "aai-ml",
  "timestamp": 1647358794051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.678Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "policy-id",
  "timestamp": 1647358798616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.679Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358795979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:42:24.679Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "cds",
  "timestamp": 1647358794292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:42:24.680Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358802198,
  "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-15T15:42:24.688Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3a1d81f2-f59e-484a-959b-f8c703164af8
2022-03-15T15:42:24.689Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a1d81f2-f59e-484a-959b-f8c703164af8 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-15T15:42:24.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "policy-id",
  "timestamp": 1647358798616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "aai-ml",
  "timestamp": 1647358794051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:42:24.700Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358795979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.700Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "cds",
  "timestamp": 1647358803268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:42:24.700Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:42:24.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "policy-id",
  "timestamp": 1647358798616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358795979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "aai-ml",
  "timestamp": 1647358803135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:42:24.702Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:42:24.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "cds",
  "timestamp": 1647358804274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-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-15T15:42:24.709Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3a1d81f2-f59e-484a-959b-f8c703164af8
2022-03-15T15:42:24.709Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a1d81f2-f59e-484a-959b-f8c703164af8 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-15T15:42:24.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "policy-id",
  "timestamp": 1647358798616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358805277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:42:24.721Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:42:24.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "policy-id",
  "timestamp": 1647358798616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:24.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "policy-id",
  "timestamp": 1647358798616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:42:24.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:42:24.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358806487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T15:42:24.722Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:42:24.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "policy-id",
  "timestamp": 1647358807448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:42:24.722Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:42:24.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358807495,
  "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-15T15:42:24.728Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3a1d81f2-f59e-484a-959b-f8c703164af8
2022-03-15T15:42:24.729Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a1d81f2-f59e-484a-959b-f8c703164af8 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-15T15:42:24.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "clamp",
  "timestamp": 1647358806957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:42:24.738Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:42:24.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "policy-id",
  "timestamp": 1647358808454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:42:24.739Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:42:24.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "policy-id",
  "timestamp": 1647358809458,
  "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-15T15:42:24.745Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3a1d81f2-f59e-484a-959b-f8c703164af8
2022-03-15T15:42:24.745Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a1d81f2-f59e-484a-959b-f8c703164af8 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-15T15:42:24.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "aai-ml",
  "timestamp": 1647358809077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:42:24.756Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:42:24.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "clamp",
  "timestamp": 1647358808965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:42:24.757Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:42:24.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "aai-ml",
  "timestamp": 1647358810083,
  "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-15T15:42:24.764Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3a1d81f2-f59e-484a-959b-f8c703164af8
2022-03-15T15:42:24.764Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a1d81f2-f59e-484a-959b-f8c703164af8 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-15T15:42:24.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:42:24.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "clamp",
  "timestamp": 1647358809968,
  "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-15T15:42:24.782Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3a1d81f2-f59e-484a-959b-f8c703164af8
2022-03-15T15:42:24.783Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a1d81f2-f59e-484a-959b-f8c703164af8 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-15T15:42:24.825Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T15:42:24.826Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-15T15:42:24.826Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
2022-03-15T15:42:24.826Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-15T15:42:24.826Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||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-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
2022-03-15T15:42:24.826Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
2022-03-15T15:42:24.826Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||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-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
2022-03-15T15:42:24.826Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||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-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
2022-03-15T15:42:24.826Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||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-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
2022-03-15T15:42:24.826Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||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-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
2022-03-15T15:42:24.827Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f4692999-6525 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-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
2022-03-15T15:42:24.827Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-15T15:42:24.827Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:42:24.827Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_XWsDeZPNDH1mvqDuWm2e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:42:24.827Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Node template pNF f4692999-6525 0 is matching search criteria
2022-03-15T15:42:24.828Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-15T15:42:24.828Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF f4692999-6525 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:42:24.828Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:42:24.828Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_XWsDeZPNDH1mvqDuWm2e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:42:24.828Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Node template pNF f4692999-6525 0 is matching search criteria
2022-03-15T15:42:24.828Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-15T15:42:24.829Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF f4692999-6525 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:42:24.829Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:42:24.829Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_XWsDeZPNDH1mvqDuWm2e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:42:24.829Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:42:24.829Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_XWsDeZPNDH1mvqDuWm2e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:42:24.829Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:42:24.829Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_XWsDeZPNDH1mvqDuWm2e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:42:24.830Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:42:24.830Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_XWsDeZPNDH1mvqDuWm2e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:42:24.830Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:42:24.830Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_XWsDeZPNDH1mvqDuWm2e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:42:24.830Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_XWsDeZPNDH1mvqDuWm2e
Description:catalog service description
Model UUID:eabcd978-a849-4b48-b8c3-38ef37aa0dc5
Model Version:NULL
Model InvariantUuid:aa25a066-1917-4840-bbd5-89c6529fcd86
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-15T15:42:24.838Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 20321584-c87d-4d36-89a4-80c446eb32ca
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-15T15:42:24.842Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||pNF f4692999-6525 0
2022-03-15T15:42:24.842Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 20321584-c87d-4d36-89a4-80c446eb32ca
2022-03-15T15:42:24.843Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||No resources found for Service: eabcd978-a849-4b48-b8c3-38ef37aa0dc5
2022-03-15T15:42:24.843Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: eabcd978-a849-4b48-b8c3-38ef37aa0dc5
2022-03-15T15:42:24.843Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f4692999-6525 0 20321584-c87d-4d36-89a4-80c446eb32ca 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-15T15:42:24.850Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7e4218c9, org.onap.sdc.toscaparser.api.parameters.Input@152ac10, org.onap.sdc.toscaparser.api.parameters.Input@37f7ef16, org.onap.sdc.toscaparser.api.parameters.Input@6774809e, org.onap.sdc.toscaparser.api.parameters.Input@99e58e9]
2022-03-15T15:42:24.850Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:42:24.851Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_XWsDeZPNDH1mvqDuWm2e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:42:24.851Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid eabcd978-a849-4b48-b8c3-38ef37aa0dc5: pNF f4692999-6525
2022-03-15T15:42:24.852Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||Processing PNF resource: 20321584-c87d-4d36-89a4-80c446eb32ca
2022-03-15T15:42:24.852Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:42:24.852Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_XWsDeZPNDH1mvqDuWm2e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:42:24.853Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||Resource customization UUID: e5ba8903-f20c-4fb2-b857-bdde475a9810 is the same as notified resource customizationUUID: e5ba8903-f20c-4fb2-b857-bdde475a9810
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-15T15:42:24.916Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f4692999-6525 20321584-c87d-4d36-89a4-80c446eb32ca 0 ASDC deployResourceStructure
2022-03-15T15:42:24.917Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar ASDC sendASDCNotification
2022-03-15T15:42:24.917Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar
2022-03-15T15:42:24.917Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:42:24.918Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:42:24.920Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:42:24.920Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358944917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:42:25.020Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:42:25.021Z||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-15T15:42:25.021Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:42:25.036Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:42:25.036Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:42:25.921Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a1d81f2-f59e-484a-959b-f8c703164af8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T15:42:25.934Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a1d81f2-f59e-484a-959b-f8c703164af8
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-15T15:42:25.940Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:42:25.940Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T15:42:25.940Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T15:42:25.940Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T15:42:25.940Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:42:25.940Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:42:25.941Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:42:25.941Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:42:25.941Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:42:25.941Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:42:25.941Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:42:25.941Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||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-15T15:42:25.947Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T15:42:55.949Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3a1d81f2-f59e-484a-959b-f8c703164af8 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-15T15:42:55.957Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3a1d81f2-f59e-484a-959b-f8c703164af8 and serviceModelVersionId: eabcd978-a849-4b48-b8c3-38ef37aa0dc5
2022-03-15T15:42:55.957Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aa25a066-1917-4840-bbd5-89c6529fcd86
2022-03-15T15:42:55.962Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aa25a066-1917-4840-bbd5-89c6529fcd86/model-vers/model-ver/eabcd978-a849-4b48-b8c3-38ef37aa0dc5?depth=0
2022-03-15T15:42:55.967Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T15:42:56.020Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa25a066-1917-4840-bbd5-89c6529fcd86/model-vers/model-ver/eabcd978-a849-4b48-b8c3-38ef37aa0dc5?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-15T15:42:56.021Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa25a066-1917-4840-bbd5-89c6529fcd86/model-vers/model-ver/eabcd978-a849-4b48-b8c3-38ef37aa0dc5?depth=0|INFO|500||Invoke
2022-03-15T15:42:56.040Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa25a066-1917-4840-bbd5-89c6529fcd86/model-vers/model-ver/eabcd978-a849-4b48-b8c3-38ef37aa0dc5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T15:42:56.514Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa25a066-1917-4840-bbd5-89c6529fcd86/model-vers/model-ver/eabcd978-a849-4b48-b8c3-38ef37aa0dc5?depth=0|INFO|500||InvokeReturn
2022-03-15T15:42:56.515Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa25a066-1917-4840-bbd5-89c6529fcd86/model-vers/model-ver/eabcd978-a849-4b48-b8c3-38ef37aa0dc5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220315-15:42:56:250-62861], vertex-id=[176288], Content-Length=[0], Date=[Tue, 15 Mar 2022 15:42:56 GMT], Content-Type=[application/json]}
2022-03-15T15:42:56.515Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-03-15T15:42:56.516Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T15:42:56.516Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||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-15T15:42:56.521Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||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-15T15:42:56.521Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3a1d81f2-f59e-484a-959b-f8c703164af8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T15:42:56.521Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T15:42:56.522Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:42:56.524Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:42:56.524Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358976521,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T15:42:56.624Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:42:56.625Z||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-15T15:42:56.625Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:42:56.643Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:42:56.644Z||pool-50-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-15T15:42:57.537Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T15:42:57.537Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"35679e4e-ac86-41d9-9bab-af13c221e9e9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"d2db3c69-108e-471f-8449-a34d68c5e7b2","serviceDescription":"service","serviceInvariantUUID":"50fe9792-4db4-439c-af7b-9386b0c69b95","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0532b25f-0408-45c7-ac40-9d7209ade3ed","resourceInvariantUUID":"e1d2f762-615d-49bb-87a9-8f8a52b05bdf","resourceCustomizationUUID":"669307ba-2b59-40fc-8cbe-0fdb61a9aab5","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":"ZGNjYWVlMTE5NDFkMDFlYjEyNTExNjEyOTdhMDM1M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dc6a236b-c80e-4e59-abc3-a64aacb3d4b1","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":"M2FkZDQ5YjEzMzEzM2QxMjVjNWE1YWUyN2IzNjU5ZDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7adedae8-8626-4333-b1c2-76936379c5fa","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":"5b2d1a6c-e1f1-493a-8570-7f40df8199e1","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":"f0be4839-0aaf-4bd5-8408-90ebf00c9910","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":"840996b3-31f6-4c6c-84ca-6317d393873a","artifactVersion":"2","generatedFromUUID":"5b2d1a6c-e1f1-493a-8570-7f40df8199e1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTM0YmUzYjM4OGZkYmVlZGU4OWJlYzkzYzUxMjJjYTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a13fcff8-d373-4a5f-9d83-178b548d0cf1","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjlmMzEzZjdiM2E1OWNhZGRlNDQ1MDYzMDUwYWQ2YTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"02facfb4-145c-43fb-a29c-60b059369105","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T15:42:57.538Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:42:57.538Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:42:57.540Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:42:57.540Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:42:57.641Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:42:57.643Z||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-15T15:42:57.643Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:42:57.659Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:42:57.660Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:42:58.541Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:42:58.542Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:42:58.544Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:42:58.544Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T15:42:58.645Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:42:58.646Z||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-15T15:42:58.646Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:42:58.676Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:42:58.677Z||pool-52-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:42:59.545Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:42:59.546Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:42:59.548Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:42:59.548Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:42:59.649Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T15:42:59.650Z||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-15T15:42:59.650Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:42:59.681Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:42:59.681Z||pool-53-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:43:00.549Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:43:00.550Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:43:00.552Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:43:00.552Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:00.652Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:43:00.653Z||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-15T15:43:00.654Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:43:00.686Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:43:00.687Z||pool-54-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:43:01.553Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:43:01.554Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:43:01.556Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:43:01.556Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-15T15:43:01.657Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T15:43:01.658Z||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-15T15:43:01.658Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:43:01.672Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:43:01.673Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:43:02.557Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:43:02.558Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:43:02.564Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:43:02.564Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:02.662Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-15T15:43:02.662Z||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-15T15:43:02.662Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:43:02.677Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:43:02.677Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:43:03.565Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:43:03.566Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:43:03.568Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:43:03.569Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:43:03.668Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:43:03.669Z||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-15T15:43:03.669Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:43:03.682Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:43:03.683Z||pool-57-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:43:04.571Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "d2db3c69-108e-471f-8449-a34d68c5e7b2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "50fe9792-4db4-439c-af7b-9386b0c69b95",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "669307ba-2b59-40fc-8cbe-0fdb61a9aab5",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0532b25f-0408-45c7-ac40-9d7209ade3ed",
      "resourceInvariantUUID": "e1d2f762-615d-49bb-87a9-8f8a52b05bdf",
      "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": "M2FkZDQ5YjEzMzEzM2QxMjVjNWE1YWUyN2IzNjU5ZDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7adedae8-8626-4333-b1c2-76936379c5fa",
          "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": "5b2d1a6c-e1f1-493a-8570-7f40df8199e1",
          "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": "840996b3-31f6-4c6c-84ca-6317d393873a",
            "generatedFromUUID": "5b2d1a6c-e1f1-493a-8570-7f40df8199e1"
          },
          "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": "840996b3-31f6-4c6c-84ca-6317d393873a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YjlmMzEzZjdiM2E1OWNhZGRlNDQ1MDYzMDUwYWQ2YTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "02facfb4-145c-43fb-a29c-60b059369105"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T15:43:04.571Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T15:43:04.572Z|3a1d81f2-f59e-484a-959b-f8c703164af8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d2db3c69-108e-471f-8449-a34d68c5e7b2 ASDC
2022-03-15T15:43:04.573Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:35679e4e-ac86-41d9-9bab-af13c221e9e9
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:d2db3c69-108e-471f-8449-a34d68c5e7b2
ServiceInvariantUUID:50fe9792-4db4-439c-af7b-9386b0c69b95
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:02facfb4-145c-43fb-a29c-60b059369105
ArtifactChecksum:YjlmMzEzZjdiM2E1OWNhZGRlNDQ1MDYzMDUwYWQ2YTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:669307ba-2b59-40fc-8cbe-0fdb61a9aab5
ResourceInvariantUUID:e1d2f762-615d-49bb-87a9-8f8a52b05bdf
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:0532b25f-0408-45c7-ac40-9d7209ade3ed
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:7adedae8-8626-4333-b1c2-76936379c5fa
ArtifactChecksum:M2FkZDQ5YjEzMzEzM2QxMjVjNWE1YWUyN2IzNjU5ZDI=
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:5b2d1a6c-e1f1-493a-8570-7f40df8199e1
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:840996b3-31f6-4c6c-84ca-6317d393873a
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:840996b3-31f6-4c6c-84ca-6317d393873a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-15T15:43:04.573Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d2db3c69-108e-471f-8449-a34d68c5e7b2 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-15T15:43:04.606Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:43:04.607Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T15:43:04.607Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T15:43:04.607Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 02facfb4-145c-43fb-a29c-60b059369105 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-15T15:43:04.607Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T15:43:04.608Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-15T15:43:04.889Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T15:43:04.893Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 02facfb4-145c-43fb-a29c-60b059369105 71057
2022-03-15T15:43:04.894Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||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-15T15:43:04.894Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||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-15T15:43:04.894Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:43:04.895Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:43:04.897Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:43:04.897Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358984894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:43:04.998Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T15:43:04.999Z||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-15T15:43:04.999Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:43:05.013Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:43:05.014Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:43:05.898Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:43:05.900Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T15:43:05.900Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 02facfb4-145c-43fb-a29c-60b059369105, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-15T15:43:05.900Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-03-15T15:43:05.901Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-15T15:43:05.901Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-03-15T15:43:06.094Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5243898407605542276/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-15T15:43:07.524Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T15:43:07.525Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-15T15:43:07.525Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-15T15:43:07.525Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-15T15:43:07.525Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||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-15T15:43:07.525Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||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-15T15:43:07.525Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||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-15T15:43:07.525Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||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-15T15:43:07.525Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||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-15T15:43:07.526Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||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-15T15:43:07.526Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||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-15T15:43:07.526Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||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-15T15:43:07.526Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||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-15T15:43:07.526Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-15T15:43:07.526Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:43:07.526Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:43:07.526Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-15T15:43:07.527Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-15T15:43:07.527Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:43:07.527Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:43:07.527Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:43:07.527Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-15T15:43:07.527Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-15T15:43:07.528Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:43:07.528Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:43:07.528Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:43:07.528Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:43:07.528Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-15T15:43:07.528Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-15T15:43:07.528Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-15T15:43:07.529Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-15T15:43:07.529Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-15T15:43:07.529Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T15:43:07.529Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:43:07.529Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T15:43:07.529Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:43:07.530Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-15T15:43:07.530Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:43:07.530Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:43:07.531Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-15T15:43:07.531Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:43:07.531Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:43:07.531Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-15T15:43:07.531Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:43:07.531Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:43:07.532Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-15T15:43:07.532Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-15T15:43:07.532Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-15T15:43:07.532Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0daf056f-6c0d-4a8a-9356-79135e9b8753
2022-03-15T15:43:07.532Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:43:07.533Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:43:07.533Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:43:07.533Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:43:07.533Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:43:07.533Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:43:07.533Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:43:07.533Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:43:07.534Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:d2db3c69-108e-471f-8449-a34d68c5e7b2
Model Version:NULL
Model InvariantUuid:50fe9792-4db4-439c-af7b-9386b0c69b95
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:c9b11782-34fa-48e5-a389-170201a54e22
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1d2f762-615d-49bb-87a9-8f8a52b05bdf
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:669307ba-2b59-40fc-8cbe-0fdb61a9aab5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:22e84f14-974a-482b-8285-f98db904694f
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:293eb2d4-676b-41b2-8343-5f01335676e8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0daf056f-6c0d-4a8a-9356-79135e9b8753
ModelInvariantUuid:516f876c-2495-438d-a98e-3ef2f3a8f4e7
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:89dd8a6a-3f35-4262-a2a4-3480df610f5a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:ddb1cce7-ef2e-42cd-bdd1-7140e90e0801
ModelInvariantUuid:ef092775-097b-4b2c-b571-f9f3429bdcba
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:523c93c9-fb24-4acc-83b0-064787006a63
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-15T15:43:07.540Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 0532b25f-0408-45c7-ac40-9d7209ade3ed
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-15T15:43:07.543Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||basic_vm 0
2022-03-15T15:43:07.543Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0532b25f-0408-45c7-ac40-9d7209ade3ed
2022-03-15T15:43:07.543Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7adedae8-8626-4333-b1c2-76936379c5fa from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-15T15:43:07.543Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T15:43:07.543Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||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-15T15:43:07.679Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T15:43:07.680Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 7adedae8-8626-4333-b1c2-76936379c5fa 787
2022-03-15T15:43:07.680Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||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-15T15:43:07.680Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||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-15T15:43:07.680Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:43:07.680Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:43:07.682Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:43:07.682Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358987680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:43:07.782Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:43:07.783Z||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-15T15:43:07.784Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:43:07.799Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:43:07.800Z||pool-59-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:43:08.683Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "22e84f14-974a-482b-8285-f98db904694f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "293eb2d4-676b-41b2-8343-5f01335676e8",
    "vfModuleModelCustomizationUUID": "49cd4366-1e3b-445d-87da-0b56e848b679",
    "isBase": true,
    "artifacts": [
      "5b2d1a6c-e1f1-493a-8570-7f40df8199e1",
      "840996b3-31f6-4c6c-84ca-6317d393873a"
    ],
    "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-15T15:43:08.688Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:293eb2d4-676b-41b2-8343-5f01335676e8
VfModuleModelInvariantUUID:22e84f14-974a-482b-8285-f98db904694f
VfModuleModelDescription:NULL
Artifacts UUID List:{
5b2d1a6c-e1f1-493a-8570-7f40df8199e1
,
840996b3-31f6-4c6c-84ca-6317d393873a

}
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-15T15:43:08.690Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "22e84f14-974a-482b-8285-f98db904694f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "293eb2d4-676b-41b2-8343-5f01335676e8",
    "vfModuleModelCustomizationUUID": "49cd4366-1e3b-445d-87da-0b56e848b679",
    "isBase": true,
    "artifacts": [
      "5b2d1a6c-e1f1-493a-8570-7f40df8199e1",
      "840996b3-31f6-4c6c-84ca-6317d393873a"
    ],
    "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-15T15:43:08.690Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:293eb2d4-676b-41b2-8343-5f01335676e8
VfModuleModelInvariantUUID:22e84f14-974a-482b-8285-f98db904694f
VfModuleModelDescription:NULL
Artifacts UUID List:{
5b2d1a6c-e1f1-493a-8570-7f40df8199e1
,
840996b3-31f6-4c6c-84ca-6317d393873a

}
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-15T15:43:08.690Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5b2d1a6c-e1f1-493a-8570-7f40df8199e1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-15T15:43:08.690Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T15:43:08.691Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||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-15T15:43:08.876Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T15:43:08.876Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 5b2d1a6c-e1f1-493a-8570-7f40df8199e1 5033
2022-03-15T15:43:08.877Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||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-15T15:43:08.877Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||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-15T15:43:08.877Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:43:08.877Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:43:08.880Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:43:08.880Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358988877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:43:08.980Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:43:08.981Z||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-15T15:43:08.981Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:43:08.996Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:43:08.997Z||pool-60-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:43:09.880Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 840996b3-31f6-4c6c-84ca-6317d393873a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-15T15:43:09.881Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T15:43:09.881Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||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-15T15:43:09.930Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T15:43:09.930Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 840996b3-31f6-4c6c-84ca-6317d393873a 903
2022-03-15T15:43:09.930Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||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-15T15:43:09.930Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||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-15T15:43:09.931Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:43:09.931Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:43:09.933Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:43:09.933Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358989930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:43:10.034Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:43:10.035Z||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-15T15:43:10.035Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:43:10.055Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:43:10.056Z||pool-61-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:43:10.934Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: d2db3c69-108e-471f-8449-a34d68c5e7b2
2022-03-15T15:43:10.935Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 0532b25f-0408-45c7-ac40-9d7209ade3ed 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-15T15:43:10.951Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74cf3cb, org.onap.sdc.toscaparser.api.parameters.Input@5a20e876, org.onap.sdc.toscaparser.api.parameters.Input@7f15f1a5, org.onap.sdc.toscaparser.api.parameters.Input@63ab595, org.onap.sdc.toscaparser.api.parameters.Input@6688dc32]
2022-03-15T15:43:10.953Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:43:10.954Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:43:10.954Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-03-15T15:43:10.954Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 669307ba-2b59-40fc-8cbe-0fdb61a9aab5
2022-03-15T15:43:10.954Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 669307ba-2b59-40fc-8cbe-0fdb61a9aab5 matches Tosca VF Customization UUID: 669307ba-2b59-40fc-8cbe-0fdb61a9aab5
2022-03-15T15:43:10.954Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 669307ba-2b59-40fc-8cbe-0fdb61a9aab5  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-15T15:43:10.957Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:43:10.957Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:43:10.958Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 669307ba-2b59-40fc-8cbe-0fdb61a9aab5: {\"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-15T15:43:10.958Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@383b2b30
2022-03-15T15:43:10.958Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:43:10.958Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T15:43:10.959Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 49cd4366-1e3b-445d-87da-0b56e848b679
2022-03-15T15:43:10.959Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 49cd4366-1e3b-445d-87da-0b56e848b679
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-15T15:43:10.961Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:43:10.961Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-15T15:43:10.962Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:43:10.962Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:43:10.962Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-15T15:43:10.962Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:43:10.962Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:43:10.963Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-15T15:43:10.963Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-15T15:43:10.963Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-15T15:43:10.963Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0daf056f-6c0d-4a8a-9356-79135e9b8753
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-15T15:43:10.966Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:43:10.966Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-15T15:43:10.966Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:43:10.966Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:43:10.966Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-15T15:43:10.967Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=669307ba-2b59-40fc-8cbe-0fdb61a9aab5
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-15T15:43:10.969Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:43:10.969Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:43:10.969Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid d2db3c69-108e-471f-8449-a34d68c5e7b2: basic_vm
2022-03-15T15:43:10.969Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:43:10.969Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:43:10.970Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:43:10.970Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:43:10.970Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:43:10.970Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:43:10.970Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:43:10.971Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:43:10.971Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:43:10.971Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:43:10.971Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||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-15T15:43:11.078Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 0532b25f-0408-45c7-ac40-9d7209ade3ed 1 ASDC deployResourceStructure
2022-03-15T15:43:11.079Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||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-15T15:43:11.080Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||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-15T15:43:11.080Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:43:11.080Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:43:11.083Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:43:11.083Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358991079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T15:43:11.184Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:43:11.185Z||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-15T15:43:11.185Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:43:11.200Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:43:11.201Z||pool-62-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:43:12.084Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||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-15T15:43:12.092Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||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-15T15:43:12.092Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:43:12.092Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:43:12.095Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:43:12.095Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358992084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T15:43:12.195Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:43:12.196Z||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-15T15:43:12.196Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:43:12.213Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:43:12.214Z||pool-63-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:43:13.097Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||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-15T15:43:13.098Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||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-15T15:43:13.098Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:43:13.099Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:43:13.101Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:43:13.101Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358993097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-15T15:43:13.201Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:43:13.202Z||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-15T15:43:13.202Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:43:13.217Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:43:13.218Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:43:14.102Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||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-15T15:43:14.103Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||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-15T15:43:14.103Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:43:14.103Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:43:14.106Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:43:14.106Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358994102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:43:14.206Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:43:14.207Z||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-15T15:43:14.207Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:43:14.222Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:43:14.223Z||pool-65-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:43:15.107Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35679e4e-ac86-41d9-9bab-af13c221e9e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T15:43:16.210Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35679e4e-ac86-41d9-9bab-af13c221e9e9
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-15T15:43:16.213Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:43:16.214Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T15:43:16.214Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T15:43:24.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:43:24.597Z||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-15T15:43:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:43:24.619Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:43:24.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "cds",
  "timestamp": 1647358824292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.641Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.641Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358815979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.641Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "aai-ml",
  "timestamp": 1647358824051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.642Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358816195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.642Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "policy-id",
  "timestamp": 1647358818617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.642Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358815979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "cds",
  "timestamp": 1647358824292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "aai-ml",
  "timestamp": 1647358824051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358816195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "policy-id",
  "timestamp": 1647358818617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "cds",
  "timestamp": 1647358824292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "aai-ml",
  "timestamp": 1647358824051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358815979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.651Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358816195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.652Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "policy-id",
  "timestamp": 1647358818617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:43:24.652Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358815979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.653Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "aai-ml",
  "timestamp": 1647358824051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.653Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "cds",
  "timestamp": 1647358824292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358816195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "policy-id",
  "timestamp": 1647358818617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "cds",
  "timestamp": 1647358824292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.655Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "aai-ml",
  "timestamp": 1647358824051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.660Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358815979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358816195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "policy-id",
  "timestamp": 1647358818617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "cds",
  "timestamp": 1647358824292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358815979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "aai-ml",
  "timestamp": 1647358824051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358816195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "policy-id",
  "timestamp": 1647358818617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "cds",
  "timestamp": 1647358824292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:43:24.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "aai-ml",
  "timestamp": 1647358824051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:43:24.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358815979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358816195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:43:24.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "policy-id",
  "timestamp": 1647358818617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:43:24.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "aai-ml",
  "timestamp": 1647358832689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:43:24.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:43:24.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358833352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:43:24.669Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:43:24.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "policy-id",
  "timestamp": 1647358833346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:43:24.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:43:24.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "cds",
  "timestamp": 1647358833563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:43:24.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:43:24.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358833052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.671Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "policy-id",
  "timestamp": 1647358834350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:43:24.671Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:43:24.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "cds",
  "timestamp": 1647358834573,
  "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-15T15:43:24.679Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 35679e4e-ac86-41d9-9bab-af13c221e9e9
2022-03-15T15:43:24.680Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35679e4e-ac86-41d9-9bab-af13c221e9e9 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-15T15:43:24.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358833052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T15:43:24.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "policy-id",
  "timestamp": 1647358835354,
  "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-15T15:43:24.702Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 35679e4e-ac86-41d9-9bab-af13c221e9e9
2022-03-15T15:43:24.703Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35679e4e-ac86-41d9-9bab-af13c221e9e9 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-15T15:43:24.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358835765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:43:24.719Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:43:24.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358833052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:43:24.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358836769,
  "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-15T15:43:24.727Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 35679e4e-ac86-41d9-9bab-af13c221e9e9
2022-03-15T15:43:24.728Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35679e4e-ac86-41d9-9bab-af13c221e9e9 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-15T15:43:24.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358833052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358833052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-15T15:43:24.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358833052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358833052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:43:24.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358840908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:43:24.739Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:43:24.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358841973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:43:24.739Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:43:24.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "aai-ml",
  "timestamp": 1647358841801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:43:24.740Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:43:24.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "aai-ml",
  "timestamp": 1647358842807,
  "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-15T15:43:24.746Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 35679e4e-ac86-41d9-9bab-af13c221e9e9
2022-03-15T15:43:24.746Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35679e4e-ac86-41d9-9bab-af13c221e9e9 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-15T15:43:24.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358843048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:43:24.760Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:43:24.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "clamp",
  "timestamp": 1647358842832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.761Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358844074,
  "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-15T15:43:24.766Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 35679e4e-ac86-41d9-9bab-af13c221e9e9
2022-03-15T15:43:24.766Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35679e4e-ac86-41d9-9bab-af13c221e9e9 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-15T15:43:24.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "clamp",
  "timestamp": 1647358842832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T15:43:24.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358845079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T15:43:24.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:43:24.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "clamp",
  "timestamp": 1647358842832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "clamp",
  "timestamp": 1647358842832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "clamp",
  "timestamp": 1647358842832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "clamp",
  "timestamp": 1647358842832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "clamp",
  "timestamp": 1647358842832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:43:24.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358853052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.779Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "cds",
  "timestamp": 1647358854292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.779Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358846194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.780Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "aai-ml",
  "timestamp": 1647358854051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.780Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "clamp",
  "timestamp": 1647358854968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:43:24.781Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:43:24.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358853052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-15T15:43:24.781Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "cds",
  "timestamp": 1647358854292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358846194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "aai-ml",
  "timestamp": 1647358854051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358855979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358853052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-15T15:43:24.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358846194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "cds",
  "timestamp": 1647358854292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "aai-ml",
  "timestamp": 1647358854051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358855979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "clamp",
  "timestamp": 1647358856975,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:43:24.786Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:43:24.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358853052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T15:43:24.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "cds",
  "timestamp": 1647358854292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358846194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "aai-ml",
  "timestamp": 1647358854051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358855979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "clamp",
  "timestamp": 1647358857979,
  "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-15T15:43:24.797Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 35679e4e-ac86-41d9-9bab-af13c221e9e9
2022-03-15T15:43:24.797Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35679e4e-ac86-41d9-9bab-af13c221e9e9 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-15T15:43:24.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358853052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:43:24.814Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358846194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "cds",
  "timestamp": 1647358854292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "policy-id",
  "timestamp": 1647358858616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "aai-ml",
  "timestamp": 1647358854051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358855979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358853052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "cds",
  "timestamp": 1647358854292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358846194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "policy-id",
  "timestamp": 1647358858616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "aai-ml",
  "timestamp": 1647358854051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.818Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358855979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.818Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358853052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-15T15:43:24.818Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358846194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "cds",
  "timestamp": 1647358854292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "policy-id",
  "timestamp": 1647358858616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "aai-ml",
  "timestamp": 1647358854051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.820Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358855979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.820Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358853052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.820Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358846194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.820Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "cds",
  "timestamp": 1647358854292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.821Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "policy-id",
  "timestamp": 1647358858616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.821Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "aai-ml",
  "timestamp": 1647358854051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.821Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358855979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.821Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358853052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:43:24.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358846194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:43:24.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "cds",
  "timestamp": 1647358854292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:43:24.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "policy-id",
  "timestamp": 1647358858616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:43:24.823Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "aai-ml",
  "timestamp": 1647358854051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:43:24.823Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358855979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.823Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "policy-id",
  "timestamp": 1647358858616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358855979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358864555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:43:24.824Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:43:24.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358864953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:43:24.825Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:43:24.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "aai-ml",
  "timestamp": 1647358864376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:43:24.825Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:43:24.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "cds",
  "timestamp": 1647358865168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:43:24.825Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:43:24.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "policy-id",
  "timestamp": 1647358858616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "cds",
  "timestamp": 1647358866175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T15:43:24.848Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 53c72f82-999e-4d10-b3da-18360ae1ffab
2022-03-15T15:43:24.848Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53c72f82-999e-4d10-b3da-18360ae1ffab 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-15T15:43:24.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358865904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:43:24.858Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:43:24.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "policy-id",
  "timestamp": 1647358858616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "policy-id",
  "timestamp": 1647358858616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:43:24.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358867055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:43:24.859Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:43:24.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358867436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:43:24.860Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:43:24.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "policy-id",
  "timestamp": 1647358868390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:43:24.860Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:43:24.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358868444,
  "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-15T15:43:24.865Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 53c72f82-999e-4d10-b3da-18360ae1ffab
2022-03-15T15:43:24.866Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53c72f82-999e-4d10-b3da-18360ae1ffab 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-15T15:43:24.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358868207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:43:24.877Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:43:24.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "policy-id",
  "timestamp": 1647358869397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:43:24.877Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:43:24.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358869309,
  "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-15T15:43:24.885Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53c72f82-999e-4d10-b3da-18360ae1ffab
2022-03-15T15:43:24.886Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53c72f82-999e-4d10-b3da-18360ae1ffab 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-15T15:43:24.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "cds",
  "timestamp": 1647358869292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "policy-id",
  "timestamp": 1647358870402,
  "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-15T15:43:24.902Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53c72f82-999e-4d10-b3da-18360ae1ffab
2022-03-15T15:43:24.902Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53c72f82-999e-4d10-b3da-18360ae1ffab 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-15T15:43:24.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358870313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T15:43:24.912Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:43:24.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "cds",
  "timestamp": 1647358869292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "policy-id",
  "timestamp": 1647358858616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.913Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "cds",
  "timestamp": 1647358869292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.913Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "policy-id",
  "timestamp": 1647358858616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.914Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "cds",
  "timestamp": 1647358869292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.915Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "aai-ml",
  "timestamp": 1647358872791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:43:24.915Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:43:24.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "policy-id",
  "timestamp": 1647358858616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:43:24.915Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "cds",
  "timestamp": 1647358869292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.916Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358873052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.917Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "clamp",
  "timestamp": 1647358872833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.917Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "aai-ml",
  "timestamp": 1647358873814,
  "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-15T15:43:24.923Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 53c72f82-999e-4d10-b3da-18360ae1ffab
2022-03-15T15:43:24.923Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53c72f82-999e-4d10-b3da-18360ae1ffab 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-15T15:43:24.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "policy-id",
  "timestamp": 1647358858616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.937Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "cds",
  "timestamp": 1647358869292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358873052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T15:43:24.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "clamp",
  "timestamp": 1647358872833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "policy-id",
  "timestamp": 1647358858616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "cds",
  "timestamp": 1647358869292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358873052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:43:24.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "clamp",
  "timestamp": 1647358872833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "policy-id",
  "timestamp": 1647358858616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358875979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "cds",
  "timestamp": 1647358869292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:43:24.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358876195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358873052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "clamp",
  "timestamp": 1647358872833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T15:43:24.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "policy-id",
  "timestamp": 1647358858616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358875979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358876195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358873052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-15T15:43:24.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "cds",
  "timestamp": 1647358878376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:43:24.943Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:43:24.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "clamp",
  "timestamp": 1647358872833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "policy-id",
  "timestamp": 1647358858616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:43:24.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358875979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358876195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358873052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "clamp",
  "timestamp": 1647358872833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358875979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "policy-id",
  "timestamp": 1647358879730,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:43:24.946Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:43:24.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358876195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358873052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "clamp",
  "timestamp": 1647358872833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358875979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "policy-id",
  "timestamp": 1647358880735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:43:24.948Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:43:24.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "cds",
  "timestamp": 1647358880962,
  "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-15T15:43:24.972Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 966e0787-744d-4f9b-bc43-62705f7848cb
2022-03-15T15:43:24.973Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 966e0787-744d-4f9b-bc43-62705f7848cb 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-15T15:43:24.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358876195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358873052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:43:24.987Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "clamp",
  "timestamp": 1647358872833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.987Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358875979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:24.987Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:24.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:24.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "policy-id",
  "timestamp": 1647358881739,
  "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-15T15:43:24.993Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 966e0787-744d-4f9b-bc43-62705f7848cb
2022-03-15T15:43:24.993Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 966e0787-744d-4f9b-bc43-62705f7848cb 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-15T15:43:25.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:25.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358876195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:25.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:25.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:25.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "clamp",
  "timestamp": 1647358872833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:43:25.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:25.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:25.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358882073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:43:25.004Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:43:25.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:25.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358875979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:25.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:25.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:25.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358876195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:25.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:25.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:25.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358883181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:43:25.005Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:43:25.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:25.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358875979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:25.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:25.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:25.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358876195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:43:25.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:25.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:25.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "aai-ml",
  "timestamp": 1647358884051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:43:25.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:43:25.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:25.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358884447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:43:25.006Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:43:25.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:43:25.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358885093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:43:25.007Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:43:46.215Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35679e4e-ac86-41d9-9bab-af13c221e9e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T15:43:46.226Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35679e4e-ac86-41d9-9bab-af13c221e9e9
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-15T15:43:46.228Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:43:46.229Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T15:43:46.229Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T15:43:46.229Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T15:43:46.229Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:43:46.229Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:43:46.229Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:43:46.229Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:43:46.229Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:43:46.229Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:43:46.229Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||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-15T15:43:46.235Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T15:44:16.235Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 35679e4e-ac86-41d9-9bab-af13c221e9e9 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-15T15:44:16.242Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 35679e4e-ac86-41d9-9bab-af13c221e9e9 and serviceModelVersionId: d2db3c69-108e-471f-8449-a34d68c5e7b2
2022-03-15T15:44:16.242Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 50fe9792-4db4-439c-af7b-9386b0c69b95
2022-03-15T15:44:16.243Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/50fe9792-4db4-439c-af7b-9386b0c69b95/model-vers/model-ver/d2db3c69-108e-471f-8449-a34d68c5e7b2?depth=0
2022-03-15T15:44:16.247Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T15:44:16.329Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50fe9792-4db4-439c-af7b-9386b0c69b95/model-vers/model-ver/d2db3c69-108e-471f-8449-a34d68c5e7b2?depth=0|INFO|500||Invoke
2022-03-15T15:44:16.330Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50fe9792-4db4-439c-af7b-9386b0c69b95/model-vers/model-ver/d2db3c69-108e-471f-8449-a34d68c5e7b2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50fe9792-4db4-439c-af7b-9386b0c69b95/model-vers/model-ver/d2db3c69-108e-471f-8449-a34d68c5e7b2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[35679e4e-ac86-41d9-9bab-af13c221e9e9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[698e07ee-9daf-49e8-8258-19f6e13007d0], X-ECOMP-RequestID=[35679e4e-ac86-41d9-9bab-af13c221e9e9], X-TransactionId=[], X-ONAP-RequestID=[35679e4e-ac86-41d9-9bab-af13c221e9e9], Content-Type=[application/merge-patch+json]}
2022-03-15T15:44:16.364Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50fe9792-4db4-439c-af7b-9386b0c69b95/model-vers/model-ver/d2db3c69-108e-471f-8449-a34d68c5e7b2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T15:44:16.589Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50fe9792-4db4-439c-af7b-9386b0c69b95/model-vers/model-ver/d2db3c69-108e-471f-8449-a34d68c5e7b2?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/50fe9792-4db4-439c-af7b-9386b0c69b95/model-vers/model-ver/d2db3c69-108e-471f-8449-a34d68c5e7b2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220315-15:44:16:575-51421], vertex-id=[262264], Content-Length=[0], Date=[Tue, 15 Mar 2022 15:44:16 GMT], Content-Type=[application/json]}
2022-03-15T15:44:16.589Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50fe9792-4db4-439c-af7b-9386b0c69b95/model-vers/model-ver/d2db3c69-108e-471f-8449-a34d68c5e7b2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-15T15:44:16.590Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50fe9792-4db4-439c-af7b-9386b0c69b95/model-vers/model-ver/d2db3c69-108e-471f-8449-a34d68c5e7b2?depth=0|INFO|500||InvokeReturn
2022-03-15T15:44:16.590Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T15:44:16.591Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||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-15T15:44:16.596Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||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-15T15:44:16.596Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 35679e4e-ac86-41d9-9bab-af13c221e9e9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T15:44:16.597Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T15:44:16.597Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:44:16.600Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:44:16.600Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359056597,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T15:44:16.700Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:44:16.701Z||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-15T15:44:16.702Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:44:16.727Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:44:16.727Z||pool-66-thread-1|||||INFO|500||cambria reply ok (26 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-15T15:44:17.620Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T15:44:17.621Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"53c72f82-999e-4d10-b3da-18360ae1ffab","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f753d57d-047b-4d34-b2c6-ad1aca927e37","serviceDescription":"service","serviceInvariantUUID":"727db780-59cd-4ff7-a573-fef70714a761","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b28f30d2-4744-49d4-9e9c-589a9ad8d439","resourceInvariantUUID":"10e9133b-bd73-4657-afdd-ac6b2bc24755","resourceCustomizationUUID":"228e8efd-b7ad-4c3d-b391-f82118457550","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"N2UwZTQ2ZjU3YzNmMjBhMjljYjJhOWVmZTFjYjRmNjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2aa5cf96-3513-4c8f-b866-b1a090f06e64","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6390b023-4599-404a-bf9a-2ff6c30da2d1","artifactVersion":"2","generatedFromUUID":"5113c31f-255e-400e-bf8a-fe8de41f9857"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5113c31f-255e-400e-bf8a-fe8de41f9857","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"MDExMTlmOWViNzI1M2I4YmZhOWRlMmQ3OTM3YmVjODU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c4015e43-0c74-497b-9b45-b8558b0b5521","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f33085a1-8192-4c6c-a417-78caaf4d5302","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2c2bf3a5-77b7-4634-82e3-5bfa03af38b7","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"703eac44-802f-4dab-a358-9625dbdea722","artifactVersion":"2","generatedFromUUID":"f33085a1-8192-4c6c-a417-78caaf4d5302"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MjE4YjlmMjg5YjVkYWY1ZjRkNjQ4NWJiNWU2MzMzZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"83779f5a-096a-4b90-841f-e5e7822c442a","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OWFkMjkyNWQ3ZDY0ZTVlYjcxOThhNjI4MzQ0NjhkYTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"769a8877-6190-4aa5-93e4-03b08e8b7bbb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T15:44:17.621Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:44:17.622Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:44:17.624Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:44:17.625Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:17.725Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:44:17.726Z||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-15T15:44:17.726Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:44:17.743Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:44:17.744Z||pool-67-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:44:18.626Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:44:18.626Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:44:18.631Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:44:18.631Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-15T15:44:18.731Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:44:18.733Z||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-15T15:44:18.733Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:44:18.746Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:44:18.747Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:44:19.632Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:44:19.633Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:44:19.635Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:44:19.635Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-15T15:44:19.736Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:44:19.737Z||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-15T15:44:19.737Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:44:19.753Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:44:19.754Z||pool-69-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:44:20.636Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:44:20.637Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:44:20.638Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:44:20.639Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T15:44:20.739Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:44:20.740Z||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-15T15:44:20.740Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:44:20.754Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:44:20.755Z||pool-70-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:44:21.639Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:44:21.641Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:44:21.643Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:44:21.643Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:44:21.743Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:44:21.744Z||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-15T15:44:21.744Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:44:21.759Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:44:21.760Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:44:22.644Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:44:22.645Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:44:22.647Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:44:22.648Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:22.748Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:44:22.749Z||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-15T15:44:22.750Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:44:22.764Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:44:22.764Z||pool-72-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:44:23.648Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:44:23.648Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:44:23.650Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:44:23.650Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-15T15:44:23.751Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:44:23.752Z||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-15T15:44:23.752Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:44:23.768Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:44:23.769Z||pool-73-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:44:24.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:44:24.597Z||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-15T15:44:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:44:24.630Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:44:24.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "cds",
  "timestamp": 1647358884292,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "policy-id",
  "timestamp": 1647358882743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "aai-ml",
  "timestamp": 1647358884051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358885471,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-03-15T15:44:24.651Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:44:24.652Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T15:44:24.654Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:44:24.654Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.659Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 966e0787-744d-4f9b-bc43-62705f7848cb
2022-03-15T15:44:24.659Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 966e0787-744d-4f9b-bc43-62705f7848cb 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-15T15:44:24.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "cds",
  "timestamp": 1647358884292,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "policy-id",
  "timestamp": 1647358882743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "aai-ml",
  "timestamp": 1647358884051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358886481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T15:44:24.673Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:44:24.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "cds",
  "timestamp": 1647358884292,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "policy-id",
  "timestamp": 1647358882743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358887492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:44:24.674Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:44:24.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "aai-ml",
  "timestamp": 1647358884051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.674Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "cds",
  "timestamp": 1647358884292,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.674Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "policy-id",
  "timestamp": 1647358882743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.675Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358888514,
  "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-15T15:44:24.682Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 966e0787-744d-4f9b-bc43-62705f7848cb
2022-03-15T15:44:24.682Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 966e0787-744d-4f9b-bc43-62705f7848cb 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-15T15:44:24.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "aai-ml",
  "timestamp": 1647358884051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "cds",
  "timestamp": 1647358884292,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "policy-id",
  "timestamp": 1647358882743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "aai-ml",
  "timestamp": 1647358884051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "cds",
  "timestamp": 1647358884292,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "policy-id",
  "timestamp": 1647358882743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "aai-ml",
  "timestamp": 1647358884051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "cds",
  "timestamp": 1647358884292,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "policy-id",
  "timestamp": 1647358882743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "aai-ml",
  "timestamp": 1647358884051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:44:24.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "cds",
  "timestamp": 1647358884292,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "policy-id",
  "timestamp": 1647358882743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "aai-ml",
  "timestamp": 1647358892571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:44:24.697Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:44:24.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "cds",
  "timestamp": 1647358884292,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:44:24.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "policy-id",
  "timestamp": 1647358882743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:44:24.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358893052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "cds",
  "timestamp": 1647358895159,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:44:24.698Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:44:24.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358893052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "policy-id",
  "timestamp": 1647358895005,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:44:24.698Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:44:24.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "clamp",
  "timestamp": 1647358894973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:44:24.699Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:44:24.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "policy-id",
  "timestamp": 1647358896010,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:44:24.699Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:44:24.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358893052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "cds",
  "timestamp": 1647358896423,
  "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-15T15:44:24.716Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3b418015-9846-47d2-a24d-344b790e728b
2022-03-15T15:44:24.716Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b418015-9846-47d2-a24d-344b790e728b 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-15T15:44:24.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.727Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358895979,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.727Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.727Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358893052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.727Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.727Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "policy-id",
  "timestamp": 1647358897014,
  "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-15T15:44:24.735Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3b418015-9846-47d2-a24d-344b790e728b
2022-03-15T15:44:24.735Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b418015-9846-47d2-a24d-344b790e728b 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-15T15:44:24.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358895979,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "clamp",
  "timestamp": 1647358896985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:44:24.744Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:44:24.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358893052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358895979,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "clamp",
  "timestamp": 1647358897990,
  "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-15T15:44:24.750Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 53c72f82-999e-4d10-b3da-18360ae1ffab
2022-03-15T15:44:24.750Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53c72f82-999e-4d10-b3da-18360ae1ffab 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-15T15:44:24.754Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:44:24.755Z||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-15T15:44:24.755Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:44:24.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358893052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358895979,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "clamp",
  "timestamp": 1647358872833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358893052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358895979,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "clamp",
  "timestamp": 1647358872833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T15:44:24.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "aai-ml",
  "timestamp": 1647358900233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:44:24.765Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:44:24.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358893052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358895979,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "clamp",
  "timestamp": 1647358872833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "aai-ml",
  "timestamp": 1647358901239,
  "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-15T15:44:24.772Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:44:24.773Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 966e0787-744d-4f9b-bc43-62705f7848cb
2022-03-15T15:44:24.773Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 966e0787-744d-4f9b-bc43-62705f7848cb and ComponentName AAI
2022-03-15T15:44:24.773Z||pool-74-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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-15T15:44:24.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647358893052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:44:24.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358895979,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:44:24.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "clamp",
  "timestamp": 1647358872833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358895979,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "clamp",
  "timestamp": 1647358872833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358895979,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "clamp",
  "timestamp": 1647358872833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358905771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:44:24.785Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:44:24.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "clamp",
  "timestamp": 1647358872833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358906804,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T15:44:24.785Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:44:24.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "clamp",
  "timestamp": 1647358872833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:44:24.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358906194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.808Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647358907809,
  "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-15T15:44:24.847Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3b418015-9846-47d2-a24d-344b790e728b
2022-03-15T15:44:24.848Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b418015-9846-47d2-a24d-344b790e728b 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-15T15:44:24.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358906194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358906194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358906194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.862Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358906194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358906194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358906194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358906194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "clamp",
  "timestamp": 1647358913975,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:44:24.867Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:44:24.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358906194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:44:24.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "aai-ml",
  "timestamp": 1647358914051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "aai-ml",
  "timestamp": 1647358914051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358916217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:44:24.870Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:44:24.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "aai-ml",
  "timestamp": 1647358914051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "aai-ml",
  "timestamp": 1647358914051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358918277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:44:24.871Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:44:24.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "clamp",
  "timestamp": 1647358917980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:44:24.872Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:44:24.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "aai-ml",
  "timestamp": 1647358914051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647358919281,
  "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-15T15:44:24.879Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3b418015-9846-47d2-a24d-344b790e728b
2022-03-15T15:44:24.880Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b418015-9846-47d2-a24d-344b790e728b 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-15T15:44:24.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "clamp",
  "timestamp": 1647358918994,
  "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-15T15:44:24.894Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 966e0787-744d-4f9b-bc43-62705f7848cb
2022-03-15T15:44:24.894Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 966e0787-744d-4f9b-bc43-62705f7848cb 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-15T15:44:24.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "aai-ml",
  "timestamp": 1647358914051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "aai-ml",
  "timestamp": 1647358914051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "clamp",
  "timestamp": 1647358919999,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "aai-ml",
  "timestamp": 1647358914051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "clamp",
  "timestamp": 1647358919999,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "aai-ml",
  "timestamp": 1647358914051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:44:24.908Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "clamp",
  "timestamp": 1647358919999,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.908Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "aai-ml",
  "timestamp": 1647358923791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:44:24.908Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:44:24.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "clamp",
  "timestamp": 1647358919999,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.908Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "clamp",
  "timestamp": 1647358919999,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "clamp",
  "timestamp": 1647358919999,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "clamp",
  "timestamp": 1647358919999,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "clamp",
  "timestamp": 1647358919999,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "clamp",
  "timestamp": 1647358919999,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:44:24.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358928904,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T15:44:24.911Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:44:24.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "aai-ml",
  "timestamp": 1647358929251,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:44:24.912Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:44:24.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "aai-ml",
  "timestamp": 1647358930257,
  "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-15T15:44:24.918Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3b418015-9846-47d2-a24d-344b790e728b
2022-03-15T15:44:24.918Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b418015-9846-47d2-a24d-344b790e728b 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-15T15:44:24.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.927Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.927Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "clamp",
  "timestamp": 1647358935978,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:44:24.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:44:24.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "clamp",
  "timestamp": 1647358937985,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:44:24.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:44:24.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "clamp",
  "timestamp": 1647358938988,
  "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-15T15:44:24.934Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3b418015-9846-47d2-a24d-344b790e728b
2022-03-15T15:44:24.934Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b418015-9846-47d2-a24d-344b790e728b 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-15T15:44:24.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/resourceInstances/pnff469299965250/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:44:24.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:44:24.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:44:24.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:44:24.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358942650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:44:24.943Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:44:25.655Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:44:25.657Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:44:25.659Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:44:25.659Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:44:25.759Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:44:25.760Z||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-15T15:44:25.760Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:44:25.773Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:44:25.774Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:44:26.661Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "f753d57d-047b-4d34-b2c6-ad1aca927e37",
  "serviceDescription": "service",
  "serviceInvariantUUID": "727db780-59cd-4ff7-a573-fef70714a761",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "228e8efd-b7ad-4c3d-b391-f82118457550",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b28f30d2-4744-49d4-9e9c-589a9ad8d439",
      "resourceInvariantUUID": "10e9133b-bd73-4657-afdd-ac6b2bc24755",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6390b023-4599-404a-bf9a-2ff6c30da2d1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5113c31f-255e-400e-bf8a-fe8de41f9857",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "MDExMTlmOWViNzI1M2I4YmZhOWRlMmQ3OTM3YmVjODU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c4015e43-0c74-497b-9b45-b8558b0b5521",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f33085a1-8192-4c6c-a417-78caaf4d5302",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "703eac44-802f-4dab-a358-9625dbdea722",
            "generatedFromUUID": "f33085a1-8192-4c6c-a417-78caaf4d5302"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "703eac44-802f-4dab-a358-9625dbdea722",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "OWFkMjkyNWQ3ZDY0ZTVlYjcxOThhNjI4MzQ0NjhkYTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "769a8877-6190-4aa5-93e4-03b08e8b7bbb"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T15:44:26.661Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T15:44:26.662Z|35679e4e-ac86-41d9-9bab-af13c221e9e9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f753d57d-047b-4d34-b2c6-ad1aca927e37 ASDC
2022-03-15T15:44:26.662Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:53c72f82-999e-4d10-b3da-18360ae1ffab
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:f753d57d-047b-4d34-b2c6-ad1aca927e37
ServiceInvariantUUID:727db780-59cd-4ff7-a573-fef70714a761
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:769a8877-6190-4aa5-93e4-03b08e8b7bbb
ArtifactChecksum:OWFkMjkyNWQ3ZDY0ZTVlYjcxOThhNjI4MzQ0NjhkYTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:228e8efd-b7ad-4c3d-b391-f82118457550
ResourceInvariantUUID:10e9133b-bd73-4657-afdd-ac6b2bc24755
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:b28f30d2-4744-49d4-9e9c-589a9ad8d439
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:6390b023-4599-404a-bf9a-2ff6c30da2d1
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:5113c31f-255e-400e-bf8a-fe8de41f9857
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:c4015e43-0c74-497b-9b45-b8558b0b5521
ArtifactChecksum:MDExMTlmOWViNzI1M2I4YmZhOWRlMmQ3OTM3YmVjODU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:f33085a1-8192-4c6c-a417-78caaf4d5302
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:703eac44-802f-4dab-a358-9625dbdea722
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:703eac44-802f-4dab-a358-9625dbdea722
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-15T15:44:26.662Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f753d57d-047b-4d34-b2c6-ad1aca927e37 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-15T15:44:26.708Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:44:26.709Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T15:44:26.709Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T15:44:26.710Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 769a8877-6190-4aa5-93e4-03b08e8b7bbb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-15T15:44:26.710Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T15:44:26.710Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-15T15:44:27.522Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T15:44:27.525Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 769a8877-6190-4aa5-93e4-03b08e8b7bbb 68960
2022-03-15T15:44:27.525Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-15T15:44:27.526Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-15T15:44:27.526Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:44:27.526Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:44:27.528Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:44:27.528Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359067525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:44:27.628Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:44:27.630Z||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-15T15:44:27.630Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:44:27.645Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:44:27.645Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:44:28.529Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:44:28.530Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T15:44:28.530Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 769a8877-6190-4aa5-93e4-03b08e8b7bbb, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T15:44:28.530Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-03-15T15:44:28.531Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T15:44:28.531Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T15:44:28.653Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3182840222527015571/Definitions/service-BasicCnf-template.yml
2022-03-15T15:44:29.846Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T15:44:29.847Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-15T15:44:29.847Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T15:44:29.847Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-15T15:44:29.847Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T15:44:29.847Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T15:44:29.848Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T15:44:29.848Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T15:44:29.848Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-15T15:44:29.848Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:44:29.848Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:44:29.848Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T15:44:29.849Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-15T15:44:29.849Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:44:29.849Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:44:29.849Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:44:29.849Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T15:44:29.849Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-15T15:44:29.849Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:44:29.850Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:44:29.850Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:44:29.850Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:44:29.850Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-15T15:44:29.850Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-03-15T15:44:29.850Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2022-03-15T15:44:29.850Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T15:44:29.850Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:44:29.851Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T15:44:29.851Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:44:29.851Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T15:44:29.851Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:44:29.851Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:44:29.851Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T15:44:29.852Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:44:29.852Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:44:29.852Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T15:44:29.852Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:44:29.852Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:44:29.852Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-15T15:44:29.852Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-15T15:44:29.852Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=86a23c6a-b287-43b7-bded-d8389d60306d
2022-03-15T15:44:29.853Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:44:29.853Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:44:29.853Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:44:29.853Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:44:29.853Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:44:29.853Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:44:29.853Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:44:29.853Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:44:29.854Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:f753d57d-047b-4d34-b2c6-ad1aca927e37
Model Version:NULL
Model InvariantUuid:727db780-59cd-4ff7-a573-fef70714a761
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:940cb02f-6350-4ad0-9acf-408ca83e9e67
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:10e9133b-bd73-4657-afdd-ac6b2bc24755
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:228e8efd-b7ad-4c3d-b391-f82118457550
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9399e0d9-c4b7-45eb-bf13-618a1348c8fb
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:1a4c5b9a-4c27-4cbb-ab3f-ef0560de9508
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:86a23c6a-b287-43b7-bded-d8389d60306d
ModelInvariantUuid:33773c25-8f89-4c12-9c55-dd30ab463357
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:3c1ce09c-c7b8-4233-837c-15094f0bf27d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:56055d9b-57ee-4a39-8580-2df28cf3d8ee
ModelInvariantUuid:72a41b66-bd75-4254-8ebe-af6d3abc9fb2
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:f169adcd-8bb8-4f77-8053-2db9bde02272
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-15T15:44:29.862Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: b28f30d2-4744-49d4-9e9c-589a9ad8d439
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-15T15:44:29.868Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||basic_cnf 0
2022-03-15T15:44:29.869Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b28f30d2-4744-49d4-9e9c-589a9ad8d439
2022-03-15T15:44:29.869Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6390b023-4599-404a-bf9a-2ff6c30da2d1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-15T15:44:29.869Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T15:44:29.869Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-15T15:44:30.216Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T15:44:30.217Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 6390b023-4599-404a-bf9a-2ff6c30da2d1 12
2022-03-15T15:44:30.217Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-03-15T15:44:30.217Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-15T15:44:30.217Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:44:30.217Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:44:30.220Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:44:30.220Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359070217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:44:30.321Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T15:44:30.322Z||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-15T15:44:30.322Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:44:30.347Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:44:30.348Z||pool-77-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:44:31.221Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5113c31f-255e-400e-bf8a-fe8de41f9857 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-15T15:44:31.222Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T15:44:31.222Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-15T15:44:31.514Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T15:44:31.515Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 5113c31f-255e-400e-bf8a-fe8de41f9857 2688
2022-03-15T15:44:31.515Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-03-15T15:44:31.516Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-15T15:44:31.516Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:44:31.516Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:44:31.518Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:44:31.518Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359071515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:44:31.619Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:44:31.620Z||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-15T15:44:31.620Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:44:31.633Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:44:31.634Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:44:32.520Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c4015e43-0c74-497b-9b45-b8558b0b5521 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-15T15:44:32.520Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T15:44:32.520Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-15T15:44:32.823Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T15:44:32.823Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json c4015e43-0c74-497b-9b45-b8558b0b5521 828
2022-03-15T15:44:32.823Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-03-15T15:44:32.823Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-15T15:44:32.824Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:44:32.824Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:44:32.826Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:44:32.826Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359072823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:44:32.926Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:44:32.927Z||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-15T15:44:32.927Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:44:32.948Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:44:32.948Z||pool-79-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:44:33.827Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "9399e0d9-c4b7-45eb-bf13-618a1348c8fb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1a4c5b9a-4c27-4cbb-ab3f-ef0560de9508",
    "vfModuleModelCustomizationUUID": "b97b09b4-47bf-4a77-b1b3-88cefe916870",
    "isBase": true,
    "artifacts": [
      "f33085a1-8192-4c6c-a417-78caaf4d5302",
      "5113c31f-255e-400e-bf8a-fe8de41f9857",
      "703eac44-802f-4dab-a358-9625dbdea722"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-15T15:44:33.834Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1a4c5b9a-4c27-4cbb-ab3f-ef0560de9508
VfModuleModelInvariantUUID:9399e0d9-c4b7-45eb-bf13-618a1348c8fb
VfModuleModelDescription:NULL
Artifacts UUID List:{
f33085a1-8192-4c6c-a417-78caaf4d5302
,
5113c31f-255e-400e-bf8a-fe8de41f9857
,
703eac44-802f-4dab-a358-9625dbdea722

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

isBase:true


}

2022-03-15T15:44:33.837Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "9399e0d9-c4b7-45eb-bf13-618a1348c8fb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1a4c5b9a-4c27-4cbb-ab3f-ef0560de9508",
    "vfModuleModelCustomizationUUID": "b97b09b4-47bf-4a77-b1b3-88cefe916870",
    "isBase": true,
    "artifacts": [
      "f33085a1-8192-4c6c-a417-78caaf4d5302",
      "5113c31f-255e-400e-bf8a-fe8de41f9857",
      "703eac44-802f-4dab-a358-9625dbdea722"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-15T15:44:33.837Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1a4c5b9a-4c27-4cbb-ab3f-ef0560de9508
VfModuleModelInvariantUUID:9399e0d9-c4b7-45eb-bf13-618a1348c8fb
VfModuleModelDescription:NULL
Artifacts UUID List:{
f33085a1-8192-4c6c-a417-78caaf4d5302
,
5113c31f-255e-400e-bf8a-fe8de41f9857
,
703eac44-802f-4dab-a358-9625dbdea722

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

isBase:true


}

2022-03-15T15:44:33.838Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f33085a1-8192-4c6c-a417-78caaf4d5302 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-15T15:44:33.838Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T15:44:33.838Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-15T15:44:34.064Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T15:44:34.064Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml f33085a1-8192-4c6c-a417-78caaf4d5302 1164
2022-03-15T15:44:34.065Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-03-15T15:44:34.065Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-15T15:44:34.065Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:44:34.065Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:44:34.067Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:44:34.067Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359074064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:44:34.167Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:44:34.169Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-15T15:44:34.169Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:44:34.189Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:44:34.189Z||pool-80-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:44:35.068Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 703eac44-802f-4dab-a358-9625dbdea722 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-15T15:44:35.069Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T15:44:35.069Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-15T15:44:35.161Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T15:44:35.162Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 703eac44-802f-4dab-a358-9625dbdea722 200
2022-03-15T15:44:35.162Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-03-15T15:44:35.162Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-15T15:44:35.162Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:44:35.163Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:44:35.165Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:44:35.165Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359075162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:44:35.265Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:44:35.266Z||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-15T15:44:35.266Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:44:35.283Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:44:35.283Z||pool-81-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:44:36.166Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f753d57d-047b-4d34-b2c6-ad1aca927e37
2022-03-15T15:44:36.166Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 b28f30d2-4744-49d4-9e9c-589a9ad8d439 ASDC
2022-03-15T15:44:36.180Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T15:44:36.194Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5da6d9aa, org.onap.sdc.toscaparser.api.parameters.Input@55cd4db6, org.onap.sdc.toscaparser.api.parameters.Input@50b425ed, org.onap.sdc.toscaparser.api.parameters.Input@18912d7c, org.onap.sdc.toscaparser.api.parameters.Input@7311dc4d]
2022-03-15T15:44:36.197Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:44:36.198Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:44:36.198Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-03-15T15:44:36.198Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 228e8efd-b7ad-4c3d-b391-f82118457550
2022-03-15T15:44:36.198Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 228e8efd-b7ad-4c3d-b391-f82118457550 matches Tosca VF Customization UUID: 228e8efd-b7ad-4c3d-b391-f82118457550
2022-03-15T15:44:36.198Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 228e8efd-b7ad-4c3d-b391-f82118457550  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-15T15:44:36.201Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:44:36.201Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:44:36.201Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 228e8efd-b7ad-4c3d-b391-f82118457550: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-03-15T15:44:36.202Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2c8f6048
2022-03-15T15:44:36.202Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:44:36.202Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T15:44:36.202Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b97b09b4-47bf-4a77-b1b3-88cefe916870
2022-03-15T15:44:36.202Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b97b09b4-47bf-4a77-b1b3-88cefe916870
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-15T15:44:36.204Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:44:36.205Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T15:44:36.205Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:44:36.205Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:44:36.205Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T15:44:36.205Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:44:36.206Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:44:36.206Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-15T15:44:36.206Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-15T15:44:36.206Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=86a23c6a-b287-43b7-bded-d8389d60306d
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-15T15:44:36.208Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:44:36.209Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T15:44:36.209Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:44:36.209Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:44:36.209Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T15:44:36.209Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=228e8efd-b7ad-4c3d-b391-f82118457550
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-15T15:44:36.212Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:44:36.212Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:44:36.212Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f753d57d-047b-4d34-b2c6-ad1aca927e37: basic_cnf
2022-03-15T15:44:36.212Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:44:36.212Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:44:36.213Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:44:36.213Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:44:36.213Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:44:36.213Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:44:36.213Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:44:36.213Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:44:36.214Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:44:36.214Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:44:36.214Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T15:44:36.292Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf b28f30d2-4744-49d4-9e9c-589a9ad8d439 1 ASDC deployResourceStructure
2022-03-15T15:44:36.293Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-03-15T15:44:36.293Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-03-15T15:44:36.294Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-15T15:44:36.294Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:44:36.297Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:44:36.297Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359076293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-15T15:44:36.398Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:44:36.399Z||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-15T15:44:36.399Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:44:36.417Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:44:36.418Z||pool-82-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:44:37.298Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-03-15T15:44:37.299Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-03-15T15:44:37.300Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-15T15:44:37.300Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:44:37.303Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:44:37.303Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359077298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-15T15:44:37.403Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:44:37.404Z||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-15T15:44:37.404Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:44:37.417Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:44:37.418Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:44:38.304Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-03-15T15:44:38.304Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-15T15:44:38.304Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:44:38.305Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:44:38.307Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:44:38.307Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359078304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T15:44:38.407Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:44:38.408Z||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-15T15:44:38.409Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:44:38.423Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:44:38.424Z||pool-84-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:44:39.309Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-03-15T15:44:39.309Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-15T15:44:39.309Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:44:39.309Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:44:39.311Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:44:39.312Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359079309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T15:44:39.412Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:44:39.413Z||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-15T15:44:39.413Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:44:39.428Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:44:39.429Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:44:40.313Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-03-15T15:44:40.313Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-15T15:44:40.313Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:44:40.314Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:44:40.316Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:44:40.316Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359080313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-15T15:44:40.416Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:44:40.417Z||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-15T15:44:40.417Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:44:40.432Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:44:40.433Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:44:41.317Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-15T15:44:41.318Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-15T15:44:41.318Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:44:41.318Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:44:41.321Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:44:41.321Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359081317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:44:41.421Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:44:41.422Z||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-15T15:44:41.422Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:44:41.434Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:44:41.435Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:44:42.322Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53c72f82-999e-4d10-b3da-18360ae1ffab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T15:44:42.333Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53c72f82-999e-4d10-b3da-18360ae1ffab
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-15T15:44:42.337Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:44:42.337Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T15:44:42.337Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T15:44:42.337Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T15:44:42.337Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:44:42.338Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:44:42.338Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:44:42.338Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:44:42.338Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:44:42.338Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:44:42.339Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||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-15T15:44:42.344Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T15:45:12.345Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 53c72f82-999e-4d10-b3da-18360ae1ffab 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-15T15:45:12.354Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 53c72f82-999e-4d10-b3da-18360ae1ffab and serviceModelVersionId: f753d57d-047b-4d34-b2c6-ad1aca927e37
2022-03-15T15:45:12.355Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 727db780-59cd-4ff7-a573-fef70714a761
2022-03-15T15:45:12.356Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/727db780-59cd-4ff7-a573-fef70714a761/model-vers/model-ver/f753d57d-047b-4d34-b2c6-ad1aca927e37?depth=0
2022-03-15T15:45:12.363Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T15:45:12.417Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/727db780-59cd-4ff7-a573-fef70714a761/model-vers/model-ver/f753d57d-047b-4d34-b2c6-ad1aca927e37?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-15T15:45:12.419Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/727db780-59cd-4ff7-a573-fef70714a761/model-vers/model-ver/f753d57d-047b-4d34-b2c6-ad1aca927e37?depth=0|INFO|500||Invoke
2022-03-15T15:45:12.440Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/727db780-59cd-4ff7-a573-fef70714a761/model-vers/model-ver/f753d57d-047b-4d34-b2c6-ad1aca927e37?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T15:45:12.606Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/727db780-59cd-4ff7-a573-fef70714a761/model-vers/model-ver/f753d57d-047b-4d34-b2c6-ad1aca927e37?depth=0|INFO|500||InvokeReturn
2022-03-15T15:45:12.607Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/727db780-59cd-4ff7-a573-fef70714a761/model-vers/model-ver/f753d57d-047b-4d34-b2c6-ad1aca927e37?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220315-15:45:12:650-59046], vertex-id=[184464], Content-Length=[0], Date=[Tue, 15 Mar 2022 15:45:12 GMT], Content-Type=[application/json]}
2022-03-15T15:45:12.607Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-03-15T15:45:12.607Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T15:45:12.607Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||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-15T15:45:12.634Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||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-15T15:45:12.634Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 53c72f82-999e-4d10-b3da-18360ae1ffab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T15:45:12.634Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T15:45:12.635Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:12.638Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:12.638Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359112634,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T15:45:12.738Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:12.740Z||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-15T15:45:12.740Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:45:12.769Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:12.770Z||pool-88-thread-1|||||INFO|500||cambria reply ok (31 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-15T15:45:13.652Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T15:45:13.652Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"966e0787-744d-4f9b-bc43-62705f7848cb","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"84e94388-d4ec-42d4-8c55-0a52cb14401e","serviceDescription":"service","serviceInvariantUUID":"423f2cb1-fcc9-4cd6-981c-65ad533f32fe","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"912b37df-68d1-4f14-b078-561eed2bca94","resourceInvariantUUID":"9d29f0e7-fb8d-4744-8c33-71774f8caaf8","resourceCustomizationUUID":"c35f72d6-6297-4ad0-b5a2-4dcb065204a0","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":"NzI2ODkzYjAyMWMxM2MxN2ZkMTE5YmJhYzJlODU4YjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"489b2c22-df24-4dc5-9301-75c1a576a860","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":"MjFhYmRlYTkwYzc3NjhlYTAyZDM5Y2M2YzAwZjZlMjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"68b86818-e83c-4750-b40e-629305422889","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":"6919607b-492f-4a6b-bef7-64ba44aed0e0","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":"f5a09172-f17b-4941-b69f-6a07c5903be6","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":"e6fd65d9-5f6b-4ece-9d03-ea9c7a6f9ed6","artifactVersion":"2","generatedFromUUID":"6919607b-492f-4a6b-bef7-64ba44aed0e0"},{"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":"ZjQ2OGI2NzdkZmZlNDM2M2Y2YjE1YmM0OGU2MjAwODM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bf2585bc-8744-40cb-9c17-f26fe058e92f","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":"ZGMwMmEyMWYyMjY4ZTY0NTExMWRjYWMwZGI2ZDQ0YmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a919b41d-982c-40cf-8bee-61942e09a6ec","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YjZhYjQxNDA1ZTZhNjEwMmRjMDVkYjJlYjIxYzQ0MTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"89c9e0cb-56b9-41d9-8984-fe0487ba4dbb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T15:45:13.653Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:45:13.653Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:13.655Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:13.656Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:13.756Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:13.757Z||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-15T15:45:13.757Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:45:13.773Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:13.773Z||pool-89-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:45:14.657Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:45:14.658Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:14.660Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:14.660Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T15:45:14.764Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-15T15:45:14.766Z||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-15T15:45:14.766Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:45:14.782Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:14.783Z||pool-90-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:45:15.661Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:45:15.662Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:15.667Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:15.668Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:45:15.768Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:15.774Z||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-15T15:45:15.774Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:45:15.815Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:15.816Z||pool-91-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:45:16.669Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:45:16.669Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:16.672Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:16.672Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:16.772Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:16.773Z||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-15T15:45:16.773Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:45:16.791Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:16.791Z||pool-92-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:45:17.672Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:45:17.673Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:17.675Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:17.676Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-15T15:45:17.776Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:17.795Z||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-15T15:45:17.796Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:45:17.816Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:17.821Z||pool-93-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:45:18.676Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:45:18.677Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:18.679Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:18.679Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:18.781Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T15:45:18.782Z||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-15T15:45:18.782Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:45:18.803Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:18.803Z||pool-94-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:45:19.680Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:45:19.681Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:19.683Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:19.683Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:19.783Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:19.784Z||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-15T15:45:19.785Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:45:19.802Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:19.803Z||pool-95-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:45:20.684Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:45:20.686Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:20.690Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:20.690Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:45:20.791Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:20.792Z||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-15T15:45:20.792Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:45:20.810Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:20.811Z||pool-96-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:45:21.691Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "84e94388-d4ec-42d4-8c55-0a52cb14401e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "423f2cb1-fcc9-4cd6-981c-65ad533f32fe",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "c35f72d6-6297-4ad0-b5a2-4dcb065204a0",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "912b37df-68d1-4f14-b078-561eed2bca94",
      "resourceInvariantUUID": "9d29f0e7-fb8d-4744-8c33-71774f8caaf8",
      "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": "MjFhYmRlYTkwYzc3NjhlYTAyZDM5Y2M2YzAwZjZlMjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "68b86818-e83c-4750-b40e-629305422889",
          "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": "6919607b-492f-4a6b-bef7-64ba44aed0e0",
          "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": "e6fd65d9-5f6b-4ece-9d03-ea9c7a6f9ed6",
            "generatedFromUUID": "6919607b-492f-4a6b-bef7-64ba44aed0e0"
          },
          "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": "e6fd65d9-5f6b-4ece-9d03-ea9c7a6f9ed6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YjZhYjQxNDA1ZTZhNjEwMmRjMDVkYjJlYjIxYzQ0MTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "89c9e0cb-56b9-41d9-8984-fe0487ba4dbb"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T15:45:21.692Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T15:45:21.692Z|53c72f82-999e-4d10-b3da-18360ae1ffab|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 84e94388-d4ec-42d4-8c55-0a52cb14401e ASDC
2022-03-15T15:45:21.693Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:966e0787-744d-4f9b-bc43-62705f7848cb
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:84e94388-d4ec-42d4-8c55-0a52cb14401e
ServiceInvariantUUID:423f2cb1-fcc9-4cd6-981c-65ad533f32fe
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:89c9e0cb-56b9-41d9-8984-fe0487ba4dbb
ArtifactChecksum:YjZhYjQxNDA1ZTZhNjEwMmRjMDVkYjJlYjIxYzQ0MTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:c35f72d6-6297-4ad0-b5a2-4dcb065204a0
ResourceInvariantUUID:9d29f0e7-fb8d-4744-8c33-71774f8caaf8
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:912b37df-68d1-4f14-b078-561eed2bca94
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:68b86818-e83c-4750-b40e-629305422889
ArtifactChecksum:MjFhYmRlYTkwYzc3NjhlYTAyZDM5Y2M2YzAwZjZlMjg=
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:6919607b-492f-4a6b-bef7-64ba44aed0e0
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:e6fd65d9-5f6b-4ece-9d03-ea9c7a6f9ed6
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:e6fd65d9-5f6b-4ece-9d03-ea9c7a6f9ed6
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-15T15:45:21.693Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 84e94388-d4ec-42d4-8c55-0a52cb14401e 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-15T15:45:21.975Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:45:21.976Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T15:45:21.976Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T15:45:21.977Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 89c9e0cb-56b9-41d9-8984-fe0487ba4dbb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-15T15:45:21.977Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T15:45:21.977Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-15T15:45:22.644Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T15:45:22.648Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 89c9e0cb-56b9-41d9-8984-fe0487ba4dbb 78797
2022-03-15T15:45:22.649Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||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-15T15:45:22.649Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||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-15T15:45:22.649Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:45:22.649Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:22.652Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:22.652Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359122649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:45:22.753Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T15:45:22.754Z||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-15T15:45:22.754Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:45:22.775Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:22.776Z||pool-97-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:45:23.653Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:45:23.654Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T15:45:23.654Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 89c9e0cb-56b9-41d9-8984-fe0487ba4dbb, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-15T15:45:23.655Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-03-15T15:45:23.655Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-15T15:45:23.655Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-15T15:45:23.862Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10863832026771752872/Definitions/service-BasicVmMacro-template.yml
2022-03-15T15:45:24.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:45:24.596Z||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-15T15:45:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:45:24.623Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:24.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:45:24.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358944917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwsdezpndh1mvqduwm2e/1.0/artifacts/service-DemoPnfXwsdezpndh1mvqduwm2e-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:45:24.626Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:45:24.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:45:24.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a1d81f2-f59e-484a-959b-f8c703164af8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358976521,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T15:45:24.626Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:45:24.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:45:24.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:24.626Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:24.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:45:24.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T15:45:24.626Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:24.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:45:24.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:45:24.626Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:24.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:45:24.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:24.627Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:24.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:45:24.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-15T15:45:24.627Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:24.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:45:24.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:45:24.627Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:24.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:45:24.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:45:24.627Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:45:24.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:45:24.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358984894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:45:24.628Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:45:24.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:45:24.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358987680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:45:24.628Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:45:24.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:45:24.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358988877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:45:24.628Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:45:24.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:45:24.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358989930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:45:24.629Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:45:24.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:45:24.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358991079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T15:45:24.644Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:45:24.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:45:24.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358992084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T15:45:24.644Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:45:24.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:45:24.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358993097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-15T15:45:24.645Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:45:24.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:45:24.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358994102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:45:24.645Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-15T15:45:25.315Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T15:45:25.315Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-15T15:45:25.315Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-15T15:45:25.315Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-15T15:45:25.315Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||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-15T15:45:25.316Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||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-15T15:45:25.316Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||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-15T15:45:25.316Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||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-15T15:45:25.316Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||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-15T15:45:25.316Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||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-15T15:45:25.316Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||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-15T15:45:25.316Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||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-15T15:45:25.316Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||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-15T15:45:25.316Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-15T15:45:25.316Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:25.317Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:25.317Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-15T15:45:25.317Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-15T15:45:25.317Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:45:25.317Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:25.317Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:25.317Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-15T15:45:25.318Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-15T15:45:25.318Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:45:25.318Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:25.318Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:25.318Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:25.318Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-15T15:45:25.318Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-15T15:45:25.319Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-15T15:45:25.319Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-15T15:45:25.319Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-15T15:45:25.319Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T15:45:25.319Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:25.319Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T15:45:25.319Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:25.319Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-15T15:45:25.320Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:45:25.320Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:25.320Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-15T15:45:25.320Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:45:25.320Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:25.320Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-15T15:45:25.321Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:45:25.321Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:25.321Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-15T15:45:25.321Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-15T15:45:25.321Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-15T15:45:25.321Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6d820048-338b-4c41-855f-ee53376910ea
2022-03-15T15:45:25.321Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:25.322Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:25.322Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:25.322Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:25.322Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:25.322Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:25.322Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:25.322Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:25.322Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:84e94388-d4ec-42d4-8c55-0a52cb14401e
Model Version:NULL
Model InvariantUuid:423f2cb1-fcc9-4cd6-981c-65ad533f32fe
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:21253a37-b1ea-49c8-850f-075052eaa1e2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9d29f0e7-fb8d-4744-8c33-71774f8caaf8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c35f72d6-6297-4ad0-b5a2-4dcb065204a0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a96a08bc-fb67-464c-9021-5051f8cac4b1
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:5ded4fb0-8648-4bbd-ab9e-70c2b14a56c4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6d820048-338b-4c41-855f-ee53376910ea
ModelInvariantUuid:a955251d-6087-4ecc-843f-26d790082f20
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:917fefdf-82f9-4730-a8fc-f6c88c9d6100
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:a0bc596d-e5d3-4275-b8d2-e014eac40b12
ModelInvariantUuid:8e4e850a-41b1-474f-ad7d-73b6627bc9b3
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:a2b87c63-aebb-4d11-a2da-7ab4f1536d87
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-15T15:45:25.328Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 912b37df-68d1-4f14-b078-561eed2bca94
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-15T15:45:25.330Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2022-03-15T15:45:25.330Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 912b37df-68d1-4f14-b078-561eed2bca94
2022-03-15T15:45:25.330Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 68b86818-e83c-4750-b40e-629305422889 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-15T15:45:25.330Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T15:45:25.331Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||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-15T15:45:25.810Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T15:45:25.811Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 68b86818-e83c-4750-b40e-629305422889 792
2022-03-15T15:45:25.811Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||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-15T15:45:25.812Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||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-15T15:45:25.812Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:45:25.812Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:25.814Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:25.814Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359125811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:45:25.915Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:25.916Z||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-15T15:45:25.916Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:45:25.931Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:25.931Z||pool-98-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:45:26.815Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a96a08bc-fb67-464c-9021-5051f8cac4b1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5ded4fb0-8648-4bbd-ab9e-70c2b14a56c4",
    "vfModuleModelCustomizationUUID": "09ca8090-fe9d-4c45-9103-c3deff276b1e",
    "isBase": true,
    "artifacts": [
      "6919607b-492f-4a6b-bef7-64ba44aed0e0",
      "e6fd65d9-5f6b-4ece-9d03-ea9c7a6f9ed6"
    ],
    "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-15T15:45:26.821Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5ded4fb0-8648-4bbd-ab9e-70c2b14a56c4
VfModuleModelInvariantUUID:a96a08bc-fb67-464c-9021-5051f8cac4b1
VfModuleModelDescription:NULL
Artifacts UUID List:{
6919607b-492f-4a6b-bef7-64ba44aed0e0
,
e6fd65d9-5f6b-4ece-9d03-ea9c7a6f9ed6

}
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-15T15:45:26.823Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a96a08bc-fb67-464c-9021-5051f8cac4b1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5ded4fb0-8648-4bbd-ab9e-70c2b14a56c4",
    "vfModuleModelCustomizationUUID": "09ca8090-fe9d-4c45-9103-c3deff276b1e",
    "isBase": true,
    "artifacts": [
      "6919607b-492f-4a6b-bef7-64ba44aed0e0",
      "e6fd65d9-5f6b-4ece-9d03-ea9c7a6f9ed6"
    ],
    "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-15T15:45:26.823Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5ded4fb0-8648-4bbd-ab9e-70c2b14a56c4
VfModuleModelInvariantUUID:a96a08bc-fb67-464c-9021-5051f8cac4b1
VfModuleModelDescription:NULL
Artifacts UUID List:{
6919607b-492f-4a6b-bef7-64ba44aed0e0
,
e6fd65d9-5f6b-4ece-9d03-ea9c7a6f9ed6

}
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-15T15:45:26.824Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6919607b-492f-4a6b-bef7-64ba44aed0e0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-15T15:45:26.824Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T15:45:26.825Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||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-15T15:45:27.129Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T15:45:27.130Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 6919607b-492f-4a6b-bef7-64ba44aed0e0 5033
2022-03-15T15:45:27.130Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||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-15T15:45:27.130Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||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-15T15:45:27.130Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:45:27.131Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:27.133Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:27.133Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359127130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:45:27.233Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:27.234Z||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-15T15:45:27.234Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:45:27.248Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:27.249Z||pool-99-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:45:28.134Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e6fd65d9-5f6b-4ece-9d03-ea9c7a6f9ed6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-15T15:45:28.134Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T15:45:28.135Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||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-15T15:45:28.414Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T15:45:28.414Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env e6fd65d9-5f6b-4ece-9d03-ea9c7a6f9ed6 903
2022-03-15T15:45:28.415Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||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-15T15:45:28.415Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||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-15T15:45:28.415Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:45:28.415Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:28.418Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:28.419Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359128415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:45:28.518Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:45:28.519Z||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-15T15:45:28.519Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:45:28.537Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:28.538Z||pool-100-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:45:29.420Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 84e94388-d4ec-42d4-8c55-0a52cb14401e
2022-03-15T15:45:29.421Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 912b37df-68d1-4f14-b078-561eed2bca94 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-15T15:45:29.434Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@601c4e21, org.onap.sdc.toscaparser.api.parameters.Input@6b17c733, org.onap.sdc.toscaparser.api.parameters.Input@1c7fa2cf, org.onap.sdc.toscaparser.api.parameters.Input@98cbbcb, org.onap.sdc.toscaparser.api.parameters.Input@b63819d]
2022-03-15T15:45:29.436Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:29.436Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:29.436Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-03-15T15:45:29.436Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= c35f72d6-6297-4ad0-b5a2-4dcb065204a0
2022-03-15T15:45:29.436Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c35f72d6-6297-4ad0-b5a2-4dcb065204a0 matches Tosca VF Customization UUID: c35f72d6-6297-4ad0-b5a2-4dcb065204a0
2022-03-15T15:45:29.437Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: c35f72d6-6297-4ad0-b5a2-4dcb065204a0  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-15T15:45:29.438Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:29.439Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:29.439Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id c35f72d6-6297-4ad0-b5a2-4dcb065204a0: {\"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-15T15:45:29.439Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@53aeff81
2022-03-15T15:45:29.440Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:29.440Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T15:45:29.440Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 09ca8090-fe9d-4c45-9103-c3deff276b1e
2022-03-15T15:45:29.440Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 09ca8090-fe9d-4c45-9103-c3deff276b1e
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-15T15:45:29.442Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:29.442Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-15T15:45:29.443Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:45:29.443Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:29.443Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-15T15:45:29.443Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:45:29.444Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:29.444Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-15T15:45:29.444Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-15T15:45:29.444Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-15T15:45:29.445Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6d820048-338b-4c41-855f-ee53376910ea
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-15T15:45:29.447Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:29.447Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-15T15:45:29.447Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T15:45:29.448Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:29.448Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-15T15:45:29.448Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c35f72d6-6297-4ad0-b5a2-4dcb065204a0
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-15T15:45:29.451Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:29.452Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:29.452Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 84e94388-d4ec-42d4-8c55-0a52cb14401e: basic_vm_macro
2022-03-15T15:45:29.452Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:29.452Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:29.453Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:29.453Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:29.453Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:29.453Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:29.453Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:29.454Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:29.454Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:45:29.454Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:45:29.454Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||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-15T15:45:29.561Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 912b37df-68d1-4f14-b078-561eed2bca94 1 ASDC deployResourceStructure
2022-03-15T15:45:29.562Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||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-15T15:45:29.562Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||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-15T15:45:29.562Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:45:29.563Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:29.566Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:29.566Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359129562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T15:45:29.666Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:29.667Z||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-15T15:45:29.667Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:45:29.682Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:29.682Z||pool-101-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:45:30.566Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||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-15T15:45:30.567Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||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-15T15:45:30.567Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:45:30.567Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:30.570Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:30.570Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359130566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T15:45:30.670Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:45:30.671Z||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-15T15:45:30.671Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:45:30.691Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:30.691Z||pool-102-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:45:31.571Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||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-15T15:45:31.571Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||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-15T15:45:31.571Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:45:31.571Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:31.574Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:31.574Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359131571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-15T15:45:31.675Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T15:45:31.676Z||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-15T15:45:31.676Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:45:31.692Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:31.693Z||pool-103-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:45:32.575Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||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-15T15:45:32.576Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||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-15T15:45:32.576Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:45:32.576Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:45:32.578Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:45:32.578Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359132575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:45:32.679Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T15:45:32.681Z||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-15T15:45:32.681Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:45:32.695Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:45:32.696Z||pool-104-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:45:33.579Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 966e0787-744d-4f9b-bc43-62705f7848cb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T15:45:33.590Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 966e0787-744d-4f9b-bc43-62705f7848cb
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-15T15:45:33.593Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:45:33.593Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T15:45:33.593Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T15:45:33.593Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T15:45:33.593Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:45:33.593Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:45:33.594Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:45:33.594Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:45:33.594Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:45:33.594Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:45:33.594Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||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-15T15:45:33.602Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T15:46:03.602Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 966e0787-744d-4f9b-bc43-62705f7848cb 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-15T15:46:03.609Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 966e0787-744d-4f9b-bc43-62705f7848cb and serviceModelVersionId: 84e94388-d4ec-42d4-8c55-0a52cb14401e
2022-03-15T15:46:03.609Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 423f2cb1-fcc9-4cd6-981c-65ad533f32fe
2022-03-15T15:46:03.610Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/423f2cb1-fcc9-4cd6-981c-65ad533f32fe/model-vers/model-ver/84e94388-d4ec-42d4-8c55-0a52cb14401e?depth=0
2022-03-15T15:46:03.614Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T15:46:03.658Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/423f2cb1-fcc9-4cd6-981c-65ad533f32fe/model-vers/model-ver/84e94388-d4ec-42d4-8c55-0a52cb14401e?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-15T15:46:03.659Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/423f2cb1-fcc9-4cd6-981c-65ad533f32fe/model-vers/model-ver/84e94388-d4ec-42d4-8c55-0a52cb14401e?depth=0|INFO|500||Invoke
2022-03-15T15:46:03.679Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/423f2cb1-fcc9-4cd6-981c-65ad533f32fe/model-vers/model-ver/84e94388-d4ec-42d4-8c55-0a52cb14401e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T15:46:04.167Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/423f2cb1-fcc9-4cd6-981c-65ad533f32fe/model-vers/model-ver/84e94388-d4ec-42d4-8c55-0a52cb14401e?depth=0|INFO|500||InvokeReturn
2022-03-15T15:46:04.167Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/423f2cb1-fcc9-4cd6-981c-65ad533f32fe/model-vers/model-ver/84e94388-d4ec-42d4-8c55-0a52cb14401e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220315-15:46:03:888-60498], vertex-id=[716904], Content-Length=[0], Date=[Tue, 15 Mar 2022 15:46:03 GMT], Content-Type=[application/json]}
2022-03-15T15:46:04.167Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-03-15T15:46:04.167Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T15:46:04.167Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||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-15T15:46:04.173Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||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-15T15:46:04.174Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 966e0787-744d-4f9b-bc43-62705f7848cb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T15:46:04.174Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T15:46:04.174Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:46:04.176Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:46:04.176Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359164174,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T15:46:04.277Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:46:04.278Z||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-15T15:46:04.278Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:46:04.295Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:46:04.296Z||pool-105-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-15T15:46:05.190Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T15:46:05.190Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3b418015-9846-47d2-a24d-344b790e728b","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"a55e11d0-d8c9-43db-bff3-c854321cd101","serviceDescription":"service","serviceInvariantUUID":"6e55bdec-6500-41f8-9e41-aea6957abda1","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"429a21f7-1b94-4794-817d-c9f639b3b78a","resourceInvariantUUID":"37bf3ede-584f-4ddf-9e20-b219b1443ea1","resourceCustomizationUUID":"0c5dcfba-01cc-4c80-8449-af1c0938d501","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":"YWNlM2Y1MmFlNzZmNDQwYjc0OWZiOTg2ZjA5YzI2MzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1a05c948-d0b1-42bd-8fc7-5f2bc10d7971","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":"26f44f85-0206-437c-8527-d7aaae7d9b54","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":"31c5aaeb-fa78-460c-8e67-f8ff612381fd","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":"MGE4MzZiMWMzZjBhNTA3NjI1MmNkZTY0MTc4MmEyMDY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9b5efe35-43e7-4111-8482-ef21b45b77d2","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":"827027ec-2c97-4e0e-8589-e43150b942f9","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":"f86012a3-f0db-4b7f-a5ff-280fd57ebc78","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":"bc89cd7b-d382-49db-9890-7aa250e5818b","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":"ZTZjMDAxMjEyYTRlOTNkMzY4ODNkYTA1NjZjYmJjNjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b32727ed-b50c-416b-b640-0afe0193c5d4","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZGNjNDc5YmE2OWQ4MDM5NjU0YWYyMDk3NzI4YWIxMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"09916ccd-f2e9-4bfb-a77a-f84ebbf64798","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T15:46:05.190Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:46:05.190Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:46:05.193Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:46:05.193Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:46:05.293Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:46:05.294Z||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-15T15:46:05.294Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:46:05.306Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:46:05.306Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:46:06.194Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:46:06.194Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:46:06.197Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:46:06.197Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:46:06.297Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:46:06.298Z||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-15T15:46:06.298Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:46:06.323Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:46:06.324Z||pool-107-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:46:07.198Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:46:07.198Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:46:07.200Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:46:07.200Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:46:07.301Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:46:07.303Z||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-15T15:46:07.303Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:46:07.319Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:46:07.320Z||pool-108-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:46:08.201Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:46:08.202Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:46:08.204Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:46:08.204Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:46:08.304Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:46:08.309Z||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-15T15:46:08.321Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:46:08.334Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:46:08.334Z||pool-109-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:46:09.207Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:46:09.208Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:46:09.210Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:46:09.210Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:46:09.310Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:46:09.311Z||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-15T15:46:09.311Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:46:09.324Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:46:09.325Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:46:10.211Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:46:10.212Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:46:10.214Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:46:10.214Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:46:10.316Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-15T15:46:10.317Z||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-15T15:46:10.317Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:46:10.331Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:46:10.331Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:46:11.214Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:46:11.215Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:46:11.217Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:46:11.217Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:46:11.317Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:46:11.318Z||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-15T15:46:11.318Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:46:11.331Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:46:11.331Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:46:12.218Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:46:12.219Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:46:12.221Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:46:12.222Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:46:12.324Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-15T15:46:12.326Z||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-15T15:46:12.326Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:46:12.343Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:46:12.345Z||pool-113-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-15T15:46:13.222Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T15:46:13.223Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:46:13.226Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:46:13.226Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:46:13.327Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:46:13.327Z||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-15T15:46:13.328Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:46:13.343Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:46:13.344Z||pool-114-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:46:14.227Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a55e11d0-d8c9-43db-bff3-c854321cd101",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6e55bdec-6500-41f8-9e41-aea6957abda1",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "0c5dcfba-01cc-4c80-8449-af1c0938d501",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "429a21f7-1b94-4794-817d-c9f639b3b78a",
      "resourceInvariantUUID": "37bf3ede-584f-4ddf-9e20-b219b1443ea1",
      "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": "ZGNjNDc5YmE2OWQ4MDM5NjU0YWYyMDk3NzI4YWIxMzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "09916ccd-f2e9-4bfb-a77a-f84ebbf64798"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T15:46:14.228Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T15:46:14.228Z|966e0787-744d-4f9b-bc43-62705f7848cb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a55e11d0-d8c9-43db-bff3-c854321cd101 ASDC
2022-03-15T15:46:14.229Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:3b418015-9846-47d2-a24d-344b790e728b
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:a55e11d0-d8c9-43db-bff3-c854321cd101
ServiceInvariantUUID:6e55bdec-6500-41f8-9e41-aea6957abda1
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:09916ccd-f2e9-4bfb-a77a-f84ebbf64798
ArtifactChecksum:ZGNjNDc5YmE2OWQ4MDM5NjU0YWYyMDk3NzI4YWIxMzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:0c5dcfba-01cc-4c80-8449-af1c0938d501
ResourceInvariantUUID:37bf3ede-584f-4ddf-9e20-b219b1443ea1
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:429a21f7-1b94-4794-817d-c9f639b3b78a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-15T15:46:14.229Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a55e11d0-d8c9-43db-bff3-c854321cd101 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-15T15:46:14.263Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:46:14.264Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T15:46:14.264Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T15:46:14.264Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 09916ccd-f2e9-4bfb-a77a-f84ebbf64798 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-15T15:46:14.264Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-15T15:46:14.265Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-15T15:46:14.410Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-15T15:46:14.418Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 09916ccd-f2e9-4bfb-a77a-f84ebbf64798 105658
2022-03-15T15:46:14.419Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||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-15T15:46:14.419Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||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-15T15:46:14.419Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T15:46:14.420Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:46:14.422Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:46:14.422Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359174419,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:46:14.528Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-03-15T15:46:14.529Z||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-15T15:46:14.529Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:46:14.542Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:46:14.543Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:46:15.423Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T15:46:15.424Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-15T15:46:15.424Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 09916ccd-f2e9-4bfb-a77a-f84ebbf64798, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T15:46:15.424Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-03-15T15:46:15.425Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T15:46:15.425Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T15:46:15.553Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6342293082778192807/Definitions/service-TestPnfMacro-template.yml
2022-03-15T15:46:16.579Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T15:46:16.579Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-15T15:46:16.579Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T15:46:16.579Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-15T15:46:16.579Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||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-15T15:46:16.580Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||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-15T15:46:16.580Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||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-15T15:46:16.580Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||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-15T15:46:16.580Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||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-15T15:46:16.580Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||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-15T15:46:16.580Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||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-15T15:46:16.580Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-15T15:46:16.581Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:46:16.581Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:46:16.581Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-15T15:46:16.581Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-15T15:46:16.582Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:46:16.582Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:46:16.582Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:46:16.582Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-15T15:46:16.582Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-15T15:46:16.582Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T15:46:16.583Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:46:16.583Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:46:16.583Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:46:16.583Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:46:16.583Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:46:16.584Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:46:16.584Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:46:16.584Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:46:16.584Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:46:16.584Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:46:16.584Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:a55e11d0-d8c9-43db-bff3-c854321cd101
Model Version:NULL
Model InvariantUuid:6e55bdec-6500-41f8-9e41-aea6957abda1
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-15T15:46:16.593Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 429a21f7-1b94-4794-817d-c9f639b3b78a
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-15T15:46:16.602Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||test-pnf 0
2022-03-15T15:46:16.602Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 429a21f7-1b94-4794-817d-c9f639b3b78a
2022-03-15T15:46:16.602Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||No resources found for Service: a55e11d0-d8c9-43db-bff3-c854321cd101
2022-03-15T15:46:16.602Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a55e11d0-d8c9-43db-bff3-c854321cd101
2022-03-15T15:46:16.602Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 429a21f7-1b94-4794-817d-c9f639b3b78a 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-15T15:46:16.608Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ea3e92a, org.onap.sdc.toscaparser.api.parameters.Input@67242d62, org.onap.sdc.toscaparser.api.parameters.Input@1222f20, org.onap.sdc.toscaparser.api.parameters.Input@349df1a3, org.onap.sdc.toscaparser.api.parameters.Input@5c6b4a3]
2022-03-15T15:46:16.609Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:46:16.609Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:46:16.609Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a55e11d0-d8c9-43db-bff3-c854321cd101: test-pnf
2022-03-15T15:46:16.609Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||Processing PNF resource: 429a21f7-1b94-4794-817d-c9f639b3b78a
2022-03-15T15:46:16.610Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T15:46:16.610Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T15:46:16.610Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||Resource customization UUID: 0c5dcfba-01cc-4c80-8449-af1c0938d501 is the same as notified resource customizationUUID: 0c5dcfba-01cc-4c80-8449-af1c0938d501
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-15T15:46:16.649Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 429a21f7-1b94-4794-817d-c9f639b3b78a 0 ASDC deployResourceStructure
2022-03-15T15:46:16.650Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||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-15T15:46:16.650Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||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-15T15:46:16.650Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T15:46:16.650Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:46:16.652Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:46:16.652Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359176650,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:46:16.752Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T15:46:16.754Z||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-15T15:46:16.754Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:46:16.766Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:46:16.767Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T15:46:17.653Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b418015-9846-47d2-a24d-344b790e728b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T15:46:17.670Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b418015-9846-47d2-a24d-344b790e728b
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-15T15:46:17.682Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T15:46:17.682Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T15:46:17.682Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T15:46:17.682Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T15:46:17.683Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:46:17.683Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:46:17.683Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:46:17.683Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:46:17.683Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:46:17.683Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:46:17.683Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T15:46:17.683Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||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-15T15:46:17.693Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T15:46:24.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:46:24.597Z||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-15T15:46:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:46:24.621Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:46:24.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:46:24.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35679e4e-ac86-41d9-9bab-af13c221e9e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359056597,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T15:46:24.623Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:46:24.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:46:24.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:46:24.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:46:24.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:46:24.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-15T15:46:24.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:46:24.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:46:24.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-15T15:46:24.624Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:46:24.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:46:24.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T15:46:24.624Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:46:24.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:46:24.625Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:46:24.625Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:46:24.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:46:24.625Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:46:24.625Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:46:24.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T15:46:24.625Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-15T15:46:24.625Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:46:47.694Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3b418015-9846-47d2-a24d-344b790e728b 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-15T15:46:47.704Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3b418015-9846-47d2-a24d-344b790e728b and serviceModelVersionId: a55e11d0-d8c9-43db-bff3-c854321cd101
2022-03-15T15:46:47.704Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e55bdec-6500-41f8-9e41-aea6957abda1
2022-03-15T15:46:47.705Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e55bdec-6500-41f8-9e41-aea6957abda1/model-vers/model-ver/a55e11d0-d8c9-43db-bff3-c854321cd101?depth=0
2022-03-15T15:46:47.710Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T15:46:47.756Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e55bdec-6500-41f8-9e41-aea6957abda1/model-vers/model-ver/a55e11d0-d8c9-43db-bff3-c854321cd101?depth=0|INFO|500||Invoke
2022-03-15T15:46:47.757Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e55bdec-6500-41f8-9e41-aea6957abda1/model-vers/model-ver/a55e11d0-d8c9-43db-bff3-c854321cd101?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e55bdec-6500-41f8-9e41-aea6957abda1/model-vers/model-ver/a55e11d0-d8c9-43db-bff3-c854321cd101?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3b418015-9846-47d2-a24d-344b790e728b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2d4ae635-ee55-4a82-b445-a09bc6d1a91c], X-ECOMP-RequestID=[3b418015-9846-47d2-a24d-344b790e728b], X-TransactionId=[], X-ONAP-RequestID=[3b418015-9846-47d2-a24d-344b790e728b], Content-Type=[application/merge-patch+json]}
2022-03-15T15:46:47.779Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e55bdec-6500-41f8-9e41-aea6957abda1/model-vers/model-ver/a55e11d0-d8c9-43db-bff3-c854321cd101?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T15:46:47.973Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e55bdec-6500-41f8-9e41-aea6957abda1/model-vers/model-ver/a55e11d0-d8c9-43db-bff3-c854321cd101?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/6e55bdec-6500-41f8-9e41-aea6957abda1/model-vers/model-ver/a55e11d0-d8c9-43db-bff3-c854321cd101?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220315-15:46:47:988-28873], vertex-id=[729192], Content-Length=[0], Date=[Tue, 15 Mar 2022 15:46:47 GMT], Content-Type=[application/json]}
2022-03-15T15:46:47.973Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e55bdec-6500-41f8-9e41-aea6957abda1/model-vers/model-ver/a55e11d0-d8c9-43db-bff3-c854321cd101?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-15T15:46:47.974Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e55bdec-6500-41f8-9e41-aea6957abda1/model-vers/model-ver/a55e11d0-d8c9-43db-bff3-c854321cd101?depth=0|INFO|500||InvokeReturn
2022-03-15T15:46:47.974Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T15:46:47.974Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||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-15T15:46:47.980Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||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-15T15:46:47.980Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3b418015-9846-47d2-a24d-344b790e728b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T15:46:47.980Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T15:46:47.981Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-15T15:46:47.983Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T15:46:47.984Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359207980,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T15:46:48.084Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T15:46:48.085Z||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-15T15:46:48.085Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:46:48.104Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:46:48.105Z||pool-117-thread-1|||||INFO|500||cambria reply ok (21 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-15T15:46:49.000Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:46:49.001Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T15:46:49.002Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:46:59.272Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:46:59.273Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:46:59.273Z||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-15T15:46:59.274Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:47:08.828Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:47:08.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:47:08.830Z||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-15T15:47:08.830Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:47:18.397Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:47:18.398Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:47:18.398Z||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-15T15:47:18.398Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:47:24.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:47:24.597Z||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-15T15:47:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:47:24.643Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:47:24.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T15:47:24.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:47:24.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:47:24.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T15:47:24.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:47:24.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:47:24.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T15:47:24.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359067525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:47:24.646Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:24.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T15:47:24.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359070217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:47:24.647Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:24.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T15:47:24.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359071515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:47:24.647Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:24.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T15:47:24.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359072823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:47:24.647Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:24.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T15:47:24.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359074064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:47:24.647Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:24.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T15:47:24.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359075162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:47:24.648Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:24.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T15:47:24.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359076293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-15T15:47:24.648Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:24.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T15:47:24.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359077298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-15T15:47:24.648Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:24.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T15:47:24.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359078304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T15:47:24.649Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:24.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T15:47:24.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359079309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T15:47:24.649Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:24.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T15:47:24.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359080313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-15T15:47:24.650Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:24.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T15:47:24.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359081317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:47:24.651Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:24.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T15:47:24.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53c72f82-999e-4d10-b3da-18360ae1ffab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359112634,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T15:47:24.651Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:24.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T15:47:24.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:47:24.652Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:47:24.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T15:47:24.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T15:47:24.652Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:47:24.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T15:47:24.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-15T15:47:24.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:47:24.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T15:47:24.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:47:24.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:47:24.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T15:47:24.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-15T15:47:24.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:47:24.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T15:47:24.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:47:24.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:47:24.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T15:47:24.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:47:24.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:47:24.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T15:47:24.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:47:24.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:47:24.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T15:47:24.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359122649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:47:24.656Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:47:27.963Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:47:27.964Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:47:27.964Z||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-15T15:47:27.964Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:47:37.512Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:47:37.513Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:47:37.514Z||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-15T15:47:37.514Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:47:47.066Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:47:47.067Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:47:47.068Z||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-15T15:47:47.068Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:47:56.657Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:47:56.658Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:47:56.659Z||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-15T15:47:56.659Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:48:06.207Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:48:24.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:48:24.592Z||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-15T15:48:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:48:24.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:48:24.596Z||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-15T15:48:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:48:24.640Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:48:24.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:48:24.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359125811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:48:24.642Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:24.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:48:24.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359127130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:48:24.643Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:24.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:48:24.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359128415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:48:24.643Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:24.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:48:24.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359129562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T15:48:24.643Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:24.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:48:24.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359130566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T15:48:24.644Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:24.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:48:24.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359131571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-15T15:48:24.644Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:24.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:48:24.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359132575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:48:24.645Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:24.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:48:24.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "966e0787-744d-4f9b-bc43-62705f7848cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359164174,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T15:48:24.645Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:24.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:48:24.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:24.647Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:24.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:48:24.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:24.647Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:24.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:48:24.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:24.647Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:24.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:48:24.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:24.648Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:24.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:48:24.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:24.648Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:24.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:48:24.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:24.649Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:24.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:48:24.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:24.649Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:24.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:48:24.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T15:48:24.649Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:24.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:48:24.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647358929921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T15:48:24.649Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-15T15:48:24.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:48:24.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359174419,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T15:48:24.649Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:24.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T15:48:24.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359176650,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T15:48:24.650Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:48:34.146Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:49:24.592Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:49:24.594Z||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-15T15:49:24.594Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:49:24.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:49:24.596Z||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-15T15:49:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:49:25.131Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:49:25.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T15:49:25.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b418015-9846-47d2-a24d-344b790e728b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647359207980,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T15:49:25.133Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T15:49:34.157Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:50:24.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:50:24.592Z||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-15T15:50:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:50:24.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:50:24.596Z||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-15T15:50:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:50:34.138Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:50:34.142Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:51:24.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:51:24.593Z||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-15T15:51:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:51:24.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:51:24.596Z||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-15T15:51:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:51:34.161Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:51:34.162Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:52:24.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:52:24.593Z||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-15T15:52:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:52:24.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:52:24.596Z||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-15T15:52:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:52:34.147Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:52:34.148Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:53:24.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:53:24.592Z||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-15T15:53:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:53:24.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:53:24.596Z||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-15T15:53:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:53:34.147Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:53:34.156Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:54:24.592Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:54:24.595Z||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-15T15:54:24.595Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:54:24.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:54:24.596Z||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-15T15:54:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:54:34.158Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:54:34.158Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:55:24.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:55:24.592Z||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-15T15:55:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:55:24.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:55:24.596Z||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-15T15:55:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:55:34.144Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:55:34.145Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:56:24.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:56:24.592Z||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-15T15:56:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:56:24.596Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:56:24.596Z|bbc73079-b63f-4423-b901-0991affcea34|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-15T15:56:24.596Z|bbc73079-b63f-4423-b901-0991affcea34|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:56:34.147Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:56:34.147Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:57:24.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:57:24.593Z||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-15T15:57:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:57:24.596Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:57:24.596Z|3b418015-9846-47d2-a24d-344b790e728b|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-15T15:57:24.596Z|3b418015-9846-47d2-a24d-344b790e728b|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:57:34.149Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:57:34.149Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:58:24.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:58:24.592Z||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-15T15:58:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:58:24.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:58:24.596Z||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-15T15:58:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:58:34.150Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:58:34.151Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:59:24.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:59:24.593Z||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-15T15:59:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:59:24.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T15:59:24.596Z||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-15T15:59:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T15:59:34.147Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T15:59:34.147Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:00:24.592Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:00:24.594Z||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-15T16:00:24.595Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:00:24.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:00:24.596Z||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-15T16:00:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:00:34.151Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:00:34.153Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:01:24.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:01:24.592Z||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-15T16:01:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:01:24.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:01:24.596Z||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-15T16:01:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:01:34.145Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:01:34.148Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:02:24.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:02:24.592Z||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-15T16:02:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:02:24.595Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:02:24.596Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|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-15T16:02:24.596Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:02:34.143Z|ec20ec6a-68f4-44e6-a5c8-2c236a86cbc0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:02:34.146Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:03:24.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:03:24.592Z||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-15T16:03:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:03:24.596Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:03:24.597Z|3b418015-9846-47d2-a24d-344b790e728b|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-15T16:03:24.597Z|3b418015-9846-47d2-a24d-344b790e728b|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:03:34.152Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:03:34.153Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:04:24.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:04:24.592Z||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-15T16:04:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:04:24.595Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:04:24.596Z|3b418015-9846-47d2-a24d-344b790e728b|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-15T16:04:24.596Z|3b418015-9846-47d2-a24d-344b790e728b|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:04:34.140Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:04:34.150Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:05:24.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:05:24.593Z||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-15T16:05:24.594Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:05:24.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:05:24.596Z||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-15T16:05:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:05:34.147Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:05:34.149Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:06:24.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:06:24.593Z||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-15T16:06:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:06:24.595Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:06:24.596Z||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-15T16:06:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:06:34.144Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:06:34.144Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:07:24.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:07:24.593Z||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-15T16:07:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:07:24.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:07:24.596Z||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-15T16:07:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:07:34.148Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:07:34.148Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:08:24.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:08:24.592Z||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-15T16:08:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:08:24.595Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:08:24.596Z||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-15T16:08:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:08:34.146Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:08:34.152Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:09:24.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:09:24.592Z||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-15T16:09:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:09:24.595Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:09:24.596Z||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-15T16:09:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:09:34.161Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:09:34.161Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:10:24.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:10:24.592Z||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-15T16:10:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:10:24.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:10:24.596Z||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-15T16:10:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:10:34.146Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:10:34.146Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:11:24.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:11:24.593Z||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-15T16:11:24.594Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:11:24.595Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:11:24.596Z|bbc73079-b63f-4423-b901-0991affcea34|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-15T16:11:24.596Z|bbc73079-b63f-4423-b901-0991affcea34|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:11:34.149Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:11:34.149Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:12:24.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:12:24.592Z||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-15T16:12:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:12:24.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:12:24.596Z||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-15T16:12:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:12:34.170Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:12:34.170Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:13:24.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:13:24.592Z||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-15T16:13:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:13:24.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:13:24.596Z||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-15T16:13:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:13:34.146Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:13:34.148Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:14:24.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:14:24.592Z||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-15T16:14:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:14:24.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:14:24.596Z||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-15T16:14:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:14:34.151Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:14:34.160Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:15:24.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:15:24.592Z||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-15T16:15:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:15:24.595Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:15:24.596Z|bbc73079-b63f-4423-b901-0991affcea34|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-15T16:15:24.596Z|bbc73079-b63f-4423-b901-0991affcea34|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:15:34.153Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:15:34.153Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:16:24.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:16:24.593Z||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-15T16:16:24.594Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:16:24.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:16:24.599Z||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-15T16:16:24.599Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:16:34.153Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:16:34.154Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:17:24.592Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:17:24.593Z||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-15T16:17:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:17:24.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:17:24.596Z||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-15T16:17:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:17:34.148Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:17:34.160Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:18:24.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:18:24.592Z||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-15T16:18:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:18:24.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:18:24.596Z||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-15T16:18:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:18:34.157Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:18:34.157Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:19:24.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:19:24.592Z||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-15T16:19:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:19:24.596Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:19:24.596Z|bbc73079-b63f-4423-b901-0991affcea34|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-15T16:19:24.596Z|bbc73079-b63f-4423-b901-0991affcea34|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:19:34.142Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:19:34.144Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:20:24.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:20:24.592Z||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-15T16:20:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:20:24.596Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:20:24.596Z|bbc73079-b63f-4423-b901-0991affcea34|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-15T16:20:24.596Z|bbc73079-b63f-4423-b901-0991affcea34|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:20:34.145Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:20:34.147Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:21:24.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:21:24.593Z||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-15T16:21:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:21:24.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:21:24.596Z||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-15T16:21:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:21:34.141Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:21:34.169Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:22:24.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:22:24.592Z||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-15T16:22:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:22:24.596Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:22:24.596Z|3b418015-9846-47d2-a24d-344b790e728b|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-15T16:22:24.596Z|3b418015-9846-47d2-a24d-344b790e728b|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:22:34.144Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:22:34.145Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:23:24.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:23:24.593Z||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-15T16:23:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:23:24.595Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:23:24.596Z|3b418015-9846-47d2-a24d-344b790e728b|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-15T16:23:24.596Z|3b418015-9846-47d2-a24d-344b790e728b|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:23:34.166Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:23:34.166Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:24:24.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:24:24.592Z||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-15T16:24:24.593Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:24:24.595Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:24:24.596Z|3b418015-9846-47d2-a24d-344b790e728b|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-15T16:24:24.596Z|3b418015-9846-47d2-a24d-344b790e728b|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:24:34.146Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:24:34.147Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:25:24.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:25:24.592Z||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-15T16:25:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:25:24.595Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:25:24.596Z|3b418015-9846-47d2-a24d-344b790e728b|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-15T16:25:24.596Z|3b418015-9846-47d2-a24d-344b790e728b|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:25:34.146Z|3b418015-9846-47d2-a24d-344b790e728b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:25:34.152Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:26:24.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:26:24.592Z||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-15T16:26:24.592Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:26:24.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:26:24.596Z||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-15T16:26:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:26:34.144Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:26:34.144Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:27:24.591Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:27:24.592Z|bbc73079-b63f-4423-b901-0991affcea34|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-15T16:27:24.592Z|bbc73079-b63f-4423-b901-0991affcea34|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:27:24.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:27:24.596Z||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-15T16:27:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:27:34.144Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:27:34.146Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:28:24.591Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:28:24.592Z|bbc73079-b63f-4423-b901-0991affcea34|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-15T16:28:24.592Z|bbc73079-b63f-4423-b901-0991affcea34|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:28:24.595Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:28:24.596Z||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-15T16:28:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:28:34.139Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:28:34.143Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:29:24.592Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:29:24.593Z|bbc73079-b63f-4423-b901-0991affcea34|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-15T16:29:24.594Z|bbc73079-b63f-4423-b901-0991affcea34|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:29:24.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:29:24.596Z||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-15T16:29:24.597Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:29:34.161Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:29:34.166Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:30:24.591Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:30:24.592Z|bbc73079-b63f-4423-b901-0991affcea34|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-15T16:30:24.592Z|bbc73079-b63f-4423-b901-0991affcea34|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:30:24.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:30:24.596Z||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-15T16:30:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:30:34.151Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:30:34.175Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:31:24.591Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:31:24.592Z|bbc73079-b63f-4423-b901-0991affcea34|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-15T16:31:24.592Z|bbc73079-b63f-4423-b901-0991affcea34|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:31:24.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:31:24.596Z||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-15T16:31:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:31:34.163Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:31:34.164Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:32:24.591Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:32:24.593Z|bbc73079-b63f-4423-b901-0991affcea34|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-15T16:32:24.593Z|bbc73079-b63f-4423-b901-0991affcea34|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:32:24.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:32:24.596Z||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-15T16:32:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:32:34.140Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:32:34.141Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:33:24.591Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:33:24.592Z|bbc73079-b63f-4423-b901-0991affcea34|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-15T16:33:24.593Z|bbc73079-b63f-4423-b901-0991affcea34|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:33:24.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:33:24.596Z||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-15T16:33:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:33:34.144Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:33:34.145Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:34:24.591Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:34:24.593Z|bbc73079-b63f-4423-b901-0991affcea34|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-15T16:34:24.593Z|bbc73079-b63f-4423-b901-0991affcea34|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:34:24.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:34:24.596Z||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-15T16:34:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:34:34.144Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:34:34.148Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:34:55.111Z||http-nio-8085-exec-3|||||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-15T16:35:24.591Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:35:24.592Z|bbc73079-b63f-4423-b901-0991affcea34|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-15T16:35:24.592Z|bbc73079-b63f-4423-b901-0991affcea34|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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:35:24.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T16:35:24.596Z||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-15T16:35:24.596Z||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 tgnF2RRGmC0Qvuf3) ...
2022-03-15T16:35:34.145Z|bbc73079-b63f-4423-b901-0991affcea34|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T16:35:34.146Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK