Results

By type

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

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

2022-04-11T05:20:43.850Z||main|||||INFO|500||The following profiles are active: basic
2022-04-11T05:21:05.551Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-11T05:21:05.552Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-11T05:21:05.720Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-11T05:21:13.086Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-11T05:21:13.854Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-11T05:21:14.880Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-11T05:21:14.900Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-11T05:21:15.090Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-11T05:21:15.501Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-11T05:21:16.617Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-11T05:21:19.475Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-11T05:21:23.495Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-11T05:21:23.570Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-11T05:21:24.416Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-11T05:21:24.754Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-04-11T05:21:26.444Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-11T05:21:28.048Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-04-11T05:21:28.074Z||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$$6480366b.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-04-11T05:21:28.075Z||main|||||WARN|500||The sdc end point is not alive
2022-04-11T05:21:32.379Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-04-11T05:21:36.759Z||main|||||WARN|500||---
2022-04-11T05:21:36.760Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-11T05:21:36.760Z||main|||||WARN|500||---
2022-04-11T05:21:37.312Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-11T05:21:43.963Z||main|||||INFO|500||Started Application in 65.234 seconds (JVM running for 68.869)
2022-04-11T05:21:43.981Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-11T05:21:43.983Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-11T05:21:43.997Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-11T05:21:44.028Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-11T05:21:44.108Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 80fc04c9-1d8a-4871-a2b0-e3722c784801 url= /sdc/v1/artifactTypes
2022-04-11T05:21:44.108Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-11T05:21:44.498Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-11T05:21:44.540Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-04-11T05:21:44.568Z||scheduling-1|||||DEBUG|500||create keys
2022-04-11T05:21:44.577Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-11T05:21:44.607Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:21:44.636Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 394459d0-f8b5-4db7-946a-dab7f6ea788d url= /sdc/v1/registerForDistribution
2022-04-11T05:21:44.812Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 394459d0-f8b5-4db7-946a-dab7f6ea788d url= /sdc/v1/registerForDistribution
2022-04-11T05:21:44.812Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-11T05:21:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:21:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:21:44.837Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-11T05:21:44.849Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:21:44.850Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:21:44.853Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:21:44.854Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:21:55.156Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:21:55.189Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:22:44.822Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:22:44.824Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:22:44.825Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:22:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:22:44.829Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:22:44.829Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:22:54.375Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:22:54.408Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:23:44.822Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:23:44.823Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:23:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:23:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:23:44.825Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:23:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:23:54.375Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:23:54.376Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:24:44.821Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:24:44.822Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:24:44.823Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T05:24:44.825Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:24:44.826Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:24:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:24:54.370Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:24:54.377Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:25:44.821Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:25:44.822Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:25:44.822Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T05:25:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:25:44.825Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:25:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:25:54.370Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:25:54.370Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:26:44.821Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:26:44.822Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:26:44.823Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T05:26:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:26:44.824Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:26:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:26:54.393Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:26:54.413Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:27:44.821Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:27:44.822Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:27:44.822Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T05:27:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:27:44.824Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:27:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:27:54.364Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:27:54.364Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:28:44.821Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:28:44.822Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:28:44.823Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T05:28:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:28:44.825Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:28:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:28:54.366Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:28:54.367Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:29:44.821Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:29:44.824Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:29:44.827Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:29:44.828Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:29:44.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:29:44.829Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T05:29:54.384Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:29:54.391Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:30:44.821Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:30:44.823Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:30:44.823Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T05:30:44.824Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:30:44.825Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:30:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:30:54.367Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:30:54.366Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:31:30.857Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-11T05:31:44.821Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:31:44.822Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:31:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:31:44.826Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:31:44.826Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:31:44.827Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:31:54.371Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:31:54.371Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:32:44.821Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:32:44.822Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:32:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:32:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:32:44.825Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:32:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:32:54.377Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:32:54.377Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:33:44.821Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:33:44.822Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:33:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:33:44.824Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:33:44.824Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:33:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:33:54.388Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:33:54.388Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:34:44.821Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:34:44.822Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:34:44.822Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T05:34:44.824Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:34:44.825Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:34:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:34:54.367Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:34:54.371Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:35:44.821Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:35:44.822Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:35:44.822Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T05:35:44.825Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:35:44.826Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:35:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:35:54.374Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:35:54.374Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:36:44.821Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:36:44.822Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:36:44.822Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T05:36:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:36:44.824Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:36:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:36:54.376Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:36:54.377Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:37:44.822Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:37:44.824Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:37:44.825Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:37:44.825Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:37:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:37:44.825Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T05:37:54.389Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:37:54.389Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:38:44.821Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:38:44.822Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:38:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:38:44.825Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:38:44.826Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:38:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:38:54.404Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:38:54.404Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:39:44.821Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:39:44.822Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:39:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:39:44.824Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:39:44.825Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:39:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:39:54.411Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:39:54.412Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:40:44.821Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:40:44.822Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:40:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:40:44.824Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:40:44.825Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:40:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:40:54.392Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:40:54.400Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:41:44.821Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:41:44.822Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:41:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:41:44.824Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:41:44.824Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:41:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:41:54.362Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:41:54.373Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:42:44.821Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:42:44.822Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:42:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:42:44.824Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:42:44.825Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:42:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:42:54.369Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:42:54.371Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:43:44.821Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:43:44.823Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:43:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:43:44.824Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:43:44.825Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:43:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:43:54.368Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:43:54.369Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:44:44.821Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:44:44.822Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:44:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:44:44.824Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:44:44.824Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:44:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:44:54.371Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:44:54.372Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:45:44.821Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:45:44.822Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:45:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:45:44.824Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:45:44.824Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:45:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:45:54.365Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:45:54.365Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:46:44.822Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:46:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:46:44.825Z||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-04-11T05:46:44.825Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:46:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:46:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:46:54.374Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:46:54.377Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:47:44.821Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:47:44.822Z||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-04-11T05:47:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:47:44.824Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:47:44.824Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:47:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:47:54.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:47:54.383Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:48:44.821Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:48:44.822Z||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-04-11T05:48:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:48:44.824Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:48:44.824Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:48:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:48:54.374Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:48:54.376Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:49:44.821Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:49:44.822Z||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-04-11T05:49:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:49:44.824Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:49:44.824Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:49:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:49:54.379Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:49:54.384Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:50:44.821Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:50:44.822Z||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-04-11T05:50:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:50:44.824Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:50:44.825Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:50:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:50:54.369Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:50:54.369Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:51:44.821Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:51:44.822Z||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-04-11T05:51:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:51:44.824Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:51:44.824Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:51:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:51:54.373Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:51:54.373Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:52:44.821Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:52:44.822Z||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-04-11T05:52:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:52:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:52:44.824Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:52:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:52:54.371Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:52:54.371Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:53:44.821Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:53:44.822Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:53:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:53:44.824Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:53:44.824Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:53:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:53:54.376Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:53:54.379Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:54:44.821Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:54:44.823Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:54:44.823Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T05:54:44.824Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:54:44.825Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:54:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:54:54.368Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:54:54.379Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:55:44.822Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:55:44.824Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:55:44.826Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:55:44.826Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:55:44.826Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T05:55:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:55:54.378Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:55:54.378Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:56:44.821Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:56:44.823Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:56:44.823Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T05:56:44.824Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:56:44.824Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:56:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:56:54.364Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:56:54.375Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:57:44.821Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:57:44.822Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:57:44.822Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T05:57:44.824Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:57:44.825Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:57:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:57:54.370Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:57:54.370Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:58:44.821Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:58:44.822Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:58:44.823Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T05:58:44.824Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:58:44.826Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:58:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:58:54.367Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:58:54.367Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:59:44.823Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:59:44.824Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:59:44.824Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:59:44.824Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T05:59:44.825Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:59:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:59:54.369Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T05:59:54.378Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:00:44.821Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:00:44.822Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:00:44.822Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T06:00:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:00:44.825Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:00:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:00:54.375Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:00:54.375Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:01:44.821Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:01:44.822Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:01:44.822Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T06:01:44.824Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:01:44.824Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:01:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:01:54.370Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:01:54.370Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:02:44.821Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:02:44.822Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:02:44.822Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T06:02:44.824Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:02:44.825Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:02:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:02:54.371Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:02:54.371Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:03:44.821Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:03:44.822Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:03:44.822Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T06:03:44.824Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:03:44.824Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:03:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:03:54.372Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:03:54.373Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:04:44.822Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:04:44.824Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:04:44.825Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:04:44.825Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:04:44.825Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T06:04:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:04:54.374Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:04:54.374Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:05:44.821Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:05:44.822Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:05:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:05:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:05:44.825Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:05:44.827Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:05:54.387Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:05:54.387Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:06:44.821Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:06:44.822Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:06:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:06:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:06:44.824Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:06:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:06:54.372Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:06:54.372Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:07:44.821Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:07:44.822Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:07:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:07:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:07:44.825Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:07:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:07:54.365Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:07:54.366Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:08:44.821Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:08:44.822Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:08:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:08:44.824Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:08:44.824Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:08:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:08:54.370Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:08:54.371Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:09:44.821Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:09:44.822Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:09:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:09:44.824Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:09:44.824Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:09:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:09:54.362Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:09:54.362Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:10:44.821Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:10:44.822Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:10:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:10:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:10:44.824Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:10:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:10:54.374Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:10:54.374Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:11:44.821Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:11:44.822Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:11:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:11:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:11:44.825Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:11:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:11:54.373Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:11:54.374Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:12:44.821Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:12:44.822Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:12:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:12:44.824Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:12:44.824Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:12:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:12:54.365Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:12:54.365Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:13:44.821Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:13:44.823Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:13:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:13:44.824Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:13:44.824Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:13:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:13:54.400Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:13:54.401Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:14:44.821Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:14:44.824Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:14:44.825Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:14:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:14:44.825Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:14:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:14:54.375Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:14:54.375Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:15:44.821Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:15:44.822Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:15:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:15:44.824Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:15:44.825Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:15:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:15:54.372Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:15:54.375Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:16:44.821Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:16:44.823Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:16:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:16:44.824Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:16:44.824Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:16:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:16:54.372Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:16:54.375Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:17:44.821Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:17:44.822Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:17:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:17:44.824Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:17:44.825Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:17:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:17:54.368Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:17:54.368Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:18:44.821Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:18:44.822Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:18:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:18:44.824Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:18:44.825Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:18:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:18:54.376Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:18:54.376Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:19:44.821Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:19:44.822Z||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-04-11T06:19:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:19:44.825Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:19:44.825Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:19:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:19:54.369Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:19:54.380Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:20:44.821Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:20:44.823Z||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-04-11T06:20:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:20:44.824Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:20:44.825Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:20:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:20:54.367Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:20:54.367Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:21:44.821Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:21:44.823Z||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-04-11T06:21:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:21:44.824Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:21:44.825Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:21:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:21:54.385Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:21:54.383Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:22:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:22:44.822Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:22:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:22:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:22:44.826Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:22:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:22:54.369Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:22:54.375Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:23:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:23:44.823Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:23:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:23:44.824Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:23:44.824Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:23:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:23:54.377Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:23:54.377Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:24:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:24:44.822Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:24:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:24:44.824Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:24:44.825Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:24:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:24:54.371Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:24:54.371Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:25:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:25:44.822Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:25:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:25:44.824Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:25:44.827Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:25:44.827Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:25:54.378Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:25:54.378Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:26:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:26:44.822Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:26:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:26:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:26:44.824Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:26:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:26:54.368Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:26:54.368Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:27:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:27:44.822Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:27:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:27:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:27:44.825Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:27:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:27:54.366Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:27:54.367Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:28:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:28:44.822Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:28:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:28:44.824Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:28:44.825Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:28:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:28:54.368Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:28:54.375Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:29:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:29:44.822Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:29:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:29:44.824Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:29:44.824Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:29:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:29:54.366Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:29:54.367Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:30:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:30:44.822Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:30:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:30:44.824Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:30:44.825Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:30:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:30:54.373Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:30:54.373Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:31:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:31:44.823Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:31:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:31:44.824Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:31:44.824Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:31:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:31:54.373Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:31:54.373Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:32:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:32:44.822Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:32:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:32:44.824Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:32:44.824Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:32:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:32:54.369Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:32:54.369Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:33:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:33:44.822Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:33:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:33:44.824Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:33:44.825Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:33:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:33:54.366Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:33:54.370Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:34:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:34:44.823Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:34:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:34:44.824Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:34:44.826Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:34:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:34:54.382Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:34:54.392Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:35:44.824Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:35:44.825Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:35:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:35:44.828Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:35:44.829Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:35:44.829Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:35:54.375Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:35:54.375Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:36:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:36:44.822Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:36:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:36:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:36:44.824Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:36:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:36:54.367Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:36:54.367Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:37:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:37:44.823Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:37:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:37:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:37:44.825Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:37:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:37:54.371Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:37:54.371Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:38:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:38:44.822Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:38:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:38:44.824Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:38:44.824Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:38:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:38:54.372Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:38:54.372Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:39:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:39:44.822Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:39:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:39:44.824Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:39:44.824Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:39:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:39:54.363Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:39:54.367Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:40:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:40:44.822Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:40:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:40:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:40:44.825Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:40:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:40:54.388Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:40:54.389Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:41:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:41:44.823Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:41:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:41:44.824Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:41:44.824Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:41:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:41:54.367Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:41:54.371Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:42:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:42:44.823Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:42:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:42:44.824Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:42:44.825Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:42:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:42:54.368Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:42:54.368Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:43:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:43:44.822Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:43:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:43:44.824Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:43:44.825Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:43:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:43:54.361Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:43:54.361Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:44:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:44:44.822Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:44:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:44:44.824Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:44:44.824Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:44:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:44:54.366Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:44:54.366Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:45:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:45:44.822Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:45:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:45:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:45:44.826Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:45:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:45:54.363Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:45:54.366Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:46:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:46:44.822Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:46:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:46:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:46:44.825Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:46:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:46:54.388Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:46:54.397Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:47:23.742Z||http-nio-8085-exec-7|||||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-04-11T06:47:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:47:44.822Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:47:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:47:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:47:44.826Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:47:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:47:54.365Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:47:54.366Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:48:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:48:44.822Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:48:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:48:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:48:44.824Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:48:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:48:54.367Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:48:54.367Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:49:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:49:44.822Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:49:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:49:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:49:44.825Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:49:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:49:54.364Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:49:54.371Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:50:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:50:44.822Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:50:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:50:44.824Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:50:44.824Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:50:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:50:54.370Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:50:54.373Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:51:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:51:44.822Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:51:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:51:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:51:44.825Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:51:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:51:54.376Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:51:54.377Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:52:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:52:44.824Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:52:44.824Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:52:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:52:44.825Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:52:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:52:54.374Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:52:54.388Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:53:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:53:44.822Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:53:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:53:44.824Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:53:44.825Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:53:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:53:54.383Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:53:54.384Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:54:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:54:44.822Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:54:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:54:44.825Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:54:44.825Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:54:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:54:45.446Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:54:45.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"8306db9e-e1e3-4886-8188-537dbf807db1","serviceName":"basic_onboard_nrCgLY","serviceVersion":"1.0","serviceUUID":"ffb7afab-57db-4883-99be-13f30199520e","serviceDescription":"service","serviceInvariantUUID":"4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e","resources":[{"resourceInstanceName":"basic_onboard_nrCgLY 0","resourceName":"basic_onboard_nrCgLY","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8c17444b-32b3-45bf-9c19-79f229f5d65a","resourceInvariantUUID":"69fd6b20-378b-4dfb-8f54-f18533596544","resourceCustomizationUUID":"c2867b3c-409f-4e7c-959f-a7d95a50debc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vf-license-model.xml","artifactChecksum":"NzUxMjZhN2Q1YTdmYzIzZTJiNDVmYjliNzBlYmFmYTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"94bcc92e-30c9-48ad-8498-a92c9c8072cd","artifactVersion":"1"},{"artifactName":"basic_onboard_nrcgly0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json","artifactChecksum":"MjUwYWFhNzAwZjE3YmJhMjZhNjkwYmE0NjdiNmNkMzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e2545285-6c4d-41ea-b1d8-cc9bc2be07c9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1ceda031-50be-4f06-bb23-d4ab243066c8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"767d4941-2fe0-4e34-90e7-92d803aedf8e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8797632a-6ffb-4cea-b78f-73b9488e5e6b","artifactVersion":"2","generatedFromUUID":"1ceda031-50be-4f06-bb23-d4ab243066c8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNrcgly-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-template.yml","artifactChecksum":"Mjc5ZTczNGRkMGIzZTdhOWU3ODZlYjgzZTE5MTgyZTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c3ea7a3c-07bb-4037-a4df-6e804e5894a3","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNrcgly-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar","artifactChecksum":"ZWMyYTI3OGQzOThiYzNlNDEwZTM2ZmE2OTkwM2Q0YjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a9679c02-75b6-4748-af8e-a1591839f2b0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T06:54:45.454Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:54:45.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "aai-ml",
  "timestamp": 1649660058233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.468Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T06:54:45.475Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:54:45.491Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:54:45.492Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660084821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660049961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "clamp",
  "timestamp": 1649660052518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "aai-ml",
  "timestamp": 1649660058233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660049961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T06:54:45.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "clamp",
  "timestamp": 1649660052518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T06:54:45.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "aai-ml",
  "timestamp": 1649660058233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660049961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-11T06:54:45.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "clamp",
  "timestamp": 1649660052518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "cds",
  "timestamp": 1649660062157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "aai-ml",
  "timestamp": 1649660058233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "clamp",
  "timestamp": 1649660052518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "cds",
  "timestamp": 1649660062157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660049961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "aai-ml",
  "timestamp": 1649660058233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "clamp",
  "timestamp": 1649660052518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660049961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-11T06:54:45.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "cds",
  "timestamp": 1649660062157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "policy-id",
  "timestamp": 1649660063889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660064717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "aai-ml",
  "timestamp": 1649660058233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "clamp",
  "timestamp": 1649660052518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660049961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "cds",
  "timestamp": 1649660062157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "policy-id",
  "timestamp": 1649660063889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660064717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "aai-ml",
  "timestamp": 1649660058233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T06:54:45.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "clamp",
  "timestamp": 1649660052518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T06:54:45.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660049961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T06:54:45.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "cds",
  "timestamp": 1649660062157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "policy-id",
  "timestamp": 1649660063889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-11T06:54:45.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649660065101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660064717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "cds",
  "timestamp": 1649660062157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "policy-id",
  "timestamp": 1649660063889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649660065101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660064717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660067496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T06:54:45.518Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:54:45.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "aai-ml",
  "timestamp": 1649660067415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T06:54:45.518Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:54:45.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "cds",
  "timestamp": 1649660062157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T06:54:45.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "policy-id",
  "timestamp": 1649660063889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649660065101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.521Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660064717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.521Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660068709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T06:54:45.522Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:54:45.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "policy-id",
  "timestamp": 1649660063889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.523Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649660065101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.523Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "cds",
  "timestamp": 1649660070375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T06:54:45.524Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:54:45.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660064717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "policy-id",
  "timestamp": 1649660063889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T06:54:45.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649660065101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660069915,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T06:54:45.527Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:54:45.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "cds",
  "timestamp": 1649660071412,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-04-11T06:54:45.589Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2022-04-11T06:54:45.593Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:54:45.593Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T06:54:45.605Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:54:45.607Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T06:54:45.766Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8306db9e-e1e3-4886-8188-537dbf807db1
2022-04-11T06:54:45.794Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8306db9e-e1e3-4886-8188-537dbf807db1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T06:54:45.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660064717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T06:54:45.820Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649660065101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.820Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660071011,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T06:54:45.838Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8306db9e-e1e3-4886-8188-537dbf807db1
2022-04-11T06:54:45.838Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8306db9e-e1e3-4886-8188-537dbf807db1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T06:54:45.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "policy-id",
  "timestamp": 1649660071830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T06:54:45.850Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:54:45.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660072766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T06:54:45.851Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:54:45.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649660065101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:54:45.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660072024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T06:54:45.852Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:54:45.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "policy-id",
  "timestamp": 1649660072840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T06:54:45.853Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:54:45.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "clamp",
  "timestamp": 1649660072897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T06:54:45.853Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:54:45.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "policy-id",
  "timestamp": 1649660073846,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T06:54:45.861Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8306db9e-e1e3-4886-8188-537dbf807db1
2022-04-11T06:54:45.862Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8306db9e-e1e3-4886-8188-537dbf807db1 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-04-11T06:54:45.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "clamp",
  "timestamp": 1649660074921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T06:54:45.876Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:54:45.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "clamp",
  "timestamp": 1649660075929,
  "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-04-11T06:54:45.882Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8306db9e-e1e3-4886-8188-537dbf807db1
2022-04-11T06:54:45.882Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8306db9e-e1e3-4886-8188-537dbf807db1 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-04-11T06:54:45.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660077486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T06:54:45.890Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:54:45.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660078493,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T06:54:45.895Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8306db9e-e1e3-4886-8188-537dbf807db1
2022-04-11T06:54:45.896Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8306db9e-e1e3-4886-8188-537dbf807db1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T06:54:45.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "aai-ml",
  "timestamp": 1649660079803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-11T06:54:45.905Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:54:45.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "aai-ml",
  "timestamp": 1649660080810,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T06:54:45.911Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 8306db9e-e1e3-4886-8188-537dbf807db1
2022-04-11T06:54:45.911Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8306db9e-e1e3-4886-8188-537dbf807db1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T06:54:46.510Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T06:54:46.511Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:54:46.514Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:54:46.514Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660084821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T06:54:46.614Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T06:54:46.615Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:54:46.616Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:54:46.630Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:54:46.631Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:54:47.515Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T06:54:47.516Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:54:47.519Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:54:47.519Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660084821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-11T06:54:47.619Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:54:47.621Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:54:47.621Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:54:47.639Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:54:47.641Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:54:48.520Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T06:54:48.521Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:54:48.523Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:54:48.523Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660084821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:48.624Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:54:48.625Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:54:48.625Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:54:48.637Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:54:48.638Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-11T06:54:49.525Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T06:54:49.525Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:54:49.527Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:54:49.528Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660084821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-11T06:54:49.628Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:54:49.629Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:54:49.629Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:54:49.643Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:54:49.644Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:54:50.528Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T06:54:50.529Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:54:50.531Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:54:50.532Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660084821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:54:50.632Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:54:50.633Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:54:50.633Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:54:50.653Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:54:50.654Z||pool-8-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-04-11T06:54:51.532Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T06:54:51.533Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:54:51.535Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:54:51.536Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660084821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T06:54:51.636Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:54:51.637Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:54:51.637Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:54:51.650Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:54:51.651Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:54:52.538Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "serviceName": "basic_onboard_nrCgLY",
  "serviceVersion": "1.0",
  "serviceUUID": "ffb7afab-57db-4883-99be-13f30199520e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_nrCgLY 0",
      "resourceCustomizationUUID": "c2867b3c-409f-4e7c-959f-a7d95a50debc",
      "resourceName": "basic_onboard_nrCgLY",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8c17444b-32b3-45bf-9c19-79f229f5d65a",
      "resourceInvariantUUID": "69fd6b20-378b-4dfb-8f54-f18533596544",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_nrcgly0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json",
          "artifactChecksum": "MjUwYWFhNzAwZjE3YmJhMjZhNjkwYmE0NjdiNmNkMzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e2545285-6c4d-41ea-b1d8-cc9bc2be07c9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1ceda031-50be-4f06-bb23-d4ab243066c8",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8797632a-6ffb-4cea-b78f-73b9488e5e6b",
            "generatedFromUUID": "1ceda031-50be-4f06-bb23-d4ab243066c8"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8797632a-6ffb-4cea-b78f-73b9488e5e6b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNrcgly-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
      "artifactChecksum": "ZWMyYTI3OGQzOThiYzNlNDEwZTM2ZmE2OTkwM2Q0YjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a9679c02-75b6-4748-af8e-a1591839f2b0"
    }
  ],
  "workloadContext": "Production"
}
2022-04-11T06:54:52.542Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T06:54:52.543Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ffb7afab-57db-4883-99be-13f30199520e ASDC
2022-04-11T06:54:52.742Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:8306db9e-e1e3-4886-8188-537dbf807db1
ServiceName:basic_onboard_nrCgLY
ServiceVersion:1.0
ServiceUUID:ffb7afab-57db-4883-99be-13f30199520e
ServiceInvariantUUID:4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNrcgly-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar
ArtifactUUID:a9679c02-75b6-4748-af8e-a1591839f2b0
ArtifactChecksum:ZWMyYTI3OGQzOThiYzNlNDEwZTM2ZmE2OTkwM2Q0YjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_nrCgLY 0
ResourceCustomizationUUID:c2867b3c-409f-4e7c-959f-a7d95a50debc
ResourceInvariantUUID:69fd6b20-378b-4dfb-8f54-f18533596544
ResourceName:basic_onboard_nrCgLY
ResourceType:VF
ResourceUUID:8c17444b-32b3-45bf-9c19-79f229f5d65a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nrcgly0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json
ArtifactUUID:e2545285-6c4d-41ea-b1d8-cc9bc2be07c9
ArtifactChecksum:MjUwYWFhNzAwZjE3YmJhMjZhNjkwYmE0NjdiNmNkMzU=
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/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml
ArtifactUUID:1ceda031-50be-4f06-bb23-d4ab243066c8
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/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env
ArtifactUUID:8797632a-6ffb-4cea-b78f-73b9488e5e6b
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/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env
ArtifactUUID:8797632a-6ffb-4cea-b78f-73b9488e5e6b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-11T06:54:52.743Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ffb7afab-57db-4883-99be-13f30199520e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T06:54:52.853Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T06:54:52.856Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-11T06:54:52.858Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-11T06:54:52.859Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a9679c02-75b6-4748-af8e-a1591839f2b0 from URL: /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:52.859Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-11T06:54:52.862Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:53.307Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-11T06:54:53.324Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar a9679c02-75b6-4748-af8e-a1591839f2b0 71577
2022-04-11T06:54:53.327Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar ASDC sendASDCNotification
2022-04-11T06:54:53.327Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:53.329Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T06:54:53.330Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:54:53.332Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:54:53.333Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660093325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T06:54:53.433Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T06:54:53.434Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:54:53.434Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:54:53.446Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:54:53.447Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:54:54.333Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T06:54:54.335Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-11T06:54:54.336Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: a9679c02-75b6-4748-af8e-a1591839f2b0, URL: /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar to file: /app/ASDC/1/service-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:54.337Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:54.459Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:54.459Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:55.301Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16309327602393117270/Definitions/service-BasicOnboardNrcgly-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-04-11T06:54:57.903Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-11T06:54:57.911Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-11T06:54:57.911Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:57.911Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-11T06:54:57.911Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nrCgLY 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-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:57.912Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:57.912Z|8306db9e-e1e3-4886-8188-537dbf807db1|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-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:57.912Z|8306db9e-e1e3-4886-8188-537dbf807db1|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-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:57.912Z|8306db9e-e1e3-4886-8188-537dbf807db1|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-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:57.912Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:57.912Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:57.912Z|8306db9e-e1e3-4886-8188-537dbf807db1|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-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:57.912Z|8306db9e-e1e3-4886-8188-537dbf807db1|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-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:57.912Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-11T06:54:57.920Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:54:57.923Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:54:57.930Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_nrCgLY 0 is matching search criteria
2022-04-11T06:54:57.931Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-11T06:54:57.933Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_nrCgLY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T06:54:57.935Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:54:57.936Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:54:57.936Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_nrCgLY 0 is matching search criteria
2022-04-11T06:54:57.936Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-11T06:54:57.937Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_nrCgLY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T06:54:57.937Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:54:57.939Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:54:57.943Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:54:57.944Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_nrCgLY 0 is not matching search criteria
2022-04-11T06:54:57.944Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-11T06:54:57.945Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-11T06:54:57.945Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-11T06:54:57.945Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-11T06:54:57.945Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-11T06:54:57.946Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:54:57.946Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T06:54:57.948Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:54:57.948Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_nrCgLY 0 is matching search criteria
2022-04-11T06:54:57.949Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_nrCgLY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T06:54:57.949Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:54:57.949Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_nrCgLY 0 is matching search criteria
2022-04-11T06:54:57.950Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_nrCgLY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T06:54:57.950Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:54:57.950Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_nrCgLY 0 is matching search criteria
2022-04-11T06:54:57.951Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_nrCgLY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T06:54:57.951Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:54:57.951Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_nrCgLY 0 is not matching search criteria
2022-04-11T06:54:57.957Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-11T06:54:57.957Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-11T06:54:57.958Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d4e25639-fb7d-4e3e-abf8-f8b01b6aeb75
2022-04-11T06:54:57.958Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:54:57.958Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:54:57.959Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:54:57.959Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:54:57.959Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:54:57.959Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:54:57.960Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:54:57.960Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:54:57.960Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_nrCgLY
Description:service
Model UUID:ffb7afab-57db-4883-99be-13f30199520e
Model Version:NULL
Model InvariantUuid:4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_nrCgLY
Model UUID:db920f76-a584-4de6-aa90-484443232e9a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:69fd6b20-378b-4dfb-8f54-f18533596544
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c2867b3c-409f-4e7c-959f-a7d95a50debc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:787ffcd0-a598-4a56-8be7-c7e887b6b789
ModelName:BasicOnboardNrcgly..base_ubuntu18..module-0
ModelUuid:35f4106c-ade9-4955-b7cf-c100da35f502
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d4e25639-fb7d-4e3e-abf8-f8b01b6aeb75
ModelInvariantUuid:03c7b0f2-c987-4bdc-9078-aeccb782dba5
ModelName:basic_onboard_nrCgLY-nodes.ubuntu18Cvfc
ModelUuid:e76736de-aa8a-40a2-a306-66cbec571a58
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:21d20a31-ca48-4d54-9669-30620a27a647
ModelInvariantUuid:0a2afedf-2f98-4a7d-a6bf-269e6930a328
ModelName:BasicOnboardNrcgly.compute.nodes.heat.ubuntu18
ModelUuid:32ca0a73-94ac-4b61-94b6-2d7c33ddf6db
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T06:54:57.974Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 8c17444b-32b3-45bf-9c19-79f229f5d65a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T06:54:58.110Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||basic_onboard_nrCgLY 0
2022-04-11T06:54:58.123Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8c17444b-32b3-45bf-9c19-79f229f5d65a
2022-04-11T06:54:58.123Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e2545285-6c4d-41ea-b1d8-cc9bc2be07c9 from URL: /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json
2022-04-11T06:54:58.123Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-11T06:54:58.124Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json
2022-04-11T06:54:58.295Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-11T06:54:58.295Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json e2545285-6c4d-41ea-b1d8-cc9bc2be07c9 798
2022-04-11T06:54:58.296Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json ASDC sendASDCNotification
2022-04-11T06:54:58.296Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json
2022-04-11T06:54:58.296Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T06:54:58.296Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:54:58.299Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:54:58.299Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660098296,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T06:54:58.401Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:54:58.402Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:54:58.402Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:54:58.429Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:54:58.430Z||pool-11-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":2,"count":1}
2022-04-11T06:54:59.300Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNrcgly..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "787ffcd0-a598-4a56-8be7-c7e887b6b789",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "35f4106c-ade9-4955-b7cf-c100da35f502",
    "vfModuleModelCustomizationUUID": "4cf30a9b-135a-4d31-bf19-dba65661761c",
    "isBase": true,
    "artifacts": [
      "1ceda031-50be-4f06-bb23-d4ab243066c8",
      "8797632a-6ffb-4cea-b78f-73b9488e5e6b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T06:54:59.320Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNrcgly..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:35f4106c-ade9-4955-b7cf-c100da35f502
VfModuleModelInvariantUUID:787ffcd0-a598-4a56-8be7-c7e887b6b789
VfModuleModelDescription:NULL
Artifacts UUID List:{
1ceda031-50be-4f06-bb23-d4ab243066c8
,
8797632a-6ffb-4cea-b78f-73b9488e5e6b

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

isBase:true


}

2022-04-11T06:54:59.326Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNrcgly..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "787ffcd0-a598-4a56-8be7-c7e887b6b789",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "35f4106c-ade9-4955-b7cf-c100da35f502",
    "vfModuleModelCustomizationUUID": "4cf30a9b-135a-4d31-bf19-dba65661761c",
    "isBase": true,
    "artifacts": [
      "1ceda031-50be-4f06-bb23-d4ab243066c8",
      "8797632a-6ffb-4cea-b78f-73b9488e5e6b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T06:54:59.326Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNrcgly..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:35f4106c-ade9-4955-b7cf-c100da35f502
VfModuleModelInvariantUUID:787ffcd0-a598-4a56-8be7-c7e887b6b789
VfModuleModelDescription:NULL
Artifacts UUID List:{
1ceda031-50be-4f06-bb23-d4ab243066c8
,
8797632a-6ffb-4cea-b78f-73b9488e5e6b

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

isBase:true


}

2022-04-11T06:54:59.326Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1ceda031-50be-4f06-bb23-d4ab243066c8 from URL: /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml
2022-04-11T06:54:59.327Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-11T06:54:59.327Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml
2022-04-11T06:54:59.497Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-11T06:54:59.498Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml 1ceda031-50be-4f06-bb23-d4ab243066c8 5033
2022-04-11T06:54:59.498Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-11T06:54:59.498Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml
2022-04-11T06:54:59.498Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T06:54:59.498Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:54:59.501Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:54:59.501Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660099498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T06:54:59.604Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-11T06:54:59.605Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:54:59.605Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:54:59.624Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:54:59.626Z||pool-12-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-04-11T06:55:00.502Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8797632a-6ffb-4cea-b78f-73b9488e5e6b from URL: /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env
2022-04-11T06:55:00.502Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-11T06:55:00.503Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env
2022-04-11T06:55:00.901Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-11T06:55:00.901Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env 8797632a-6ffb-4cea-b78f-73b9488e5e6b 909
2022-04-11T06:55:00.902Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-11T06:55:00.902Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env
2022-04-11T06:55:00.902Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T06:55:00.902Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:55:00.905Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:55:00.905Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660100902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T06:55:01.005Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:55:01.006Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:55:01.007Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:55:01.020Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:55:01.021Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-11T06:55:01.906Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: ffb7afab-57db-4883-99be-13f30199520e
2022-04-11T06:55:01.907Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nrCgLY 0 8c17444b-32b3-45bf-9c19-79f229f5d65a ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T06:55:01.952Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@191e0773, org.onap.sdc.toscaparser.api.parameters.Input@5848fcfc, org.onap.sdc.toscaparser.api.parameters.Input@43028d03, org.onap.sdc.toscaparser.api.parameters.Input@7eff4be1, org.onap.sdc.toscaparser.api.parameters.Input@1733fed2]
2022-04-11T06:55:01.959Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:55:01.959Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:55:01.960Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-04-11T06:55:01.960Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= c2867b3c-409f-4e7c-959f-a7d95a50debc
2022-04-11T06:55:01.960Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c2867b3c-409f-4e7c-959f-a7d95a50debc matches Tosca VF Customization UUID: c2867b3c-409f-4e7c-959f-a7d95a50debc
2022-04-11T06:55:01.960Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: c2867b3c-409f-4e7c-959f-a7d95a50debc  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-11T06:55:01.973Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:55:01.974Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:55:01.976Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id c2867b3c-409f-4e7c-959f-a7d95a50debc: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-04-11T06:55:01.976Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@295e7b46
2022-04-11T06:55:01.976Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:55:01.976Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T06:55:01.977Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4cf30a9b-135a-4d31-bf19-dba65661761c
2022-04-11T06:55:01.978Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4cf30a9b-135a-4d31-bf19-dba65661761c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-11T06:55:01.996Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:55:01.997Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_nrCgLY 0 is matching search criteria
2022-04-11T06:55:01.997Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_nrCgLY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T06:55:01.998Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:55:01.998Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_nrCgLY 0 is matching search criteria
2022-04-11T06:55:01.998Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_nrCgLY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T06:55:01.999Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:55:01.999Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_nrCgLY 0 is not matching search criteria
2022-04-11T06:55:01.999Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-11T06:55:01.999Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-11T06:55:02.000Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d4e25639-fb7d-4e3e-abf8-f8b01b6aeb75
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T06:55:02.011Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:55:02.014Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_nrCgLY 0 is matching search criteria
2022-04-11T06:55:02.014Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_nrCgLY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T06:55:02.015Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:55:02.015Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_nrCgLY 0 is matching search criteria
2022-04-11T06:55:02.015Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_nrCgLY 0] matching following query criteria: sdcType=VF, customizationUUID=c2867b3c-409f-4e7c-959f-a7d95a50debc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T06:55:02.018Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:55:02.018Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:55:02.019Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid ffb7afab-57db-4883-99be-13f30199520e: basic_onboard_nrCgLY
2022-04-11T06:55:02.019Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:55:02.019Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:55:02.020Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:55:02.020Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:55:02.021Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:55:02.021Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:55:02.021Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:55:02.021Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:55:02.022Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:55:02.022Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:55:02.022Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_nrCgLY 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T06:55:02.255Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nrCgLY 8c17444b-32b3-45bf-9c19-79f229f5d65a 1 ASDC deployResourceStructure
2022-04-11T06:55:02.256Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json ASDC sendASDCNotification
2022-04-11T06:55:02.256Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json
2022-04-11T06:55:02.256Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T06:55:02.257Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:55:02.260Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:55:02.260Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660102255,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T06:55:02.361Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-11T06:55:02.363Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:55:02.364Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:55:02.379Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:55:02.380Z||pool-14-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:55:03.262Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-11T06:55:03.262Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml
2022-04-11T06:55:03.262Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T06:55:03.263Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:55:03.267Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:55:03.267Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660103261,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T06:55:03.367Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T06:55:03.368Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:55:03.368Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:55:03.399Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:55:03.400Z||pool-15-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-04-11T06:55:04.268Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-11T06:55:04.269Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env
2022-04-11T06:55:04.269Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T06:55:04.269Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:55:04.272Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:55:04.272Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660104268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-11T06:55:04.372Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:55:04.373Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:55:04.374Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:55:04.406Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:55:04.407Z||pool-16-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:55:05.273Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar ASDC sendASDCNotification
2022-04-11T06:55:05.274Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar
2022-04-11T06:55:05.274Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T06:55:05.275Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:55:05.277Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:55:05.277Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660105273,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T06:55:05.379Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-11T06:55:05.381Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:55:05.381Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:55:05.416Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:55:05.417Z||pool-17-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:55:06.279Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8306db9e-e1e3-4886-8188-537dbf807db1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T06:55:06.299Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8306db9e-e1e3-4886-8188-537dbf807db1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T06:55:06.306Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T06:55:06.306Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T06:55:06.306Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T06:55:06.306Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T06:55:06.307Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-11T06:55:06.307Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T06:55:06.314Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T06:55:36.314Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8306db9e-e1e3-4886-8188-537dbf807db1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T06:55:36.326Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8306db9e-e1e3-4886-8188-537dbf807db1 and serviceModelVersionId: ffb7afab-57db-4883-99be-13f30199520e
2022-04-11T06:55:36.327Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e
2022-04-11T06:55:44.824Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:55:44.825Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:55:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:55:44.948Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:55:44.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:55:44.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660084821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:55:44.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:55:53.687Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0
2022-04-11T06:55:53.850Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-04-11T06:55:54.488Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|INFO|500||Invoke
2022-04-11T06:55:54.500Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8306db9e-e1e3-4886-8188-537dbf807db1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2b929965-1b4c-4866-be55-e3508bee7526], X-ECOMP-RequestID=[8306db9e-e1e3-4886-8188-537dbf807db1], X-TransactionId=[], X-ONAP-RequestID=[8306db9e-e1e3-4886-8188-537dbf807db1], Content-Type=[application/merge-patch+json]}
2022-04-11T06:55:56.055Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|INFO|500||Invoke
2022-04-11T06:55:56.056Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8306db9e-e1e3-4886-8188-537dbf807db1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0d8eb5bc-29df-4664-984e-78685d59299f], X-ECOMP-RequestID=[8306db9e-e1e3-4886-8188-537dbf807db1], X-TransactionId=[], X-ONAP-RequestID=[8306db9e-e1e3-4886-8188-537dbf807db1], Content-Type=[application/merge-patch+json]}
2022-04-11T06:55:57.583Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|INFO|500||Invoke
2022-04-11T06:55:57.584Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8306db9e-e1e3-4886-8188-537dbf807db1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[580d1c2c-e165-421c-8372-bcf3a4a2b468], X-ECOMP-RequestID=[8306db9e-e1e3-4886-8188-537dbf807db1], X-TransactionId=[], X-ONAP-RequestID=[8306db9e-e1e3-4886-8188-537dbf807db1], Content-Type=[application/merge-patch+json]}
2022-04-11T06:55:58.615Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T06:55:58.617Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-11T06:55:58.617Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T06:55:58.618Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T06:55:58.625Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-11T06:55:58.626Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8306db9e-e1e3-4886-8188-537dbf807db1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T06:55:58.628Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-11T06:55:58.628Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T06:55:58.630Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:55:58.630Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|DEBUG|500||try to send status {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660158626,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T06:55:58.730Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:55:58.732Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:55:58.733Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:55:58.750Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:55:58.751Z||pool-18-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-04-11T06:55:59.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:55:59.645Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:55:59.645Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:56:03.469Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:56:03.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-11T06:56:03.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"c448acf1-2438-4b8f-baf5-e85b251a717c","serviceName":"vFW 2022-04-11 06-53-41","serviceVersion":"1.0","serviceUUID":"ab9101a5-0d16-45c6-b153-d5d8e39cd405","serviceDescription":"catalog service description","serviceInvariantUUID":"4a1194d0-2722-4809-974a-7be637b74df7","resources":[{"resourceInstanceName":"vFW 6b403271-f3e0 0","resourceName":"vFW 6b403271-f3e0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4116032e-3380-4d1f-8eec-65f2758f7c48","resourceInvariantUUID":"9c30887f-799e-4226-b77e-adb37f88a853","resourceCustomizationUUID":"1701a91d-f39e-4097-9c60-0327e99f9ee9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vf-license-model.xml","artifactChecksum":"MmRkOWM3NTk1OTkxN2EwMDlkMGFjN2ZlN2RiMzdlMDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"15c9451d-ae6d-4d2b-a8d1-a8c8f6992705","artifactVersion":"1"},{"artifactName":"vfw6b403271f3e00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json","artifactChecksum":"YmY4NTM4MjczMTk2ZThhYTczYzA1MDE2ZTBhNGM5ZGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5caf9ee6-f0e4-44e7-a57f-2055eff51d92","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3d717926-048d-4f10-a409-e44c671b8bdc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vendor-license-model.xml","artifactChecksum":"ZDAzNDZiZDhlODBjYTQxNmJlZDU5NDA0NTRjNzQ2MmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f3b64a24-4b5b-4339-ac9e-9ae6de0746a9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6c73af31-9dde-46e5-911e-251bfd7b0ed7","artifactVersion":"2","generatedFromUUID":"3d717926-048d-4f10-a409-e44c671b8bdc"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220411065341-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-template.yml","artifactChecksum":"MTI1NGI5OGQ5MjdhNTZiZThhZDQxNTMxNWRmZjdjMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"50c48042-641a-4e1b-b745-59e576a79cca","artifactVersion":"1"},{"artifactName":"service-Vfw20220411065341-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar","artifactChecksum":"NjRlOGVjNTA2YWU1NmFmMzI1NDYyYTdlNTk5N2I0Njg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d9dcc320-f4b7-4659-b46e-63a6cf18020e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T06:56:03.476Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T06:56:03.476Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:56:03.479Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:56:03.479Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660159644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:56:03.579Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:56:03.580Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:56:03.581Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:56:03.599Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:56:03.600Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:56:04.480Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T06:56:04.481Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:56:04.483Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:56:04.483Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660159644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T06:56:04.583Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:56:04.585Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:56:04.585Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:56:04.595Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:56:04.595Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:56:05.484Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T06:56:05.485Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:56:05.488Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:56:05.488Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660159644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T06:56:05.589Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-11T06:56:05.590Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:56:05.590Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:56:05.604Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:56:05.605Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:56:06.489Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T06:56:06.490Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:56:06.493Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:56:06.493Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660159644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:56:06.594Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-11T06:56:06.595Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:56:06.596Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:56:06.612Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:56:06.613Z||pool-22-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:56:07.494Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T06:56:07.495Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:56:07.498Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:56:07.498Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660159644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-11T06:56:07.598Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:56:07.600Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:56:07.600Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:56:07.614Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:56:07.614Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:56:08.499Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T06:56:08.500Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:56:08.502Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:56:08.502Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660159644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:56:08.602Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:56:08.604Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:56:08.604Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:56:08.618Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:56:08.618Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:56:09.503Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T06:56:09.504Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:56:09.506Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:56:09.506Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660159644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T06:56:09.607Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:56:09.608Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:56:09.608Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:56:09.625Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:56:09.625Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:56:10.508Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "serviceName": "vFW 2022-04-11 06-53-41",
  "serviceVersion": "1.0",
  "serviceUUID": "ab9101a5-0d16-45c6-b153-d5d8e39cd405",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4a1194d0-2722-4809-974a-7be637b74df7",
  "resources": [
    {
      "resourceInstanceName": "vFW 6b403271-f3e0 0",
      "resourceCustomizationUUID": "1701a91d-f39e-4097-9c60-0327e99f9ee9",
      "resourceName": "vFW 6b403271-f3e0",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4116032e-3380-4d1f-8eec-65f2758f7c48",
      "resourceInvariantUUID": "9c30887f-799e-4226-b77e-adb37f88a853",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6b403271f3e00_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json",
          "artifactChecksum": "YmY4NTM4MjczMTk2ZThhYTczYzA1MDE2ZTBhNGM5ZGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5caf9ee6-f0e4-44e7-a57f-2055eff51d92",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3d717926-048d-4f10-a409-e44c671b8bdc",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6c73af31-9dde-46e5-911e-251bfd7b0ed7",
            "generatedFromUUID": "3d717926-048d-4f10-a409-e44c671b8bdc"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6c73af31-9dde-46e5-911e-251bfd7b0ed7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220411065341-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
      "artifactChecksum": "NjRlOGVjNTA2YWU1NmFmMzI1NDYyYTdlNTk5N2I0Njg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d9dcc320-f4b7-4659-b46e-63a6cf18020e"
    }
  ],
  "workloadContext": "Production"
}
2022-04-11T06:56:10.509Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T06:56:10.509Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ab9101a5-0d16-45c6-b153-d5d8e39cd405 ASDC
2022-04-11T06:56:10.509Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c448acf1-2438-4b8f-baf5-e85b251a717c
ServiceName:vFW 2022-04-11 06-53-41
ServiceVersion:1.0
ServiceUUID:ab9101a5-0d16-45c6-b153-d5d8e39cd405
ServiceInvariantUUID:4a1194d0-2722-4809-974a-7be637b74df7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220411065341-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar
ArtifactUUID:d9dcc320-f4b7-4659-b46e-63a6cf18020e
ArtifactChecksum:NjRlOGVjNTA2YWU1NmFmMzI1NDYyYTdlNTk5N2I0Njg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6b403271-f3e0 0
ResourceCustomizationUUID:1701a91d-f39e-4097-9c60-0327e99f9ee9
ResourceInvariantUUID:9c30887f-799e-4226-b77e-adb37f88a853
ResourceName:vFW 6b403271-f3e0
ResourceType:VF
ResourceUUID:4116032e-3380-4d1f-8eec-65f2758f7c48
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6b403271f3e00_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json
ArtifactUUID:5caf9ee6-f0e4-44e7-a57f-2055eff51d92
ArtifactChecksum:YmY4NTM4MjczMTk2ZThhYTczYzA1MDE2ZTBhNGM5ZGU=
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/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml
ArtifactUUID:3d717926-048d-4f10-a409-e44c671b8bdc
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env
ArtifactUUID:6c73af31-9dde-46e5-911e-251bfd7b0ed7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env
ArtifactUUID:6c73af31-9dde-46e5-911e-251bfd7b0ed7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-11T06:56:10.509Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ab9101a5-0d16-45c6-b153-d5d8e39cd405 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T06:56:10.544Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T06:56:10.545Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-11T06:56:10.545Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-11T06:56:10.546Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d9dcc320-f4b7-4659-b46e-63a6cf18020e from URL: /sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar
2022-04-11T06:56:10.546Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-11T06:56:10.546Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar
2022-04-11T06:56:10.866Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-11T06:56:10.875Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar d9dcc320-f4b7-4659-b46e-63a6cf18020e 98961
2022-04-11T06:56:10.875Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar ASDC sendASDCNotification
2022-04-11T06:56:10.875Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar
2022-04-11T06:56:10.876Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T06:56:10.876Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:56:10.878Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:56:10.879Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660170875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T06:56:10.979Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:56:10.980Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:56:10.980Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:56:10.997Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:56:10.998Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:56:11.879Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T06:56:11.881Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-11T06:56:11.881Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: d9dcc320-f4b7-4659-b46e-63a6cf18020e, URL: /sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar to file: /app/ASDC/1/service-Vfw20220411065341-csar.csar
2022-04-11T06:56:11.882Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220411065341-csar.csar
2022-04-11T06:56:11.883Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220411065341-csar.csar
2022-04-11T06:56:11.883Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220411065341-csar.csar
2022-04-11T06:56:12.147Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2822641066427103231/Definitions/service-Vfw20220411065341-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-04-11T06:56:14.925Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-11T06:56:14.926Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-11T06:56:14.926Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220411065341-csar.csar
2022-04-11T06:56:14.926Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-11T06:56:14.926Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220411065341-csar.csar
2022-04-11T06:56:14.926Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220411065341-csar.csar
2022-04-11T06:56:14.926Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220411065341-csar.csar
2022-04-11T06:56:14.926Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220411065341-csar.csar
2022-04-11T06:56:14.926Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220411065341-csar.csar
2022-04-11T06:56:14.926Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220411065341-csar.csar
2022-04-11T06:56:14.927Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220411065341-csar.csar
2022-04-11T06:56:14.927Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220411065341-csar.csar
2022-04-11T06:56:14.927Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220411065341-csar.csar
2022-04-11T06:56:14.927Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220411065341-csar.csar
2022-04-11T06:56:14.927Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220411065341-csar.csar
2022-04-11T06:56:14.927Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220411065341-csar.csar
2022-04-11T06:56:14.927Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6b403271-f3e0 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-Vfw20220411065341-csar.csar
2022-04-11T06:56:14.927Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-11T06:56:14.927Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:14.928Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:56:14.928Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is matching search criteria
2022-04-11T06:56:14.928Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-11T06:56:14.928Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6b403271-f3e0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T06:56:14.929Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:14.929Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:56:14.929Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is matching search criteria
2022-04-11T06:56:14.929Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-11T06:56:14.929Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6b403271-f3e0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T06:56:14.930Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:14.930Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:56:14.930Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:14.930Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is not matching search criteria
2022-04-11T06:56:14.931Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T06:56:14.931Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T06:56:14.931Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T06:56:14.931Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T06:56:14.932Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T06:56:14.932Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T06:56:14.932Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T06:56:14.932Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T06:56:14.933Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T06:56:14.933Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T06:56:14.933Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T06:56:14.933Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T06:56:14.933Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T06:56:14.934Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T06:56:14.934Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T06:56:14.934Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-11T06:56:14.934Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:14.935Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T06:56:14.935Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:14.935Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is matching search criteria
2022-04-11T06:56:14.935Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6b403271-f3e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T06:56:14.936Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:14.936Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is matching search criteria
2022-04-11T06:56:14.937Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6b403271-f3e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T06:56:14.937Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:14.937Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is matching search criteria
2022-04-11T06:56:14.937Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6b403271-f3e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T06:56:14.938Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:14.938Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is not matching search criteria
2022-04-11T06:56:14.938Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T06:56:14.938Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T06:56:14.939Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-11T06:56:14.939Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T06:56:14.939Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T06:56:14.940Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T06:56:14.940Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T06:56:14.940Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T06:56:14.940Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T06:56:14.941Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T06:56:14.941Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T06:56:14.941Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=96774529-c0fc-470a-8144-cbb90b1127ca
2022-04-11T06:56:14.941Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:14.942Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is not matching search criteria
2022-04-11T06:56:14.942Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T06:56:14.942Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T06:56:14.942Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T06:56:14.943Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T06:56:14.943Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T06:56:14.943Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T06:56:14.943Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T06:56:14.943Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-11T06:56:14.945Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T06:56:14.946Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T06:56:14.946Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T06:56:14.946Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T06:56:14.946Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6477ec52-b898-4ab0-9f92-890a4a6597eb
2022-04-11T06:56:14.947Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:14.947Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is not matching search criteria
2022-04-11T06:56:14.947Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T06:56:14.948Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T06:56:14.948Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T06:56:14.948Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T06:56:14.948Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T06:56:14.949Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T06:56:14.949Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T06:56:14.949Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T06:56:14.949Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T06:56:14.949Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T06:56:14.950Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T06:56:14.950Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-11T06:56:14.950Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f1702e5f-213a-42e8-b12d-7c0482dd4c51
2022-04-11T06:56:14.950Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:14.951Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:56:14.951Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:14.951Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:56:14.951Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:14.952Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:56:14.952Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:14.952Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:56:14.952Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-11 06-53-41
Description:catalog service description
Model UUID:ab9101a5-0d16-45c6-b153-d5d8e39cd405
Model Version:NULL
Model InvariantUuid:4a1194d0-2722-4809-974a-7be637b74df7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6b403271-f3e0
Model UUID:4a7ce4ce-8483-4539-9962-6e0725ed16b9
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9c30887f-799e-4226-b77e-adb37f88a853
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1701a91d-f39e-4097-9c60-0327e99f9ee9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2bd7a799-ea9a-467a-8ef1-887f0fd54de7
ModelName:Vfw6b403271F3e0..base_vfw..module-0
ModelUuid:b3af6cf6-5a8f-409a-b9fe-2ef676031803
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:96774529-c0fc-470a-8144-cbb90b1127ca
ModelInvariantUuid:fb395797-b08f-496d-98ac-0380e29e6f31
ModelName:vFW 6b403271-f3e0-nodes.vfwCvfc
ModelUuid:47b15935-051d-453f-ad27-07d5603bb8ab
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a1025828-5716-41a8-95d3-8b5ef19a7a62
ModelInvariantUuid:e84515d2-81ba-4c7f-91c9-c3515d45d2f4
ModelName:Vfw6b403271F3e0.compute.nodes.heat.vfw
ModelUuid:4ce86fa7-2d05-4fb6-beaf-c884ccd83938
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6477ec52-b898-4ab0-9f92-890a4a6597eb
ModelInvariantUuid:489bd1fb-e0c3-4b11-865b-0a3db3d02a23
ModelName:vFW 6b403271-f3e0-nodes.vsnCvfc
ModelUuid:6fd3fcbe-0709-4cdd-953d-838854051f43
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a9b5eec5-1b0a-42fc-8472-81c78508715f
ModelInvariantUuid:7796682d-a144-4c82-badc-642cb39f28e9
ModelName:Vfw6b403271F3e0.compute.nodes.heat.vsn
ModelUuid:e2f888a2-2c55-4ed3-9e09-3b646c36fae5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f1702e5f-213a-42e8-b12d-7c0482dd4c51
ModelInvariantUuid:e01abd0d-0095-4c84-ad8e-7083ebbf71d1
ModelName:vFW 6b403271-f3e0-nodes.vpgCvfc
ModelUuid:3aac6289-c258-427c-b244-86089cf0cadd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:d67fa848-fa27-405a-ab7f-24af022a8b2f
ModelInvariantUuid:d28a0cc0-3fad-4849-b3dd-1bb64dea1845
ModelName:Vfw6b403271F3e0.compute.nodes.heat.vpg
ModelUuid:a1642430-0534-45bd-ad54-e7ddeed78371
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T06:56:14.962Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 4116032e-3380-4d1f-8eec-65f2758f7c48
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T06:56:14.967Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||vFW 6b403271-f3e0 0
2022-04-11T06:56:14.967Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4116032e-3380-4d1f-8eec-65f2758f7c48
2022-04-11T06:56:14.968Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5caf9ee6-f0e4-44e7-a57f-2055eff51d92 from URL: /sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json
2022-04-11T06:56:14.968Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-11T06:56:14.968Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json
2022-04-11T06:56:15.476Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-11T06:56:15.477Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json 5caf9ee6-f0e4-44e7-a57f-2055eff51d92 785
2022-04-11T06:56:15.477Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json ASDC sendASDCNotification
2022-04-11T06:56:15.477Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json
2022-04-11T06:56:15.477Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T06:56:15.477Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:56:15.480Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:56:15.480Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660175477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T06:56:15.580Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:56:15.581Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:56:15.581Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:56:15.595Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:56:15.596Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:56:16.485Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6b403271F3e0..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2bd7a799-ea9a-467a-8ef1-887f0fd54de7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b3af6cf6-5a8f-409a-b9fe-2ef676031803",
    "vfModuleModelCustomizationUUID": "1d329b45-fc17-4ab7-88fb-2903fe3b80d7",
    "isBase": true,
    "artifacts": [
      "3d717926-048d-4f10-a409-e44c671b8bdc",
      "6c73af31-9dde-46e5-911e-251bfd7b0ed7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T06:56:16.491Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6b403271F3e0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b3af6cf6-5a8f-409a-b9fe-2ef676031803
VfModuleModelInvariantUUID:2bd7a799-ea9a-467a-8ef1-887f0fd54de7
VfModuleModelDescription:NULL
Artifacts UUID List:{
3d717926-048d-4f10-a409-e44c671b8bdc
,
6c73af31-9dde-46e5-911e-251bfd7b0ed7

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

isBase:true


}

2022-04-11T06:56:16.493Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6b403271F3e0..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2bd7a799-ea9a-467a-8ef1-887f0fd54de7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b3af6cf6-5a8f-409a-b9fe-2ef676031803",
    "vfModuleModelCustomizationUUID": "1d329b45-fc17-4ab7-88fb-2903fe3b80d7",
    "isBase": true,
    "artifacts": [
      "3d717926-048d-4f10-a409-e44c671b8bdc",
      "6c73af31-9dde-46e5-911e-251bfd7b0ed7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T06:56:16.493Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6b403271F3e0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b3af6cf6-5a8f-409a-b9fe-2ef676031803
VfModuleModelInvariantUUID:2bd7a799-ea9a-467a-8ef1-887f0fd54de7
VfModuleModelDescription:NULL
Artifacts UUID List:{
3d717926-048d-4f10-a409-e44c671b8bdc
,
6c73af31-9dde-46e5-911e-251bfd7b0ed7

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

isBase:true


}

2022-04-11T06:56:16.493Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3d717926-048d-4f10-a409-e44c671b8bdc from URL: /sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml
2022-04-11T06:56:16.493Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-11T06:56:16.494Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml
2022-04-11T06:56:16.741Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-11T06:56:16.742Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml 3d717926-048d-4f10-a409-e44c671b8bdc 20368
2022-04-11T06:56:16.743Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-11T06:56:16.743Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml
2022-04-11T06:56:16.743Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T06:56:16.744Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:56:16.746Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:56:16.746Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660176743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T06:56:16.846Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:56:16.848Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:56:16.848Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:56:16.865Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:56:16.866Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:56:17.747Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6c73af31-9dde-46e5-911e-251bfd7b0ed7 from URL: /sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env
2022-04-11T06:56:17.749Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-11T06:56:17.750Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env
2022-04-11T06:56:18.026Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-11T06:56:18.027Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env 6c73af31-9dde-46e5-911e-251bfd7b0ed7 2098
2022-04-11T06:56:18.027Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-11T06:56:18.028Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env
2022-04-11T06:56:18.028Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T06:56:18.028Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:56:18.031Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:56:18.031Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660178027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T06:56:18.131Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:56:18.133Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:56:18.133Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:56:18.146Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:56:18.147Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:56:19.032Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ab9101a5-0d16-45c6-b153-d5d8e39cd405
2022-04-11T06:56:19.033Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6b403271-f3e0 0 4116032e-3380-4d1f-8eec-65f2758f7c48 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T06:56:19.060Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3635f3f6, org.onap.sdc.toscaparser.api.parameters.Input@21121099, org.onap.sdc.toscaparser.api.parameters.Input@28d12d1d, org.onap.sdc.toscaparser.api.parameters.Input@24db628e, org.onap.sdc.toscaparser.api.parameters.Input@3de89fa0]
2022-04-11T06:56:19.062Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:19.062Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:56:19.063Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-04-11T06:56:19.063Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 1701a91d-f39e-4097-9c60-0327e99f9ee9
2022-04-11T06:56:19.063Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1701a91d-f39e-4097-9c60-0327e99f9ee9 matches Tosca VF Customization UUID: 1701a91d-f39e-4097-9c60-0327e99f9ee9
2022-04-11T06:56:19.063Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 1701a91d-f39e-4097-9c60-0327e99f9ee9  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-11T06:56:19.072Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:19.072Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:56:19.074Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 1701a91d-f39e-4097-9c60-0327e99f9ee9: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-11T06:56:19.074Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@52e7633b
2022-04-11T06:56:19.074Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:19.075Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T06:56:19.075Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1d329b45-fc17-4ab7-88fb-2903fe3b80d7
2022-04-11T06:56:19.076Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1d329b45-fc17-4ab7-88fb-2903fe3b80d7
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-11T06:56:19.082Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:19.083Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is matching search criteria
2022-04-11T06:56:19.083Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6b403271-f3e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T06:56:19.083Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:19.083Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is matching search criteria
2022-04-11T06:56:19.084Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6b403271-f3e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T06:56:19.084Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:19.084Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is not matching search criteria
2022-04-11T06:56:19.084Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T06:56:19.085Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T06:56:19.085Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-11T06:56:19.085Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T06:56:19.085Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T06:56:19.085Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T06:56:19.085Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T06:56:19.086Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T06:56:19.086Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T06:56:19.086Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T06:56:19.086Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T06:56:19.086Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=96774529-c0fc-470a-8144-cbb90b1127ca
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T06:56:19.090Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:19.090Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is matching search criteria
2022-04-11T06:56:19.090Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6b403271-f3e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T06:56:19.090Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:19.090Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is not matching search criteria
2022-04-11T06:56:19.091Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T06:56:19.091Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T06:56:19.091Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T06:56:19.091Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T06:56:19.091Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T06:56:19.091Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T06:56:19.092Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T06:56:19.092Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-11T06:56:19.092Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T06:56:19.092Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T06:56:19.092Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T06:56:19.093Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T06:56:19.093Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6477ec52-b898-4ab0-9f92-890a4a6597eb
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T06:56:19.095Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:19.095Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is matching search criteria
2022-04-11T06:56:19.095Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6b403271-f3e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T06:56:19.099Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:19.099Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is not matching search criteria
2022-04-11T06:56:19.099Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T06:56:19.100Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T06:56:19.100Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T06:56:19.100Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T06:56:19.100Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T06:56:19.100Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T06:56:19.100Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T06:56:19.101Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T06:56:19.101Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T06:56:19.101Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T06:56:19.101Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T06:56:19.101Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-11T06:56:19.101Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f1702e5f-213a-42e8-b12d-7c0482dd4c51
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T06:56:19.105Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:19.105Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is matching search criteria
2022-04-11T06:56:19.105Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6b403271-f3e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T06:56:19.106Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:19.106Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is matching search criteria
2022-04-11T06:56:19.107Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6b403271-f3e0 0] matching following query criteria: sdcType=VF, customizationUUID=1701a91d-f39e-4097-9c60-0327e99f9ee9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T06:56:19.109Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:19.109Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:56:19.110Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ab9101a5-0d16-45c6-b153-d5d8e39cd405: vFW 6b403271-f3e0
2022-04-11T06:56:19.110Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:19.110Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:56:19.110Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:19.110Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:56:19.111Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:19.111Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:56:19.111Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:19.112Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:56:19.112Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T06:56:19.112Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:56:19.112Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-04-11 06-53-41 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T06:56:19.379Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6b403271-f3e0 4116032e-3380-4d1f-8eec-65f2758f7c48 1 ASDC deployResourceStructure
2022-04-11T06:56:19.380Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json ASDC sendASDCNotification
2022-04-11T06:56:19.380Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json
2022-04-11T06:56:19.380Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T06:56:19.380Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:56:19.383Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:56:19.383Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660179380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T06:56:19.484Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:56:19.485Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:56:19.485Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:56:19.499Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:56:19.500Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:56:20.384Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-11T06:56:20.385Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml
2022-04-11T06:56:20.385Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T06:56:20.386Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:56:20.388Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:56:20.388Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660180384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T06:56:20.488Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:56:20.491Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:56:20.492Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:56:20.509Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:56:20.510Z||pool-31-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-11T06:56:21.389Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-11T06:56:21.390Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env
2022-04-11T06:56:21.390Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T06:56:21.390Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:56:21.392Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:56:21.392Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660181389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-11T06:56:21.496Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-11T06:56:21.497Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:56:21.498Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:56:21.508Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:56:21.509Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:56:22.394Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar ASDC sendASDCNotification
2022-04-11T06:56:22.394Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar
2022-04-11T06:56:22.394Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T06:56:22.395Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:56:22.398Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:56:22.398Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660182394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T06:56:22.500Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-11T06:56:22.501Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:56:22.502Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:56:22.515Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:56:22.516Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:56:23.399Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c448acf1-2438-4b8f-baf5-e85b251a717c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T06:56:23.409Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c448acf1-2438-4b8f-baf5-e85b251a717c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T06:56:23.411Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T06:56:23.411Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T06:56:23.412Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T06:56:44.824Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:56:44.825Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:56:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:56:44.844Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:56:44.845Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:56:44.845Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660084821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T06:56:44.846Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:56:44.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:56:44.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660084821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-11T06:56:44.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:56:44.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:56:44.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660084821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:56:44.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:56:44.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:56:44.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660084821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-11T06:56:44.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:56:44.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:56:44.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660084821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:56:44.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:56:44.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:56:44.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660084821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T06:56:44.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:56:44.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:56:44.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660093325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T06:56:44.848Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:56:44.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:56:44.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660098296,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T06:56:44.849Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:56:44.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:56:44.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660099498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T06:56:44.849Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:56:44.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:56:44.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660100902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T06:56:44.849Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:56:44.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:56:44.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660102255,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T06:56:44.850Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:56:44.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:56:44.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660103261,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T06:56:44.850Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:56:44.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:56:44.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660104268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-11T06:56:44.850Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:56:44.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:56:44.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660105273,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T06:56:44.851Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:56:53.412Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c448acf1-2438-4b8f-baf5-e85b251a717c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T06:56:53.426Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c448acf1-2438-4b8f-baf5-e85b251a717c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T06:56:53.429Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T06:56:53.429Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T06:56:53.429Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T06:57:23.429Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c448acf1-2438-4b8f-baf5-e85b251a717c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T06:57:23.441Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c448acf1-2438-4b8f-baf5-e85b251a717c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T06:57:23.443Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T06:57:23.443Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T06:57:23.443Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T06:57:44.824Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:57:44.825Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:57:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:57:45.354Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:57:45.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660158626,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T06:57:45.365Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660159644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660154717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "policy-id",
  "timestamp": 1649660163889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660159644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T06:57:45.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660154717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "policy-id",
  "timestamp": 1649660163889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660159644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T06:57:45.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660154717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "policy-id",
  "timestamp": 1649660163889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T06:57:45.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649660165101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660159644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660154717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "cds",
  "timestamp": 1649660167157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "policy-id",
  "timestamp": 1649660163889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649660165101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660159644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-11T06:57:45.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660154717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "cds",
  "timestamp": 1649660167157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.375Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "policy-id",
  "timestamp": 1649660163889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.376Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649660165101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.376Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660159644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660154717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "cds",
  "timestamp": 1649660167157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.378Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "policy-id",
  "timestamp": 1649660163889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.378Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.379Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.379Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649660165101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.379Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.379Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.380Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660159644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T06:57:45.380Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.380Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.380Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660154717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T06:57:45.380Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.381Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.381Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "cds",
  "timestamp": 1649660167157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.381Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.381Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.381Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "policy-id",
  "timestamp": 1649660163889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T06:57:45.381Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.382Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.382Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649660165101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.382Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.382Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.382Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660169961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.382Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "cds",
  "timestamp": 1649660167157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.383Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660171854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T06:57:45.384Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649660165101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.384Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660170875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T06:57:45.385Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "policy-id",
  "timestamp": 1649660171775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T06:57:45.385Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660169961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T06:57:45.386Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "cds",
  "timestamp": 1649660167157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649660165101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "policy-id",
  "timestamp": 1649660172780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T06:57:45.393Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "clamp",
  "timestamp": 1649660172518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660169961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T06:57:45.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "cds",
  "timestamp": 1649660167157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T06:57:45.397Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "policy-id",
  "timestamp": 1649660173784,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T06:57:45.408Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c448acf1-2438-4b8f-baf5-e85b251a717c
2022-04-11T06:57:45.408Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c448acf1-2438-4b8f-baf5-e85b251a717c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T06:57:45.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "clamp",
  "timestamp": 1649660172518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T06:57:45.419Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.419Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.419Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660169961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.419Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.419Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.420Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "cds",
  "timestamp": 1649660175131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T06:57:45.420Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.420Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "clamp",
  "timestamp": 1649660172518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.420Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.421Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660169961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-11T06:57:45.421Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.421Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "cds",
  "timestamp": 1649660176149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T06:57:45.430Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c448acf1-2438-4b8f-baf5-e85b251a717c
2022-04-11T06:57:45.431Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c448acf1-2438-4b8f-baf5-e85b251a717c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T06:57:45.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660176196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T06:57:45.440Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "clamp",
  "timestamp": 1649660172518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660175477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T06:57:45.441Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660169961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.442Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660177202,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T06:57:45.448Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c448acf1-2438-4b8f-baf5-e85b251a717c
2022-04-11T06:57:45.448Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c448acf1-2438-4b8f-baf5-e85b251a717c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T06:57:45.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "clamp",
  "timestamp": 1649660172518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.463Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660169961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T06:57:45.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660176743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T06:57:45.464Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "clamp",
  "timestamp": 1649660172518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660177938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T06:57:45.465Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660178027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T06:57:45.468Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "clamp",
  "timestamp": 1649660172518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T06:57:45.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "aai-ml",
  "timestamp": 1649660178233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660179163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T06:57:45.470Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660179380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T06:57:45.471Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "aai-ml",
  "timestamp": 1649660178233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.471Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660180349,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T06:57:45.472Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660180384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T06:57:45.472Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "aai-ml",
  "timestamp": 1649660178233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.473Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660181378,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T06:57:45.479Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c448acf1-2438-4b8f-baf5-e85b251a717c
2022-04-11T06:57:45.479Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c448acf1-2438-4b8f-baf5-e85b251a717c 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-04-11T06:57:45.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660181389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-11T06:57:45.485Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "aai-ml",
  "timestamp": 1649660178233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.485Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660182395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T06:57:45.486Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660182394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T06:57:45.486Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "aai-ml",
  "timestamp": 1649660178233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "aai-ml",
  "timestamp": 1649660178233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "aai-ml",
  "timestamp": 1649660178233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T06:57:45.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T06:57:45.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "aai-ml",
  "timestamp": 1649660186170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T06:57:45.488Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "clamp",
  "timestamp": 1649660193916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T06:57:45.488Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "clamp",
  "timestamp": 1649660195924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T06:57:45.488Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "clamp",
  "timestamp": 1649660196928,
  "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-04-11T06:57:45.493Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c448acf1-2438-4b8f-baf5-e85b251a717c
2022-04-11T06:57:45.493Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c448acf1-2438-4b8f-baf5-e85b251a717c 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-04-11T06:57:45.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "aai-ml",
  "timestamp": 1649660198051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-11T06:57:45.503Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "aai-ml",
  "timestamp": 1649660199056,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T06:57:45.509Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of c448acf1-2438-4b8f-baf5-e85b251a717c
2022-04-11T06:57:45.510Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c448acf1-2438-4b8f-baf5-e85b251a717c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T06:57:53.443Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c448acf1-2438-4b8f-baf5-e85b251a717c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T06:57:53.456Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c448acf1-2438-4b8f-baf5-e85b251a717c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T06:57:53.460Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T06:57:53.460Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T06:57:53.461Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T06:57:53.461Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T06:57:53.461Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-11T06:57:53.461Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T06:57:53.467Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T06:58:23.468Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c448acf1-2438-4b8f-baf5-e85b251a717c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T06:58:23.475Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c448acf1-2438-4b8f-baf5-e85b251a717c and serviceModelVersionId: ab9101a5-0d16-45c6-b153-d5d8e39cd405
2022-04-11T06:58:23.475Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a1194d0-2722-4809-974a-7be637b74df7
2022-04-11T06:58:23.476Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0
2022-04-11T06:58:23.481Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-11T06:58:23.543Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|INFO|500||Invoke
2022-04-11T06:58:23.544Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c448acf1-2438-4b8f-baf5-e85b251a717c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fcce4a3d-5c7c-4256-92c8-74cb4ffbdbf7], X-ECOMP-RequestID=[c448acf1-2438-4b8f-baf5-e85b251a717c], X-TransactionId=[], X-ONAP-RequestID=[c448acf1-2438-4b8f-baf5-e85b251a717c], Content-Type=[application/merge-patch+json]}
2022-04-11T06:58:25.070Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|INFO|500||Invoke
2022-04-11T06:58:25.071Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c448acf1-2438-4b8f-baf5-e85b251a717c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ebab854b-ebf6-47c7-a1c5-bf8e94e7fe4e], X-ECOMP-RequestID=[c448acf1-2438-4b8f-baf5-e85b251a717c], X-TransactionId=[], X-ONAP-RequestID=[c448acf1-2438-4b8f-baf5-e85b251a717c], Content-Type=[application/merge-patch+json]}
2022-04-11T06:58:26.609Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|INFO|500||Invoke
2022-04-11T06:58:26.610Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c448acf1-2438-4b8f-baf5-e85b251a717c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[030a9f62-c836-4bfe-8dc3-5e1888e30988], X-ECOMP-RequestID=[c448acf1-2438-4b8f-baf5-e85b251a717c], X-TransactionId=[], X-ONAP-RequestID=[c448acf1-2438-4b8f-baf5-e85b251a717c], Content-Type=[application/merge-patch+json]}
2022-04-11T06:58:27.644Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T06:58:27.645Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-11T06:58:27.646Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T06:58:27.646Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T06:58:27.651Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-11T06:58:27.652Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c448acf1-2438-4b8f-baf5-e85b251a717c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T06:58:27.652Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-11T06:58:27.652Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T06:58:27.654Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:58:27.654Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|DEBUG|500||try to send status {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660307652,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T06:58:27.754Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:58:27.756Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:58:27.756Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:58:27.771Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:58:27.772Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T06:58:28.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:58:28.668Z||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-04-11T06:58:28.668Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:58:38.892Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:58:38.893Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:58:38.894Z||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-04-11T06:58:38.894Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:58:44.824Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:58:44.825Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:58:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:58:45.444Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:58:45.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:58:45.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660307652,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T06:58:45.446Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:58:48.437Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:58:48.437Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:58:48.438Z||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-04-11T06:58:48.438Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:58:57.981Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:59:44.821Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:59:44.822Z||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-04-11T06:59:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:59:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:59:44.824Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:59:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:59:54.374Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T06:59:54.376Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:00:44.821Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:00:44.822Z||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-04-11T07:00:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:00:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:00:44.824Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:00:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:00:54.375Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:00:54.375Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:01:44.821Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:01:44.822Z||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-04-11T07:01:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:01:44.824Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:01:44.825Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:01:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:01:54.369Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:01:54.371Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:02:44.821Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:02:44.823Z||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-04-11T07:02:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:02:44.824Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:02:44.824Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:02:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:02:54.368Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:02:54.368Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:03:44.821Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:03:44.824Z||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-04-11T07:03:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:03:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:03:44.824Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:03:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:03:54.379Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:03:54.379Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:04:44.821Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:04:44.822Z||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-04-11T07:04:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:04:44.824Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:04:44.824Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:04:44.825Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:04:54.370Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:04:54.376Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:05:44.821Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:05:44.822Z||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-04-11T07:05:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:05:44.824Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:05:44.824Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:05:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:05:45.456Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:05:45.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"15b7202a-0e34-4b8d-8fe6-cc4713b96b9f","serviceName":"vFW 2022-04-11 07-03-06","serviceVersion":"1.0","serviceUUID":"1ef73fc6-8fce-4b66-8e56-dac54e285b98","serviceDescription":"catalog service description","serviceInvariantUUID":"5bbc7904-3999-4b27-8532-e9343b50500d","resources":[{"resourceInstanceName":"vFW 4a7e8836-60e5 0","resourceName":"vFW 4a7e8836-60e5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"32280332-6324-49ce-867b-0cd388e85540","resourceInvariantUUID":"88e7a839-bf6c-4f6b-b334-7cc8719d1376","resourceCustomizationUUID":"7aa47055-39e5-4b08-9aac-cb7cdffebd94","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vf-license-model.xml","artifactChecksum":"YmVhYWVkYzk3MTAwNmI1ZGQ0NTYwZDc2Y2RjYTlkMDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03e27882-a759-445d-983b-cd7c6be1fee3","artifactVersion":"1"},{"artifactName":"vfw4a7e883660e50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json","artifactChecksum":"MzkyMzNkMjIzZTk1MThhMTk3MjI0NmUzMGYwMTRmZWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9c3b5984-65df-43a8-8a69-31f4ab6d8f77","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc2634ce-7576-4219-be76-67c8345af472","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vendor-license-model.xml","artifactChecksum":"MjllZmZlZTg4ZDg2MTllMjA4OTZiZDJlN2EwZjAyMmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"17e4c426-8ae3-490d-bb74-a9b00b651f68","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"91405513-1336-43d7-bf82-446623398d3b","artifactVersion":"2","generatedFromUUID":"cc2634ce-7576-4219-be76-67c8345af472"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220411070306-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-template.yml","artifactChecksum":"YWFlYTRjMzBjNDA3NjRhMjVkZDQ4Mjg3N2NkMTc5YzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"edbc09e0-633c-49ee-aab1-19b47c071b75","artifactVersion":"1"},{"artifactName":"service-Vfw20220411070306-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar","artifactChecksum":"NjJhMmQ1NmQzZTcxZWRmNmRiZWUwYjlhMzg0MzFkNzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1c08274b-46b6-4cf6-ae96-5745104a6508","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T07:05:45.464Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:05:45.465Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:05:45.466Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:05:45.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660709961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.468Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649660705100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.469Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "cds",
  "timestamp": 1649660707157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "policy-id",
  "timestamp": 1649660703889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "clamp",
  "timestamp": 1649660712519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "cds",
  "timestamp": 1649660707157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660709961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:05:45.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.471Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:05:45.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.472Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660744821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649660705100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "policy-id",
  "timestamp": 1649660703889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "clamp",
  "timestamp": 1649660712519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:05:45.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649660705100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660709961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:05:45.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "cds",
  "timestamp": 1649660707157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "policy-id",
  "timestamp": 1649660703889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:05:45.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "clamp",
  "timestamp": 1649660712519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649660705100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "cds",
  "timestamp": 1649660707157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660709961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.481Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "policy-id",
  "timestamp": 1649660703889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.482Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "clamp",
  "timestamp": 1649660712519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.483Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649660705100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.484Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "cds",
  "timestamp": 1649660707157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660709961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-11T07:05:45.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "policy-id",
  "timestamp": 1649660703889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "clamp",
  "timestamp": 1649660712519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649660705100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "cds",
  "timestamp": 1649660707157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660709961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "policy-id",
  "timestamp": 1649660703889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "clamp",
  "timestamp": 1649660712519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649660705100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "cds",
  "timestamp": 1649660707157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:05:45.492Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660709961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:05:45.494Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "policy-id",
  "timestamp": 1649660703889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:05:45.494Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "clamp",
  "timestamp": 1649660712519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:05:45.495Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660718770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:05:45.496Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:05:45.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "cds",
  "timestamp": 1649660720011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:05:45.497Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:05:45.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "policy-id",
  "timestamp": 1649660719649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:05:45.498Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:05:45.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "aai-ml",
  "timestamp": 1649660718233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.498Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "cds",
  "timestamp": 1649660721024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:05:45.522Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 15b7202a-0e34-4b8d-8fe6-cc4713b96b9f
2022-04-11T07:05:45.523Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15b7202a-0e34-4b8d-8fe6-cc4713b96b9f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:05:45.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "policy-id",
  "timestamp": 1649660720654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:05:45.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:05:45.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660719968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:05:45.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:05:45.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "aai-ml",
  "timestamp": 1649660718233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "policy-id",
  "timestamp": 1649660721657,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:05:45.550Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15b7202a-0e34-4b8d-8fe6-cc4713b96b9f
2022-04-11T07:05:45.551Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15b7202a-0e34-4b8d-8fe6-cc4713b96b9f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:05:45.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "aai-ml",
  "timestamp": 1649660718233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660721356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:05:45.567Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:05:45.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "aai-ml",
  "timestamp": 1649660718233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.567Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660722384,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:05:45.571Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:05:45.572Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:05:45.572Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:05:45.573Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15b7202a-0e34-4b8d-8fe6-cc4713b96b9f
2022-04-11T07:05:45.573Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15b7202a-0e34-4b8d-8fe6-cc4713b96b9f 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-04-11T07:05:45.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "aai-ml",
  "timestamp": 1649660718233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "clamp",
  "timestamp": 1649660724133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:05:45.584Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:05:45.584Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:05:45.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660723399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T07:05:45.585Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:05:45.585Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:05:45.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "aai-ml",
  "timestamp": 1649660718233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660724717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "aai-ml",
  "timestamp": 1649660718233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:05:45.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660724717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "clamp",
  "timestamp": 1649660726041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:05:45.588Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:05:45.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "aai-ml",
  "timestamp": 1649660726084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:05:45.588Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:05:45.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660724717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "clamp",
  "timestamp": 1649660727046,
  "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-04-11T07:05:45.596Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 15b7202a-0e34-4b8d-8fe6-cc4713b96b9f
2022-04-11T07:05:45.596Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15b7202a-0e34-4b8d-8fe6-cc4713b96b9f 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-04-11T07:05:45.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660724717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.606Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660724717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.607Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660724717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.608Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660724717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:05:45.608Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:05:45.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660732566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:05:45.609Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:05:45.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.609Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660736412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:05:45.609Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:05:45.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660737416,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:05:45.617Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 15b7202a-0e34-4b8d-8fe6-cc4713b96b9f
2022-04-11T07:05:45.617Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15b7202a-0e34-4b8d-8fe6-cc4713b96b9f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:05:45.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "aai-ml",
  "timestamp": 1649660737415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-11T07:05:45.626Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:05:45.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "aai-ml",
  "timestamp": 1649660738422,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:05:45.630Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 15b7202a-0e34-4b8d-8fe6-cc4713b96b9f
2022-04-11T07:05:45.631Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15b7202a-0e34-4b8d-8fe6-cc4713b96b9f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:05:46.474Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:05:46.475Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:05:46.478Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:05:46.478Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660744821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:05:46.578Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:05:46.580Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:05:46.580Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:05:46.592Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:05:46.593Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:05:47.479Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:05:47.480Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:05:47.482Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:05:47.483Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660744821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:05:47.583Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:05:47.584Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:05:47.584Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:05:47.597Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:05:47.597Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:05:48.483Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:05:48.484Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:05:48.487Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:05:48.488Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660744821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:48.588Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:05:48.590Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:05:48.590Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:05:48.604Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:05:48.605Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:05:49.488Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:05:49.490Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:05:49.493Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:05:49.493Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660744821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-11T07:05:49.593Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:05:49.595Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:05:49.595Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:05:49.608Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:05:49.609Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:05:50.494Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:05:50.495Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:05:50.499Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:05:50.499Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660744821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:05:50.600Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:05:50.601Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:05:50.601Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:05:50.620Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:05:50.621Z||pool-40-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:05:51.500Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:05:51.501Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:05:51.503Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:05:51.503Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660744821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:05:51.604Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:05:51.605Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:05:51.605Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:05:51.618Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:05:51.619Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:05:52.505Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "serviceName": "vFW 2022-04-11 07-03-06",
  "serviceVersion": "1.0",
  "serviceUUID": "1ef73fc6-8fce-4b66-8e56-dac54e285b98",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5bbc7904-3999-4b27-8532-e9343b50500d",
  "resources": [
    {
      "resourceInstanceName": "vFW 4a7e8836-60e5 0",
      "resourceCustomizationUUID": "7aa47055-39e5-4b08-9aac-cb7cdffebd94",
      "resourceName": "vFW 4a7e8836-60e5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "32280332-6324-49ce-867b-0cd388e85540",
      "resourceInvariantUUID": "88e7a839-bf6c-4f6b-b334-7cc8719d1376",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw4a7e883660e50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json",
          "artifactChecksum": "MzkyMzNkMjIzZTk1MThhMTk3MjI0NmUzMGYwMTRmZWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9c3b5984-65df-43a8-8a69-31f4ab6d8f77",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc2634ce-7576-4219-be76-67c8345af472",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "91405513-1336-43d7-bf82-446623398d3b",
            "generatedFromUUID": "cc2634ce-7576-4219-be76-67c8345af472"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "91405513-1336-43d7-bf82-446623398d3b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220411070306-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
      "artifactChecksum": "NjJhMmQ1NmQzZTcxZWRmNmRiZWUwYjlhMzg0MzFkNzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1c08274b-46b6-4cf6-ae96-5745104a6508"
    }
  ],
  "workloadContext": "Production"
}
2022-04-11T07:05:52.506Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T07:05:52.507Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1ef73fc6-8fce-4b66-8e56-dac54e285b98 ASDC
2022-04-11T07:05:52.509Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:15b7202a-0e34-4b8d-8fe6-cc4713b96b9f
ServiceName:vFW 2022-04-11 07-03-06
ServiceVersion:1.0
ServiceUUID:1ef73fc6-8fce-4b66-8e56-dac54e285b98
ServiceInvariantUUID:5bbc7904-3999-4b27-8532-e9343b50500d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220411070306-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar
ArtifactUUID:1c08274b-46b6-4cf6-ae96-5745104a6508
ArtifactChecksum:NjJhMmQ1NmQzZTcxZWRmNmRiZWUwYjlhMzg0MzFkNzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4a7e8836-60e5 0
ResourceCustomizationUUID:7aa47055-39e5-4b08-9aac-cb7cdffebd94
ResourceInvariantUUID:88e7a839-bf6c-4f6b-b334-7cc8719d1376
ResourceName:vFW 4a7e8836-60e5
ResourceType:VF
ResourceUUID:32280332-6324-49ce-867b-0cd388e85540
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4a7e883660e50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json
ArtifactUUID:9c3b5984-65df-43a8-8a69-31f4ab6d8f77
ArtifactChecksum:MzkyMzNkMjIzZTk1MThhMTk3MjI0NmUzMGYwMTRmZWE=
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/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml
ArtifactUUID:cc2634ce-7576-4219-be76-67c8345af472
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env
ArtifactUUID:91405513-1336-43d7-bf82-446623398d3b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env
ArtifactUUID:91405513-1336-43d7-bf82-446623398d3b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-11T07:05:52.509Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1ef73fc6-8fce-4b66-8e56-dac54e285b98 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T07:05:52.541Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:05:52.542Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-11T07:05:52.542Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-11T07:05:52.543Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1c08274b-46b6-4cf6-ae96-5745104a6508 from URL: /sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar
2022-04-11T07:05:52.543Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-11T07:05:52.544Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar
2022-04-11T07:05:52.887Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-11T07:05:52.896Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar 1c08274b-46b6-4cf6-ae96-5745104a6508 98929
2022-04-11T07:05:52.897Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar ASDC sendASDCNotification
2022-04-11T07:05:52.897Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar
2022-04-11T07:05:52.897Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:05:52.899Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:05:52.902Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:05:52.903Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660752896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:05:53.003Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:05:53.004Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:05:53.004Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:05:53.017Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:05:53.018Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:05:53.903Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:05:53.905Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-11T07:05:53.905Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1c08274b-46b6-4cf6-ae96-5745104a6508, URL: /sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar to file: /app/ASDC/1/service-Vfw20220411070306-csar.csar
2022-04-11T07:05:53.905Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220411070306-csar.csar
2022-04-11T07:05:53.906Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220411070306-csar.csar
2022-04-11T07:05:53.906Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220411070306-csar.csar
2022-04-11T07:05:54.251Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2204537504409465602/Definitions/service-Vfw20220411070306-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-04-11T07:05:56.602Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-11T07:05:56.604Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-11T07:05:56.604Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220411070306-csar.csar
2022-04-11T07:05:56.604Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-11T07:05:56.604Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||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-Vfw20220411070306-csar.csar
2022-04-11T07:05:56.605Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||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-Vfw20220411070306-csar.csar
2022-04-11T07:05:56.605Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||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-Vfw20220411070306-csar.csar
2022-04-11T07:05:56.605Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220411070306-csar.csar
2022-04-11T07:05:56.605Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220411070306-csar.csar
2022-04-11T07:05:56.606Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||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-Vfw20220411070306-csar.csar
2022-04-11T07:05:56.606Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||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-Vfw20220411070306-csar.csar
2022-04-11T07:05:56.606Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||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-Vfw20220411070306-csar.csar
2022-04-11T07:05:56.607Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4a7e8836-60e5 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-Vfw20220411070306-csar.csar
2022-04-11T07:05:56.607Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220411070306-csar.csar
2022-04-11T07:05:56.607Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||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-Vfw20220411070306-csar.csar
2022-04-11T07:05:56.607Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220411070306-csar.csar
2022-04-11T07:05:56.608Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||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-Vfw20220411070306-csar.csar
2022-04-11T07:05:56.608Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-11T07:05:56.609Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:05:56.609Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-11 07-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:05:56.610Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vFW 4a7e8836-60e5 0 is matching search criteria
2022-04-11T07:05:56.610Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-11T07:05:56.611Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4a7e8836-60e5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:05:56.611Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:05:56.612Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-11 07-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:05:56.612Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vFW 4a7e8836-60e5 0 is matching search criteria
2022-04-11T07:05:56.612Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-11T07:05:56.613Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4a7e8836-60e5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:05:56.614Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:05:56.614Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-11 07-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:05:56.615Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:05:56.615Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vFW 4a7e8836-60e5 0 is not matching search criteria
2022-04-11T07:05:56.616Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:05:56.616Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:05:56.616Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:05:56.617Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:05:56.617Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:05:56.618Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:05:56.618Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:05:56.618Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:05:56.619Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:05:56.619Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:05:56.620Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:05:56.620Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:05:56.620Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:05:56.621Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:05:56.621Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:05:56.621Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-11T07:05:56.622Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:05:56.622Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-11 07-03-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T07:05:56.623Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:05:56.623Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vFW 4a7e8836-60e5 0 is matching search criteria
2022-04-11T07:05:56.623Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4a7e8836-60e5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:05:56.624Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:05:56.624Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vFW 4a7e8836-60e5 0 is matching search criteria
2022-04-11T07:05:56.625Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4a7e8836-60e5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:05:56.625Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:05:56.625Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vFW 4a7e8836-60e5 0 is matching search criteria
2022-04-11T07:05:56.634Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4a7e8836-60e5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:05:56.635Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:05:56.635Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vFW 4a7e8836-60e5 0 is not matching search criteria
2022-04-11T07:05:56.635Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:05:56.635Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-11T07:05:56.636Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:05:56.636Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:05:56.636Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:05:56.636Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:05:56.636Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:05:56.636Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:05:56.637Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:05:56.637Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:05:56.637Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:05:56.638Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1fe7c9c9-c57a-4a12-92c7-c5c384165ba9
2022-04-11T07:05:56.638Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:05:56.638Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vFW 4a7e8836-60e5 0 is not matching search criteria
2022-04-11T07:05:56.638Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:05:56.638Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:05:56.639Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:05:56.639Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:05:56.639Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:05:56.640Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:05:56.640Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:05:56.640Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-11T07:05:56.640Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:05:56.640Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:05:56.641Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:05:56.641Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:05:56.641Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e4e58a3c-dee4-4827-b7bd-4fe5b197dd05
2022-04-11T07:05:56.642Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:05:56.642Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vFW 4a7e8836-60e5 0 is not matching search criteria
2022-04-11T07:05:56.642Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:05:56.642Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:05:56.643Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:05:56.643Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:05:56.643Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:05:56.644Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:05:56.644Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:05:56.645Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:05:56.645Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:05:56.645Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:05:56.645Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:05:56.646Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-11T07:05:56.646Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a0bf06ac-0b02-47aa-9b01-71ed7f6119b6
2022-04-11T07:05:56.647Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:05:56.647Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-11 07-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:05:56.647Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:05:56.647Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-11 07-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:05:56.648Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:05:56.648Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-11 07-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:05:56.649Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:05:56.649Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-11 07-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:05:56.649Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-11 07-03-06
Description:catalog service description
Model UUID:1ef73fc6-8fce-4b66-8e56-dac54e285b98
Model Version:NULL
Model InvariantUuid:5bbc7904-3999-4b27-8532-e9343b50500d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 4a7e8836-60e5
Model UUID:c34b1304-82f7-4710-848c-4f234dcb1413
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:88e7a839-bf6c-4f6b-b334-7cc8719d1376
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7aa47055-39e5-4b08-9aac-cb7cdffebd94
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:041066a9-94cb-41f3-be66-37093681f83a
ModelName:Vfw4a7e883660e5..base_vfw..module-0
ModelUuid:57ec883e-4e01-4579-8888-631e5af24a2f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1fe7c9c9-c57a-4a12-92c7-c5c384165ba9
ModelInvariantUuid:a4d18a26-8ecc-4732-a4e3-7757c6b58cec
ModelName:vFW 4a7e8836-60e5-nodes.vfwCvfc
ModelUuid:a1130f36-9b68-428f-ad75-74ba8641b7af
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3cf9dacc-39c9-4097-b284-9bd58c81f2e5
ModelInvariantUuid:61c70cd3-cbd7-4f4c-ab43-2235766d15a1
ModelName:Vfw4a7e883660e5.compute.nodes.heat.vfw
ModelUuid:51378643-70fe-42b7-aacf-4755dde15ca8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e4e58a3c-dee4-4827-b7bd-4fe5b197dd05
ModelInvariantUuid:b4fc6b7d-a6a2-4080-9e95-9f414c510edd
ModelName:vFW 4a7e8836-60e5-nodes.vsnCvfc
ModelUuid:c767c9c0-8c1b-4a42-a1e9-150cdcd872a8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:17279f65-6c47-4bc6-b7d7-fa15538a4aac
ModelInvariantUuid:7b14dacf-147f-430c-a4de-32c6c6227d75
ModelName:Vfw4a7e883660e5.compute.nodes.heat.vsn
ModelUuid:22484ae9-60a0-4c08-9a1d-e79507004b9d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a0bf06ac-0b02-47aa-9b01-71ed7f6119b6
ModelInvariantUuid:b2312738-60c1-47fb-b414-ec26a27a3fd7
ModelName:vFW 4a7e8836-60e5-nodes.vpgCvfc
ModelUuid:19984193-de1a-4be6-b78b-324973032a21
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1d8bf7d1-f604-449f-947f-28c9346eb0aa
ModelInvariantUuid:7486aa71-59c4-4754-af11-b9c557d78357
ModelName:Vfw4a7e883660e5.compute.nodes.heat.vpg
ModelUuid:48d47eb6-527a-4264-a2bb-a0515734e593
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T07:05:56.661Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 32280332-6324-49ce-867b-0cd388e85540
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:05:56.669Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||vFW 4a7e8836-60e5 0
2022-04-11T07:05:56.669Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 32280332-6324-49ce-867b-0cd388e85540
2022-04-11T07:05:56.670Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9c3b5984-65df-43a8-8a69-31f4ab6d8f77 from URL: /sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json
2022-04-11T07:05:56.670Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-11T07:05:56.670Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json
2022-04-11T07:05:56.891Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-11T07:05:56.892Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json 9c3b5984-65df-43a8-8a69-31f4ab6d8f77 785
2022-04-11T07:05:56.892Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json ASDC sendASDCNotification
2022-04-11T07:05:56.892Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json
2022-04-11T07:05:56.892Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:05:56.893Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:05:56.894Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:05:56.895Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660756892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:05:56.995Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:05:56.996Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:05:56.997Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:05:57.010Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:05:57.013Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:05:57.896Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4a7e883660e5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "041066a9-94cb-41f3-be66-37093681f83a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "57ec883e-4e01-4579-8888-631e5af24a2f",
    "vfModuleModelCustomizationUUID": "162f613e-8de2-467a-b0ce-48b00515a309",
    "isBase": true,
    "artifacts": [
      "cc2634ce-7576-4219-be76-67c8345af472",
      "91405513-1336-43d7-bf82-446623398d3b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T07:05:57.907Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4a7e883660e5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:57ec883e-4e01-4579-8888-631e5af24a2f
VfModuleModelInvariantUUID:041066a9-94cb-41f3-be66-37093681f83a
VfModuleModelDescription:NULL
Artifacts UUID List:{
cc2634ce-7576-4219-be76-67c8345af472
,
91405513-1336-43d7-bf82-446623398d3b

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

isBase:true


}

2022-04-11T07:05:57.912Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4a7e883660e5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "041066a9-94cb-41f3-be66-37093681f83a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "57ec883e-4e01-4579-8888-631e5af24a2f",
    "vfModuleModelCustomizationUUID": "162f613e-8de2-467a-b0ce-48b00515a309",
    "isBase": true,
    "artifacts": [
      "cc2634ce-7576-4219-be76-67c8345af472",
      "91405513-1336-43d7-bf82-446623398d3b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T07:05:57.915Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4a7e883660e5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:57ec883e-4e01-4579-8888-631e5af24a2f
VfModuleModelInvariantUUID:041066a9-94cb-41f3-be66-37093681f83a
VfModuleModelDescription:NULL
Artifacts UUID List:{
cc2634ce-7576-4219-be76-67c8345af472
,
91405513-1336-43d7-bf82-446623398d3b

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

isBase:true


}

2022-04-11T07:05:57.916Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cc2634ce-7576-4219-be76-67c8345af472 from URL: /sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml
2022-04-11T07:05:57.916Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-11T07:05:57.917Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml
2022-04-11T07:05:58.094Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-11T07:05:58.095Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml cc2634ce-7576-4219-be76-67c8345af472 20368
2022-04-11T07:05:58.096Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-11T07:05:58.096Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml
2022-04-11T07:05:58.096Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:05:58.096Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:05:58.100Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:05:58.100Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660758095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:05:58.200Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-11T07:05:58.200Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:05:58.201Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:05:58.218Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:05:58.219Z||pool-44-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:05:59.102Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 91405513-1336-43d7-bf82-446623398d3b from URL: /sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env
2022-04-11T07:05:59.103Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-11T07:05:59.103Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env
2022-04-11T07:05:59.399Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-11T07:05:59.400Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env 91405513-1336-43d7-bf82-446623398d3b 2098
2022-04-11T07:05:59.400Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-11T07:05:59.400Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env
2022-04-11T07:05:59.401Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:05:59.401Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:05:59.403Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:05:59.404Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660759400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:05:59.504Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:05:59.505Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:05:59.505Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:05:59.517Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:05:59.518Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:06:00.404Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 1ef73fc6-8fce-4b66-8e56-dac54e285b98
2022-04-11T07:06:00.405Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4a7e8836-60e5 0 32280332-6324-49ce-867b-0cd388e85540 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:06:00.423Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@552c948c, org.onap.sdc.toscaparser.api.parameters.Input@76a3a72b, org.onap.sdc.toscaparser.api.parameters.Input@3eb9847c, org.onap.sdc.toscaparser.api.parameters.Input@6ad17863, org.onap.sdc.toscaparser.api.parameters.Input@5be81941]
2022-04-11T07:06:00.426Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:06:00.426Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-11 07-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:06:00.427Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-04-11T07:06:00.427Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 7aa47055-39e5-4b08-9aac-cb7cdffebd94
2022-04-11T07:06:00.427Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7aa47055-39e5-4b08-9aac-cb7cdffebd94 matches Tosca VF Customization UUID: 7aa47055-39e5-4b08-9aac-cb7cdffebd94
2022-04-11T07:06:00.427Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 7aa47055-39e5-4b08-9aac-cb7cdffebd94  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-11T07:06:00.431Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:06:00.432Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-11 07-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:06:00.433Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 7aa47055-39e5-4b08-9aac-cb7cdffebd94: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-11T07:06:00.433Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2382e5be
2022-04-11T07:06:00.434Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:06:00.434Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-11 07-03-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T07:06:00.434Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 162f613e-8de2-467a-b0ce-48b00515a309
2022-04-11T07:06:00.435Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 162f613e-8de2-467a-b0ce-48b00515a309
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-11T07:06:00.438Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:06:00.439Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vFW 4a7e8836-60e5 0 is matching search criteria
2022-04-11T07:06:00.439Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4a7e8836-60e5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:06:00.439Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:06:00.439Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vFW 4a7e8836-60e5 0 is matching search criteria
2022-04-11T07:06:00.440Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4a7e8836-60e5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:06:00.440Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:06:00.440Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vFW 4a7e8836-60e5 0 is not matching search criteria
2022-04-11T07:06:00.440Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:06:00.441Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-11T07:06:00.441Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:06:00.441Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:06:00.441Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:06:00.442Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:06:00.442Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:06:00.442Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:06:00.442Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:06:00.443Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:06:00.443Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:06:00.443Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1fe7c9c9-c57a-4a12-92c7-c5c384165ba9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T07:06:00.448Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:06:00.448Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vFW 4a7e8836-60e5 0 is matching search criteria
2022-04-11T07:06:00.449Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4a7e8836-60e5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:06:00.449Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:06:00.449Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vFW 4a7e8836-60e5 0 is not matching search criteria
2022-04-11T07:06:00.449Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:06:00.450Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:06:00.450Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:06:00.450Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:06:00.450Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:06:00.451Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:06:00.451Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:06:00.451Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-11T07:06:00.452Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:06:00.452Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:06:00.452Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:06:00.452Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:06:00.453Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e4e58a3c-dee4-4827-b7bd-4fe5b197dd05
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T07:06:00.456Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:06:00.456Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vFW 4a7e8836-60e5 0 is matching search criteria
2022-04-11T07:06:00.457Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4a7e8836-60e5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:06:00.457Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:06:00.458Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vFW 4a7e8836-60e5 0 is not matching search criteria
2022-04-11T07:06:00.458Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:06:00.458Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:06:00.458Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:06:00.459Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:06:00.459Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:06:00.459Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:06:00.460Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:06:00.460Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:06:00.460Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:06:00.460Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:06:00.461Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:06:00.461Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-11T07:06:00.461Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a0bf06ac-0b02-47aa-9b01-71ed7f6119b6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T07:06:00.464Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:06:00.465Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vFW 4a7e8836-60e5 0 is matching search criteria
2022-04-11T07:06:00.465Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4a7e8836-60e5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:06:00.465Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:06:00.466Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vFW 4a7e8836-60e5 0 is matching search criteria
2022-04-11T07:06:00.466Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4a7e8836-60e5 0] matching following query criteria: sdcType=VF, customizationUUID=7aa47055-39e5-4b08-9aac-cb7cdffebd94
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:06:00.467Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:06:00.468Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-11 07-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:06:00.468Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 1ef73fc6-8fce-4b66-8e56-dac54e285b98: vFW 4a7e8836-60e5
2022-04-11T07:06:00.468Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:06:00.468Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-11 07-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:06:00.469Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:06:00.469Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-11 07-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:06:00.469Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:06:00.470Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-11 07-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:06:00.470Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:06:00.470Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-11 07-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:06:00.470Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:06:00.471Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-11 07-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:06:00.471Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-04-11 07-03-06 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:06:00.692Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4a7e8836-60e5 32280332-6324-49ce-867b-0cd388e85540 1 ASDC deployResourceStructure
2022-04-11T07:06:00.694Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json ASDC sendASDCNotification
2022-04-11T07:06:00.694Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json
2022-04-11T07:06:00.694Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:06:00.694Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:06:00.696Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:06:00.696Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660760693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T07:06:00.799Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-11T07:06:00.800Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:06:00.800Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:06:00.817Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:06:00.818Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:06:01.697Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-11T07:06:01.698Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml
2022-04-11T07:06:01.698Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:06:01.699Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:06:01.700Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:06:01.701Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660761697,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T07:06:01.801Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:06:01.802Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:06:01.802Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:06:01.815Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:06:01.816Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:06:02.705Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-11T07:06:02.706Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env
2022-04-11T07:06:02.706Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:06:02.707Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:06:02.710Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:06:02.710Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660762705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-11T07:06:02.810Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:06:02.820Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:06:02.823Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:06:02.836Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:06:02.836Z||pool-48-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:06:03.711Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar ASDC sendASDCNotification
2022-04-11T07:06:03.712Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar
2022-04-11T07:06:03.712Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:06:03.713Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:06:03.716Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:06:03.716Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660763711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:06:03.816Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:06:03.817Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:06:03.818Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:06:03.829Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:06:03.830Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:06:04.717Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15b7202a-0e34-4b8d-8fe6-cc4713b96b9f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:06:04.733Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15b7202a-0e34-4b8d-8fe6-cc4713b96b9f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:06:04.740Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:06:04.741Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T07:06:04.741Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T07:06:04.741Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T07:06:04.741Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-11T07:06:04.741Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:06:04.749Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T07:06:34.750Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 15b7202a-0e34-4b8d-8fe6-cc4713b96b9f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T07:06:34.755Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 15b7202a-0e34-4b8d-8fe6-cc4713b96b9f and serviceModelVersionId: 1ef73fc6-8fce-4b66-8e56-dac54e285b98
2022-04-11T07:06:34.755Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5bbc7904-3999-4b27-8532-e9343b50500d
2022-04-11T07:06:34.756Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0
2022-04-11T07:06:34.761Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-04-11T07:06:34.827Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||Invoke
2022-04-11T07:06:34.827Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[15b7202a-0e34-4b8d-8fe6-cc4713b96b9f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2213b086-39ed-4b92-b9a4-5bcb9a4e6327], X-ECOMP-RequestID=[15b7202a-0e34-4b8d-8fe6-cc4713b96b9f], X-TransactionId=[], X-ONAP-RequestID=[15b7202a-0e34-4b8d-8fe6-cc4713b96b9f], Content-Type=[application/merge-patch+json]}
2022-04-11T07:06:36.366Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||Invoke
2022-04-11T07:06:36.366Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[15b7202a-0e34-4b8d-8fe6-cc4713b96b9f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[43b6bb31-2f96-4904-8980-52a3dedb9031], X-ECOMP-RequestID=[15b7202a-0e34-4b8d-8fe6-cc4713b96b9f], X-TransactionId=[], X-ONAP-RequestID=[15b7202a-0e34-4b8d-8fe6-cc4713b96b9f], Content-Type=[application/merge-patch+json]}
2022-04-11T07:06:37.906Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||Invoke
2022-04-11T07:06:37.906Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[15b7202a-0e34-4b8d-8fe6-cc4713b96b9f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6ea89b8a-50d5-4b8c-a8ec-431abafa6e6d], X-ECOMP-RequestID=[15b7202a-0e34-4b8d-8fe6-cc4713b96b9f], X-TransactionId=[], X-ONAP-RequestID=[15b7202a-0e34-4b8d-8fe6-cc4713b96b9f], Content-Type=[application/merge-patch+json]}
2022-04-11T07:06:38.934Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:06:38.936Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-11T07:06:38.936Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:06:38.937Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:06:38.943Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-11T07:06:38.943Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 15b7202a-0e34-4b8d-8fe6-cc4713b96b9f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:06:38.943Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-11T07:06:38.944Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:06:38.946Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:06:38.946Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||try to send status {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660798943,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T07:06:39.046Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:06:39.047Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:06:39.047Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:06:39.064Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:06:39.065Z||pool-50-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-04-11T07:06:44.821Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:06:44.822Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:06:44.822Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:06:44.824Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:06:44.824Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:06:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:06:44.941Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:06:44.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T07:06:44.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660744821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:06:44.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:06:54.371Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:07:44.821Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:07:44.822Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:07:44.822Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:07:44.824Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:07:44.825Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:07:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:07:45.346Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:07:45.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:07:45.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660744821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:07:45.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:07:45.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:07:45.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660744821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:07:45.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:07:45.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:07:45.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660744821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:07:45.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:07:45.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:07:45.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660744821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-11T07:07:45.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:07:45.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:07:45.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660744821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:07:45.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:07:45.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:07:45.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660744821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:07:45.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:07:45.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:07:45.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660752896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:07:45.351Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:07:45.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:07:45.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660756892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:07:45.352Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:07:45.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:07:45.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660758095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:07:45.352Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:07:45.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:07:45.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660759400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:07:45.353Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:07:45.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:07:45.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660760693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T07:07:45.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:07:45.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:07:45.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660761697,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T07:07:45.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:07:45.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:07:45.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660762705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-11T07:07:45.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:07:45.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:07:45.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660763711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:07:45.355Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:07:45.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:07:45.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660798943,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T07:07:45.356Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:07:54.379Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:08:44.821Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:08:44.822Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:08:44.822Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:08:44.824Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:08:44.825Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:08:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:08:54.386Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:08:54.401Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:09:44.821Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:09:44.822Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:09:44.822Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:09:44.824Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:09:44.824Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:09:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:09:45.449Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:09:45.450Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||received message from topic
2022-04-11T07:09:45.451Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"8d081f02-3812-46d2-ba44-e21a2a208a5c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"01f96523-5a51-4eba-8617-18153c52853f","serviceDescription":"service","serviceInvariantUUID":"8867be58-efa3-4b12-b5fb-34b2cafe9428","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c2922d26-a012-4793-9454-7d4f229ef42c","resourceInvariantUUID":"c1cd411c-4c43-42f0-9f45-91644e55220a","resourceCustomizationUUID":"2552d8ec-488e-4e2e-a9de-554dfa141b64","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":"MjdjZmRkZGZmMzkxNTI4NmViNGQyZjIwZTBlZmMwMzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"56db8942-7823-45c9-8146-cf13d80e3da2","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"N2RiMjY4NTVjNmE0NWU2ZDI2NDc4NjY4Mjk0NmE5MmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c41739c-380c-4842-acad-5329823b32de","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T07:09:45.453Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:09:45.453Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:09:45.453Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:09:45.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:09:45.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649660965101,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:09:45.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:09:45.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:09:45.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660969961,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:09:45.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:09:45.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:09:45.456Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:09:45.456Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||try to send status {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660984821,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:09:45.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660964717,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:09:45.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:09:45.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:09:45.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "policy-id",
  "timestamp": 1649660963889,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:09:45.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:09:45.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:09:45.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649660969961,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:09:45.457Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:09:45.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:09:45.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660964717,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:09:45.457Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:09:45.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:09:45.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649660965101,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:09:45.458Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:09:45.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:09:45.458Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "policy-id",
  "timestamp": 1649660963889,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:09:45.458Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:09:45.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:09:45.458Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660976554,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:09:45.458Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:09:45.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:09:45.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "policy-id",
  "timestamp": 1649660976188,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:09:45.459Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:09:45.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:09:45.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "policy-id",
  "timestamp": 1649660977192,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:09:45.459Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:09:45.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:09:45.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "cds",
  "timestamp": 1649660977157,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:09:45.460Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:09:45.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:09:45.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660978299,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:09:45.461Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:09:45.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:09:45.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "policy-id",
  "timestamp": 1649660978196,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:09:45.476Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d081f02-3812-46d2-ba44-e21a2a208a5c
2022-04-11T07:09:45.477Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d081f02-3812-46d2-ba44-e21a2a208a5c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:09:45.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:09:45.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "cds",
  "timestamp": 1649660977157,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:09:45.484Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:09:45.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:09:45.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649660979305,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:09:45.488Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8d081f02-3812-46d2-ba44-e21a2a208a5c
2022-04-11T07:09:45.488Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d081f02-3812-46d2-ba44-e21a2a208a5c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:09:45.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:09:45.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "cds",
  "timestamp": 1649660980264,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:09:45.496Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:09:45.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:09:45.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "cds",
  "timestamp": 1649660981284,
  "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-04-11T07:09:45.502Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8d081f02-3812-46d2-ba44-e21a2a208a5c
2022-04-11T07:09:45.502Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d081f02-3812-46d2-ba44-e21a2a208a5c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:09:45.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:09:45.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "clamp",
  "timestamp": 1649660982518,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:09:45.510Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:09:45.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:09:45.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "clamp",
  "timestamp": 1649660982518,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:09:45.510Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:09:45.556Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:09:45.557Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:09:45.557Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:09:45.570Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:09:45.570Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:09:46.456Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:09:46.458Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:09:46.461Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:09:46.461Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||try to send status {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660984821,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:09:46.561Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:09:46.562Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:09:46.563Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:09:46.574Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:09:46.574Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:09:47.463Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "01f96523-5a51-4eba-8617-18153c52853f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8867be58-efa3-4b12-b5fb-34b2cafe9428",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "2552d8ec-488e-4e2e-a9de-554dfa141b64",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c2922d26-a012-4793-9454-7d4f229ef42c",
      "resourceInvariantUUID": "c1cd411c-4c43-42f0-9f45-91644e55220a",
      "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": "N2RiMjY4NTVjNmE0NWU2ZDI2NDc4NjY4Mjk0NmE5MmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2c41739c-380c-4842-acad-5329823b32de"
    }
  ],
  "workloadContext": "Production"
}
2022-04-11T07:09:47.463Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T07:09:47.464Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 01f96523-5a51-4eba-8617-18153c52853f ASDC
2022-04-11T07:09:47.464Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||ASDC Notification:
DistributionID:8d081f02-3812-46d2-ba44-e21a2a208a5c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:01f96523-5a51-4eba-8617-18153c52853f
ServiceInvariantUUID:8867be58-efa3-4b12-b5fb-34b2cafe9428
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:2c41739c-380c-4842-acad-5329823b32de
ArtifactChecksum:N2RiMjY4NTVjNmE0NWU2ZDI2NDc4NjY4Mjk0NmE5MmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:2552d8ec-488e-4e2e-a9de-554dfa141b64
ResourceInvariantUUID:c1cd411c-4c43-42f0-9f45-91644e55220a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c2922d26-a012-4793-9454-7d4f229ef42c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-04-11T07:09:47.464Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 01f96523-5a51-4eba-8617-18153c52853f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T07:09:47.490Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:09:47.491Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:09:47.491Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:09:47.491Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||Trying to download the artifact UUID: 2c41739c-380c-4842-acad-5329823b32de from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-11T07:09:47.492Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:09:47.492Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-11T07:09:48.008Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:09:48.011Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2c41739c-380c-4842-acad-5329823b32de 52510
2022-04-11T07:09:48.012Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-11T07:09:48.012Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-11T07:09:48.012Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:09:48.013Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:09:48.015Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:09:48.015Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||try to send status {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660988012,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:09:48.116Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:09:48.117Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:09:48.117Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:09:48.139Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:09:48.140Z||pool-53-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:09:49.017Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:09:49.018Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:09:49.018Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||Trying to write artifact UUID: 2c41739c-380c-4842-acad-5329823b32de, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-11T07:09:49.018Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-04-11T07:09:49.019Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-11T07:09:49.019Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-11T07:09:49.209Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10143163045433726817/Definitions/service-BasicNetwork-template.yml
2022-04-11T07:09:49.815Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-11T07:09:49.816Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|WARN|500||####################################################################################################
2022-04-11T07:09:49.816Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-11T07:09:49.816Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-04-11T07:09:49.816Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|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-04-11T07:09:49.817Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|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-04-11T07:09:49.817Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|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-04-11T07:09:49.817Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|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-04-11T07:09:49.817Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|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-04-11T07:09:49.817Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|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-04-11T07:09:49.817Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|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-04-11T07:09:49.818Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|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-04-11T07:09:49.818Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|WARN|500||####################################################################################################
2022-04-11T07:09:49.818Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:09:49.818Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:09:49.818Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-11T07:09:49.819Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Search for entities recursively
2022-04-11T07:09:49.819Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:09:49.819Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:09:49.819Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:09:49.820Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-11T07:09:49.820Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Search for entities recursively
2022-04-11T07:09:49.820Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:09:49.821Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:09:49.821Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:09:49.821Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:09:49.821Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:09:49.822Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:09:49.822Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:09:49.822Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:09:49.822Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:09:49.822Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:09:49.822Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:09:49.823Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:01f96523-5a51-4eba-8617-18153c52853f
Model Version:NULL
Model InvariantUuid:8867be58-efa3-4b12-b5fb-34b2cafe9428
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c1cd411c-4c43-42f0-9f45-91644e55220a
Model UUID:c4724395-dc36-4f4d-a851-a961f70bedbd
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:2552d8ec-488e-4e2e-a9de-554dfa141b64
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-04-11T07:09:49.831Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||Processing Resource Type: VL, Model UUID: c2922d26-a012-4793-9454-7d4f229ef42c
2022-04-11T07:09:49.832Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||No resources found for Service: 01f96523-5a51-4eba-8617-18153c52853f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:09:49.838Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||
2022-04-11T07:09:49.839Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-04-11T07:09:49.840Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||No resources found for Service: 01f96523-5a51-4eba-8617-18153c52853f
2022-04-11T07:09:49.840Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Preparing to deploy Service: 01f96523-5a51-4eba-8617-18153c52853f
2022-04-11T07:09:49.840Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-04-11T07:09:49.840Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|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-04-11T07:09:49.849Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52e9e469, org.onap.sdc.toscaparser.api.parameters.Input@365ad154, org.onap.sdc.toscaparser.api.parameters.Input@17f32d90, org.onap.sdc.toscaparser.api.parameters.Input@16f8dd5b, org.onap.sdc.toscaparser.api.parameters.Input@bafb941]
2022-04-11T07:09:49.851Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:09:49.851Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:09:49.851Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:09:49.852Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:09:49.852Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500|| resourceSeq for service uuid 01f96523-5a51-4eba-8617-18153c52853f: Generic NeutronNet
2022-04-11T07:09:49.853Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:09:49.853Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:09:49.853Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:09:49.854Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|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-04-11T07:09:49.897Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:09:49.898Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:09:49.898Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:09:49.898Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:09:49.898Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:09:49.899Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:09:49.899Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|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-04-11T07:09:49.949Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-04-11T07:09:49.949Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-11T07:09:49.949Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-11T07:09:49.949Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:09:49.950Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:09:49.952Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:09:49.952Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||try to send status {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660989949,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:09:50.053Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:09:50.054Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:09:50.055Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:09:50.071Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:09:50.072Z||pool-54-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:09:50.954Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d081f02-3812-46d2-ba44-e21a2a208a5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:09:50.966Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d081f02-3812-46d2-ba44-e21a2a208a5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:09:50.968Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:09:50.968Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:09:50.968Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T07:10:20.969Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d081f02-3812-46d2-ba44-e21a2a208a5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:10:20.980Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d081f02-3812-46d2-ba44-e21a2a208a5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:10:20.985Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:10:20.985Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:10:20.985Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T07:10:44.824Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:10:44.825Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:10:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:10:44.946Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:10:44.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:10:44.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660984821,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:10:44.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:10:50.987Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d081f02-3812-46d2-ba44-e21a2a208a5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:10:51.001Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d081f02-3812-46d2-ba44-e21a2a208a5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:10:51.004Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:10:51.004Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:10:51.005Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T07:11:21.005Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d081f02-3812-46d2-ba44-e21a2a208a5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:11:21.016Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d081f02-3812-46d2-ba44-e21a2a208a5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:11:21.020Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:11:21.020Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:11:21.020Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T07:11:44.824Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:11:44.825Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:11:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:11:44.855Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:11:44.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:11:44.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660984821,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:11:44.858Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:11:44.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:11:44.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660988012,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:11:44.858Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:11:44.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:11:44.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "aai-ml",
  "timestamp": 1649660988233,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:11:44.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:11:44.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:11:44.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649660989949,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:11:44.859Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:11:44.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:11:44.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "aai-ml",
  "timestamp": 1649660988233,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:11:44.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:11:44.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:11:44.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "aai-ml",
  "timestamp": 1649660991845,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:11:44.860Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:11:44.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:11:44.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "clamp",
  "timestamp": 1649660997093,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:11:44.861Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:11:44.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:11:44.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "aai-ml",
  "timestamp": 1649660996484,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-11T07:11:44.861Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:11:44.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:11:44.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "aai-ml",
  "timestamp": 1649660997489,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:11:44.869Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 8d081f02-3812-46d2-ba44-e21a2a208a5c
2022-04-11T07:11:44.870Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d081f02-3812-46d2-ba44-e21a2a208a5c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:11:44.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:11:44.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "clamp",
  "timestamp": 1649660999103,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:11:44.881Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:11:44.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:11:44.882Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "clamp",
  "timestamp": 1649661000107,
  "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-04-11T07:11:44.886Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8d081f02-3812-46d2-ba44-e21a2a208a5c
2022-04-11T07:11:44.886Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d081f02-3812-46d2-ba44-e21a2a208a5c 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-04-11T07:11:51.021Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d081f02-3812-46d2-ba44-e21a2a208a5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:11:51.032Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d081f02-3812-46d2-ba44-e21a2a208a5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:11:51.038Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:11:51.038Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T07:11:51.038Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T07:11:51.038Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T07:11:51.038Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-11T07:11:51.038Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:11:51.044Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T07:12:21.044Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 8d081f02-3812-46d2-ba44-e21a2a208a5c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T07:12:21.054Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8d081f02-3812-46d2-ba44-e21a2a208a5c and serviceModelVersionId: 01f96523-5a51-4eba-8617-18153c52853f
2022-04-11T07:12:21.055Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8867be58-efa3-4b12-b5fb-34b2cafe9428
2022-04-11T07:12:21.057Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0
2022-04-11T07:12:21.063Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bbc7904-3999-4b27-8532-e9343b50500d/model-vers/model-ver/1ef73fc6-8fce-4b66-8e56-dac54e285b98?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-11T07:12:21.130Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||Invoke
2022-04-11T07:12:21.130Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8d081f02-3812-46d2-ba44-e21a2a208a5c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d1612ce7-111e-42a3-9f83-4d09283984f7], X-ECOMP-RequestID=[8d081f02-3812-46d2-ba44-e21a2a208a5c], X-TransactionId=[], X-ONAP-RequestID=[8d081f02-3812-46d2-ba44-e21a2a208a5c], Content-Type=[application/merge-patch+json]}
2022-04-11T07:12:22.672Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||Invoke
2022-04-11T07:12:22.672Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8d081f02-3812-46d2-ba44-e21a2a208a5c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8becef63-2983-40af-8509-f31f2fdcbdda], X-ECOMP-RequestID=[8d081f02-3812-46d2-ba44-e21a2a208a5c], X-TransactionId=[], X-ONAP-RequestID=[8d081f02-3812-46d2-ba44-e21a2a208a5c], Content-Type=[application/merge-patch+json]}
2022-04-11T07:12:24.205Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||Invoke
2022-04-11T07:12:24.206Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8d081f02-3812-46d2-ba44-e21a2a208a5c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5975034b-6bb5-45d3-ad9f-745883c5696e], X-ECOMP-RequestID=[8d081f02-3812-46d2-ba44-e21a2a208a5c], X-TransactionId=[], X-ONAP-RequestID=[8d081f02-3812-46d2-ba44-e21a2a208a5c], Content-Type=[application/merge-patch+json]}
2022-04-11T07:12:25.239Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:12:25.240Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-11T07:12:25.240Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:12:25.240Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:12:25.247Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-11T07:12:25.248Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8d081f02-3812-46d2-ba44-e21a2a208a5c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:12:25.248Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-11T07:12:25.249Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:12:25.251Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:12:25.251Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||try to send status {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661145248,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T07:12:25.352Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:12:25.353Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:12:25.353Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:12:25.370Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:12:25.371Z||pool-55-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-04-11T07:12:26.270Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:12:26.270Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:12:26.271Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:12:30.615Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:12:30.616Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||received message from topic
2022-04-11T07:12:30.617Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"79fcc567-1389-493c-a97f-b00e366baa7d","serviceName":"Demo_pNF_7ehxuWfPxpfi7PNFc7zf","serviceVersion":"1.0","serviceUUID":"7890cb73-5934-478c-a8a9-272e770791a0","serviceDescription":"catalog service description","serviceInvariantUUID":"e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac","resources":[{"resourceInstanceName":"pNF 03e324bf-08c9 0","resourceName":"pNF 03e324bf-08c9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"344214f7-b637-4d9d-8fa2-9823f20a5d88","resourceInvariantUUID":"9e4887bd-830a-4484-a5f7-b1614cd6292c","resourceCustomizationUUID":"3892455e-1c69-4dd9-8adb-dd76862ef252","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/vf-license-model.xml","artifactChecksum":"MzY5YzRmMmY2OWZhMWUzNzQxNTRjNTMzYjY1YzAxZDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3ef8c4fc-7a91-4cc9-85e3-706a6d54b6c9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/pNF.csar","artifactChecksum":"YjBhYzYyMmUxN2VhOWQ0YjM0NWEzZjMzYWU3ZjMzZTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a0e7f2a0-7c99-47f4-9464-08cc7e91d3c4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"41828229-a3e8-4674-875d-a86292d24508","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/vendor-license-model.xml","artifactChecksum":"MjA5NGNiYWFmZGQ0MjA4OTFmODAyMjY0ZTc0NmZhMmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ee15887e-d024-4f3a-8113-fce62b068d07","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e3ba445d-92c0-4d00-b438-d38939980b23","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1e21c50d-68f9-4566-a82d-ee2ace9433b6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf7ehxuwfpxpfi7pnfc7zf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-template.yml","artifactChecksum":"ZDA5MjE1ZjA2NmM0OWJmNTBkN2Q3NGE3ZWUyNTBjZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9c84a6bd-a0c5-4520-9420-ff0476a2e7da","artifactVersion":"1"},{"artifactName":"service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar","artifactChecksum":"NTUxODczYTY2NWNhODBmNjBhMDEyMGEzNjg0MWVkMmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec8860e7-83f4-4414-bbd8-3fdd75cf39cd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T07:12:30.619Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:12:30.619Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:12:30.622Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:12:30.622Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||try to send status {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:30.731Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-04-11T07:12:30.732Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:12:30.732Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:12:30.783Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:12:30.783Z||pool-56-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:12:31.622Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:12:31.623Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:12:31.626Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:12:31.626Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||try to send status {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:31.727Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:12:31.728Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:12:31.728Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:12:31.740Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:12:31.741Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:12:32.627Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:12:32.627Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:12:32.631Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:12:32.631Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||try to send status {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:32.736Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-04-11T07:12:32.737Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:12:32.737Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:12:32.776Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:12:32.777Z||pool-58-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:12:33.634Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:12:33.640Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:12:33.644Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:12:33.644Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||try to send status {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:33.744Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:12:33.745Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:12:33.745Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:12:33.784Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:12:33.785Z||pool-59-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:12:34.646Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:12:34.650Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:12:34.653Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:12:34.653Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||try to send status {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:34.754Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-11T07:12:34.755Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:12:34.755Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:12:34.771Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:12:34.772Z||pool-60-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:12:35.656Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:12:35.657Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:12:35.660Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:12:35.660Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||try to send status {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:35.760Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:12:35.761Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:12:35.761Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:12:35.774Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:12:35.776Z||pool-61-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:12:36.662Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:12:36.662Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:12:36.665Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:12:36.665Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||try to send status {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:36.765Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:12:36.767Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:12:36.767Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:12:36.781Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:12:36.782Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:12:37.666Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:12:37.667Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:12:37.669Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:12:37.669Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||try to send status {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:12:37.770Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:12:37.770Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:12:37.771Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:12:37.782Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:12:37.782Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:12:38.672Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "serviceName": "Demo_pNF_7ehxuWfPxpfi7PNFc7zf",
  "serviceVersion": "1.0",
  "serviceUUID": "7890cb73-5934-478c-a8a9-272e770791a0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac",
  "resources": [
    {
      "resourceInstanceName": "pNF 03e324bf-08c9 0",
      "resourceCustomizationUUID": "3892455e-1c69-4dd9-8adb-dd76862ef252",
      "resourceName": "pNF 03e324bf-08c9",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "344214f7-b637-4d9d-8fa2-9823f20a5d88",
      "resourceInvariantUUID": "9e4887bd-830a-4484-a5f7-b1614cd6292c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar",
      "artifactChecksum": "NTUxODczYTY2NWNhODBmNjBhMDEyMGEzNjg0MWVkMmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ec8860e7-83f4-4414-bbd8-3fdd75cf39cd"
    }
  ],
  "workloadContext": "Production"
}
2022-04-11T07:12:38.672Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T07:12:38.673Z|8d081f02-3812-46d2-ba44-e21a2a208a5c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7890cb73-5934-478c-a8a9-272e770791a0 ASDC
2022-04-11T07:12:38.674Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||ASDC Notification:
DistributionID:79fcc567-1389-493c-a97f-b00e366baa7d
ServiceName:Demo_pNF_7ehxuWfPxpfi7PNFc7zf
ServiceVersion:1.0
ServiceUUID:7890cb73-5934-478c-a8a9-272e770791a0
ServiceInvariantUUID:e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar
ArtifactUUID:ec8860e7-83f4-4414-bbd8-3fdd75cf39cd
ArtifactChecksum:NTUxODczYTY2NWNhODBmNjBhMDEyMGEzNjg0MWVkMmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 03e324bf-08c9 0
ResourceCustomizationUUID:3892455e-1c69-4dd9-8adb-dd76862ef252
ResourceInvariantUUID:9e4887bd-830a-4484-a5f7-b1614cd6292c
ResourceName:pNF 03e324bf-08c9
ResourceType:PNF
ResourceUUID:344214f7-b637-4d9d-8fa2-9823f20a5d88
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-11T07:12:38.674Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7890cb73-5934-478c-a8a9-272e770791a0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:12:38.714Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:12:38.715Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:12:38.715Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:12:38.716Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||Trying to download the artifact UUID: ec8860e7-83f4-4414-bbd8-3fdd75cf39cd from URL: /sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar
2022-04-11T07:12:38.716Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:12:38.716Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar
2022-04-11T07:12:39.030Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:12:39.035Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar ec8860e7-83f4-4414-bbd8-3fdd75cf39cd 82645
2022-04-11T07:12:39.036Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar ASDC sendASDCNotification
2022-04-11T07:12:39.036Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar
2022-04-11T07:12:39.036Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:12:39.037Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:12:39.039Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:12:39.040Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||try to send status {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661159036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:12:39.140Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:12:39.141Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:12:39.141Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:12:39.170Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:12:39.171Z||pool-64-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:12:40.040Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:12:40.041Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:12:40.041Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||Trying to write artifact UUID: ec8860e7-83f4-4414-bbd8-3fdd75cf39cd, URL: /sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar to file: /app/ASDC/1/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar
2022-04-11T07:12:40.042Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar
2022-04-11T07:12:40.042Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar
2022-04-11T07:12:40.042Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar
2022-04-11T07:12:40.191Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14275275058996799683/Definitions/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-template.yml
2022-04-11T07:12:41.097Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-11T07:12:41.097Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|WARN|500||####################################################################################################
2022-04-11T07:12:41.098Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar
2022-04-11T07:12:41.098Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-11T07:12:41.098Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|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-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar
2022-04-11T07:12:41.098Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar
2022-04-11T07:12:41.098Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|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-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar
2022-04-11T07:12:41.098Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|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-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar
2022-04-11T07:12:41.098Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|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-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar
2022-04-11T07:12:41.099Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 03e324bf-08c9 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-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar
2022-04-11T07:12:41.099Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|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-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar
2022-04-11T07:12:41.099Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|WARN|500||####################################################################################################
2022-04-11T07:12:41.099Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:12:41.099Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Service Demo_pNF_7ehxuWfPxpfi7PNFc7zf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:12:41.100Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Node template pNF 03e324bf-08c9 0 is matching search criteria
2022-04-11T07:12:41.100Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Search for entities recursively
2022-04-11T07:12:41.100Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Found topology templates [pNF 03e324bf-08c9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:12:41.100Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:12:41.101Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Service Demo_pNF_7ehxuWfPxpfi7PNFc7zf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:12:41.101Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Node template pNF 03e324bf-08c9 0 is matching search criteria
2022-04-11T07:12:41.101Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Search for entities recursively
2022-04-11T07:12:41.101Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Found topology templates [pNF 03e324bf-08c9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:12:41.101Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:12:41.102Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Service Demo_pNF_7ehxuWfPxpfi7PNFc7zf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:12:41.102Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:12:41.102Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Service Demo_pNF_7ehxuWfPxpfi7PNFc7zf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:12:41.102Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:12:41.102Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Service Demo_pNF_7ehxuWfPxpfi7PNFc7zf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:12:41.102Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:12:41.103Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Service Demo_pNF_7ehxuWfPxpfi7PNFc7zf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:12:41.103Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:12:41.103Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Service Demo_pNF_7ehxuWfPxpfi7PNFc7zf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:12:41.103Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_7ehxuWfPxpfi7PNFc7zf
Description:catalog service description
Model UUID:7890cb73-5934-478c-a8a9-272e770791a0
Model Version:NULL
Model InvariantUuid:e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T07:12:41.110Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 344214f7-b637-4d9d-8fa2-9823f20a5d88
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:12:41.113Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||pNF 03e324bf-08c9 0
2022-04-11T07:12:41.113Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 344214f7-b637-4d9d-8fa2-9823f20a5d88
2022-04-11T07:12:41.114Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||No resources found for Service: 7890cb73-5934-478c-a8a9-272e770791a0
2022-04-11T07:12:41.114Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Preparing to deploy Service: 7890cb73-5934-478c-a8a9-272e770791a0
2022-04-11T07:12:41.114Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 03e324bf-08c9 0 344214f7-b637-4d9d-8fa2-9823f20a5d88 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:12:41.121Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63eeb7e6, org.onap.sdc.toscaparser.api.parameters.Input@77cf12f9, org.onap.sdc.toscaparser.api.parameters.Input@6d29df5c, org.onap.sdc.toscaparser.api.parameters.Input@45931e76, org.onap.sdc.toscaparser.api.parameters.Input@5354c0a5]
2022-04-11T07:12:41.121Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:12:41.122Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Service Demo_pNF_7ehxuWfPxpfi7PNFc7zf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:12:41.122Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500|| resourceSeq for service uuid 7890cb73-5934-478c-a8a9-272e770791a0: pNF 03e324bf-08c9
2022-04-11T07:12:41.122Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||Processing PNF resource: 344214f7-b637-4d9d-8fa2-9823f20a5d88
2022-04-11T07:12:41.123Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:12:41.123Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Service Demo_pNF_7ehxuWfPxpfi7PNFc7zf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:12:41.123Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||Resource customization UUID: 3892455e-1c69-4dd9-8adb-dd76862ef252 is the same as notified resource customizationUUID: 3892455e-1c69-4dd9-8adb-dd76862ef252
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-11T07:12:41.162Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 03e324bf-08c9 344214f7-b637-4d9d-8fa2-9823f20a5d88 0 ASDC deployResourceStructure
2022-04-11T07:12:41.163Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar ASDC sendASDCNotification
2022-04-11T07:12:41.163Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar
2022-04-11T07:12:41.163Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:12:41.164Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:12:41.166Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:12:41.166Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||try to send status {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661161163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:12:41.266Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:12:41.267Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:12:41.268Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:12:41.280Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:12:41.281Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:12:42.167Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 79fcc567-1389-493c-a97f-b00e366baa7d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:12:42.180Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 79fcc567-1389-493c-a97f-b00e366baa7d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:12:42.184Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:12:42.184Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:12:42.184Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T07:12:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:12:44.825Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:12:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:12:44.846Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:12:44.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661045101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "aai-ml",
  "timestamp": 1649661048234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.866Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "cds",
  "timestamp": 1649661052157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.867Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661054717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.867Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.868Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661049961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.868Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.868Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "aai-ml",
  "timestamp": 1649661048234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.869Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661045101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.869Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "cds",
  "timestamp": 1649661052157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.869Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661054717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661049961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "aai-ml",
  "timestamp": 1649661048234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661045101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "cds",
  "timestamp": 1649661052157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661054717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661049961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661045101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "cds",
  "timestamp": 1649661052157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "aai-ml",
  "timestamp": 1649661048234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661054717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661049961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661045101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "aai-ml",
  "timestamp": 1649661048234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "cds",
  "timestamp": 1649661052157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.877Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661054717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.877Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661049961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.878Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "aai-ml",
  "timestamp": 1649661048234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661045101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:12:44.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "cds",
  "timestamp": 1649661052157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661049961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.880Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661054717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.880Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "cds",
  "timestamp": 1649661052157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.880Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661045101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "aai-ml",
  "timestamp": 1649661048234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661049961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661054717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661045101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "aai-ml",
  "timestamp": 1649661048234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:12:44.884Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "cds",
  "timestamp": 1649661052157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:12:44.884Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661049961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:12:44.885Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661054717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:12:44.885Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "aai-ml",
  "timestamp": 1649661063079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:12:44.885Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:12:44.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661064368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:12:44.886Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:12:44.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661063094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:12:44.886Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:12:44.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "cds",
  "timestamp": 1649661064551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:12:44.886Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:12:44.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "policy-id",
  "timestamp": 1649661063889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "cds",
  "timestamp": 1649661065568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:12:44.896Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 79fcc567-1389-493c-a97f-b00e366baa7d
2022-04-11T07:12:44.896Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79fcc567-1389-493c-a97f-b00e366baa7d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:12:44.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661064405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T07:12:44.906Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:12:44.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "policy-id",
  "timestamp": 1649661063889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661065411,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:12:44.911Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 79fcc567-1389-493c-a97f-b00e366baa7d
2022-04-11T07:12:44.911Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79fcc567-1389-493c-a97f-b00e366baa7d and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:12:44.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.918Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661066706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:12:44.919Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:12:44.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "policy-id",
  "timestamp": 1649661063889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661067711,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:12:44.924Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 79fcc567-1389-493c-a97f-b00e366baa7d
2022-04-11T07:12:44.924Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79fcc567-1389-493c-a97f-b00e366baa7d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:12:44.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "policy-id",
  "timestamp": 1649661063889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "policy-id",
  "timestamp": 1649661063889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "policy-id",
  "timestamp": 1649661063889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "aai-ml",
  "timestamp": 1649661069223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-11T07:12:44.935Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:12:44.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "policy-id",
  "timestamp": 1649661063889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.935Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "aai-ml",
  "timestamp": 1649661070238,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:12:44.940Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 79fcc567-1389-493c-a97f-b00e366baa7d
2022-04-11T07:12:44.940Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79fcc567-1389-493c-a97f-b00e366baa7d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:12:44.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "policy-id",
  "timestamp": 1649661063889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:12:44.950Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "clamp",
  "timestamp": 1649661072518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.951Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "policy-id",
  "timestamp": 1649661073214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:12:44.952Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:12:44.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "clamp",
  "timestamp": 1649661072518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "policy-id",
  "timestamp": 1649661074224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:12:44.953Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:12:44.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661069964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.954Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "cds",
  "timestamp": 1649661067157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.954Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661066414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.955Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "clamp",
  "timestamp": 1649661072518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "policy-id",
  "timestamp": 1649661075231,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:12:44.962Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 79fcc567-1389-493c-a97f-b00e366baa7d
2022-04-11T07:12:44.962Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79fcc567-1389-493c-a97f-b00e366baa7d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:12:44.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "cds",
  "timestamp": 1649661067157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.972Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661069964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-11T07:12:44.972Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661066414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "clamp",
  "timestamp": 1649661072518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "cds",
  "timestamp": 1649661067157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661069964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-11T07:12:44.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661066414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "clamp",
  "timestamp": 1649661072518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "cds",
  "timestamp": 1649661067157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661069964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:12:44.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661066414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.978Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "clamp",
  "timestamp": 1649661072518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.979Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "cds",
  "timestamp": 1649661067157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.979Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661069964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:12:44.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661066414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "clamp",
  "timestamp": 1649661072518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "cds",
  "timestamp": 1649661067157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661069964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661066414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "aai-ml",
  "timestamp": 1649661078233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "clamp",
  "timestamp": 1649661072518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:12:44.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "cds",
  "timestamp": 1649661067157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661069964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-11T07:12:44.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661066414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "aai-ml",
  "timestamp": 1649661078233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "cds",
  "timestamp": 1649661067157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661069964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661066414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "aai-ml",
  "timestamp": 1649661078233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "cds",
  "timestamp": 1649661067157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:12:44.990Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661069964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:12:44.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661066414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "aai-ml",
  "timestamp": 1649661078233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.992Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "aai-ml",
  "timestamp": 1649661078233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.993Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "cds",
  "timestamp": 1649661084640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:12:44.993Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:12:44.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661083567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:12:44.994Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:12:44.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.994Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "policy-id",
  "timestamp": 1649661083889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.994Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.995Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "aai-ml",
  "timestamp": 1649661078233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.995Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.995Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.995Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661084717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:44.995Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:44.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:44.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "cds",
  "timestamp": 1649661085657,
  "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-04-11T07:12:45.008Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e9072c84-9464-47d9-a9b0-b99f995f9af1
2022-04-11T07:12:45.008Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9072c84-9464-47d9-a9b0-b99f995f9af1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:12:45.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "policy-id",
  "timestamp": 1649661083889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:45.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:45.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "aai-ml",
  "timestamp": 1649661078233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:45.016Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:45.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661085178,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:12:45.017Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:12:45.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661084717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:45.017Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:45.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "policy-id",
  "timestamp": 1649661083889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:45.018Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:45.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "aai-ml",
  "timestamp": 1649661078233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:45.018Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:45.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661084717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:45.019Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:45.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.020Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "clamp",
  "timestamp": 1649661087119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:12:45.020Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:12:45.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.020Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661086411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:12:45.021Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:12:45.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "policy-id",
  "timestamp": 1649661083889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:45.021Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:45.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "aai-ml",
  "timestamp": 1649661078233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:12:45.022Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:45.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661084717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:45.023Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:45.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661087713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:12:45.024Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:12:45.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "policy-id",
  "timestamp": 1649661083889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:12:45.025Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:45.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661084717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:45.025Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:45.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "aai-ml",
  "timestamp": 1649661088083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:12:45.026Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:12:45.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "clamp",
  "timestamp": 1649661089129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:12:45.027Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:12:45.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "policy-id",
  "timestamp": 1649661083889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:45.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:45.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661088817,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:12:45.032Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e9072c84-9464-47d9-a9b0-b99f995f9af1
2022-04-11T07:12:45.033Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9072c84-9464-47d9-a9b0-b99f995f9af1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:12:45.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661084717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:45.041Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:45.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "clamp",
  "timestamp": 1649661090132,
  "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-04-11T07:12:45.046Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 79fcc567-1389-493c-a97f-b00e366baa7d
2022-04-11T07:12:45.046Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79fcc567-1389-493c-a97f-b00e366baa7d 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-04-11T07:12:45.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "policy-id",
  "timestamp": 1649661083889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:45.055Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:45.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661089822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T07:12:45.056Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:12:45.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661084717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:45.056Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:45.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "policy-id",
  "timestamp": 1649661083889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:45.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:45.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661084717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:45.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:45.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "policy-id",
  "timestamp": 1649661083889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:12:45.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:45.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661084717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:12:45.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:45.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "policy-id",
  "timestamp": 1649661093735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:12:45.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:12:45.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661094644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:12:45.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:12:45.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "policy-id",
  "timestamp": 1649661094739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:12:45.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:12:45.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "policy-id",
  "timestamp": 1649661095743,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:12:45.066Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e9072c84-9464-47d9-a9b0-b99f995f9af1
2022-04-11T07:12:45.067Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9072c84-9464-47d9-a9b0-b99f995f9af1 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-04-11T07:12:45.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "aai-ml",
  "timestamp": 1649661095782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-11T07:12:45.074Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:12:45.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661097088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:12:45.075Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:12:45.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "aai-ml",
  "timestamp": 1649661096787,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:12:45.079Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e9072c84-9464-47d9-a9b0-b99f995f9af1
2022-04-11T07:12:45.079Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9072c84-9464-47d9-a9b0-b99f995f9af1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:12:45.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661098093,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:12:45.093Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e9072c84-9464-47d9-a9b0-b99f995f9af1
2022-04-11T07:12:45.093Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9072c84-9464-47d9-a9b0-b99f995f9af1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:12:45.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "clamp",
  "timestamp": 1649661102518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:45.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:45.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "clamp",
  "timestamp": 1649661102518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:45.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:12:45.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:12:45.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "clamp",
  "timestamp": 1649661102518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:12:45.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:12.185Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 79fcc567-1389-493c-a97f-b00e366baa7d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:13:12.204Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 79fcc567-1389-493c-a97f-b00e366baa7d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:13:12.209Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:13:12.209Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T07:13:12.210Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T07:13:12.210Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T07:13:12.210Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T07:13:12.210Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-11T07:13:12.210Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:13:12.216Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T07:13:42.216Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 79fcc567-1389-493c-a97f-b00e366baa7d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T07:13:42.224Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 79fcc567-1389-493c-a97f-b00e366baa7d and serviceModelVersionId: 7890cb73-5934-478c-a8a9-272e770791a0
2022-04-11T07:13:42.224Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac
2022-04-11T07:13:42.226Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0
2022-04-11T07:13:42.236Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-11T07:13:42.316Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8867be58-efa3-4b12-b5fb-34b2cafe9428/model-vers/model-ver/01f96523-5a51-4eba-8617-18153c52853f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T07:13:42.322Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||Invoke
2022-04-11T07:13:43.854Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T07:13:43.856Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||Invoke
2022-04-11T07:13:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:13:44.826Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:13:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:13:44.888Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:13:44.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "clamp",
  "timestamp": 1649661102518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:13:44.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "clamp",
  "timestamp": 1649661102518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "clamp",
  "timestamp": 1649661102518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "clamp",
  "timestamp": 1649661102518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "clamp",
  "timestamp": 1649661102518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "clamp",
  "timestamp": 1649661102518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:13:44.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "clamp",
  "timestamp": 1649661124125,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:13:44.908Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:13:44.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "clamp",
  "timestamp": 1649661126137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:13:44.909Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:13:44.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "clamp",
  "timestamp": 1649661127143,
  "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-04-11T07:13:44.916Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e9072c84-9464-47d9-a9b0-b99f995f9af1
2022-04-11T07:13:44.917Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9072c84-9464-47d9-a9b0-b99f995f9af1 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-04-11T07:13:44.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "cds",
  "timestamp": 1649661127157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.926Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661125101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.927Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "policy-id",
  "timestamp": 1649661123889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.927Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661125101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vfw7342c7d64a450_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.928Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "cds",
  "timestamp": 1649661127157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vfw7342c7d64a450_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.928Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "policy-id",
  "timestamp": 1649661123889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vfw7342c7d64a450_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661125101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "cds",
  "timestamp": 1649661127157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "policy-id",
  "timestamp": 1649661123889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:13:44.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "cds",
  "timestamp": 1649661127157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661125101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "policy-id",
  "timestamp": 1649661123889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661129961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661125101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "cds",
  "timestamp": 1649661127157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.935Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "policy-id",
  "timestamp": 1649661123889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.935Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661129961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vfw7342c7d64a450_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:13:44.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661125101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.937Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "cds",
  "timestamp": 1649661127157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.937Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "policy-id",
  "timestamp": 1649661123889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.938Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "clamp",
  "timestamp": 1649661132518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.939Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.939Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661129961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:13:44.939Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.939Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661125101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.940Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "cds",
  "timestamp": 1649661127157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:13:44.940Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "policy-id",
  "timestamp": 1649661123889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:13:44.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "clamp",
  "timestamp": 1649661132518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vfw7342c7d64a450_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:13:44.942Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661129961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.942Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "clamp",
  "timestamp": 1649661132518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "cds",
  "timestamp": 1649661135672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:13:44.944Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:13:44.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "policy-id",
  "timestamp": 1649661135319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:13:44.945Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:13:44.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661129961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-11T07:13:44.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "clamp",
  "timestamp": 1649661132518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "cds",
  "timestamp": 1649661136684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:13:44.961Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3e2c468a-fe12-4d8e-a770-3b9642aea915
2022-04-11T07:13:44.962Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e2c468a-fe12-4d8e-a770-3b9642aea915 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:13:44.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "policy-id",
  "timestamp": 1649661136333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:13:44.972Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:13:44.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661129961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.972Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "clamp",
  "timestamp": 1649661132518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.972Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "policy-id",
  "timestamp": 1649661137342,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:13:44.977Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3e2c468a-fe12-4d8e-a770-3b9642aea915
2022-04-11T07:13:44.977Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e2c468a-fe12-4d8e-a770-3b9642aea915 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:13:44.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661129961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:13:44.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "clamp",
  "timestamp": 1649661132518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661138183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vfw7342c7d64a450_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:13:44.986Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:13:44.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "clamp",
  "timestamp": 1649661132518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:13:44.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "aai-ml",
  "timestamp": 1649661138233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661139399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:13:44.987Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:13:44.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "aai-ml",
  "timestamp": 1649661138233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vfw7342c7d64a450_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661140686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:13:44.988Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:13:44.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "aai-ml",
  "timestamp": 1649661138233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "cds",
  "timestamp": 1649661142157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:44.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:44.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:44.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661141732,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:13:44.994Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3e2c468a-fe12-4d8e-a770-3b9642aea915
2022-04-11T07:13:44.994Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e2c468a-fe12-4d8e-a770-3b9642aea915 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-04-11T07:13:45.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "aai-ml",
  "timestamp": 1649661138233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "cds",
  "timestamp": 1649661142157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661142737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vfw7342c7d64a450_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T07:13:45.002Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:13:45.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "aai-ml",
  "timestamp": 1649661138233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "cds",
  "timestamp": 1649661142157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661129961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "policy-id",
  "timestamp": 1649661143889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "aai-ml",
  "timestamp": 1649661138233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661144717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "cds",
  "timestamp": 1649661142157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.007Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "policy-id",
  "timestamp": 1649661143889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.008Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661129961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:13:45.008Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "aai-ml",
  "timestamp": 1649661138233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:13:45.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661144717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vfw7342c7d64a450_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d081f02-3812-46d2-ba44-e21a2a208a5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661145248,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T07:13:45.010Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:13:45.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "cds",
  "timestamp": 1649661142157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661129961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:13:45.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "policy-id",
  "timestamp": 1649661143889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:13:45.011Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661145101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.011Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661144717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.012Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "aai-ml",
  "timestamp": 1649661146170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:13:45.012Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:13:45.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "clamp",
  "timestamp": 1649661147130,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:13:45.013Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:13:45.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "cds",
  "timestamp": 1649661142157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.013Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661129961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.014Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "policy-id",
  "timestamp": 1649661143889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.014Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661145101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.014Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661144717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "cds",
  "timestamp": 1649661142157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "policy-id",
  "timestamp": 1649661143889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.016Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661129961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-11T07:13:45.016Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661145101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.017Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661144717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.017Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "clamp",
  "timestamp": 1649661149138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:13:45.018Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:13:45.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "cds",
  "timestamp": 1649661142157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.018Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "policy-id",
  "timestamp": 1649661143889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.019Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661129961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-11T07:13:45.019Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661145101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.020Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.020Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661144717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.020Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.020Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "clamp",
  "timestamp": 1649661150142,
  "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-04-11T07:13:45.025Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3e2c468a-fe12-4d8e-a770-3b9642aea915
2022-04-11T07:13:45.026Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e2c468a-fe12-4d8e-a770-3b9642aea915 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-04-11T07:13:45.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "cds",
  "timestamp": 1649661142157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "policy-id",
  "timestamp": 1649661143889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661129961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-11T07:13:45.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661145101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661144717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:13:45.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "clamp",
  "timestamp": 1649661132518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.036Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.037Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "cds",
  "timestamp": 1649661142157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:13:45.037Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "policy-id",
  "timestamp": 1649661143889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661129961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661145101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "clamp",
  "timestamp": 1649661132518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:13:45.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661152555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:13:45.040Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:13:45.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.040Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "policy-id",
  "timestamp": 1649661143889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.041Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661129961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.041Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661145101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "cds",
  "timestamp": 1649661153245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:13:45.042Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:13:45.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "clamp",
  "timestamp": 1649661132518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "policy-id",
  "timestamp": 1649661143889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:13:45.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661129961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:13:45.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661145101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "clamp",
  "timestamp": 1649661132518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "policy-id",
  "timestamp": 1649661154627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:13:45.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:13:45.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661153888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:13:45.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:13:45.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661145101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "clamp",
  "timestamp": 1649661132518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "cds",
  "timestamp": 1649661155879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:13:45.062Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 762a68ee-d762-4fb9-9cfb-49811d3c5baa
2022-04-11T07:13:45.063Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 762a68ee-d762-4fb9-9cfb-49811d3c5baa and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:13:45.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "policy-id",
  "timestamp": 1649661155633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:13:45.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:13:45.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661145101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661154951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:13:45.074Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:13:45.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "clamp",
  "timestamp": 1649661132518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661156693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:13:45.075Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:13:45.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/resourceInstances/pnf03e324bf08c90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "cds",
  "timestamp": 1649661142157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "policy-id",
  "timestamp": 1649661156636,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:13:45.082Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 762a68ee-d762-4fb9-9cfb-49811d3c5baa
2022-04-11T07:13:45.083Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 762a68ee-d762-4fb9-9cfb-49811d3c5baa and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:13:45.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661145101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.092Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661156013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:13:45.092Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:13:45.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "clamp",
  "timestamp": 1649661132518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.093Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661157699,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:13:45.098Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3e2c468a-fe12-4d8e-a770-3b9642aea915
2022-04-11T07:13:45.099Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e2c468a-fe12-4d8e-a770-3b9642aea915 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:13:45.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "cds",
  "timestamp": 1649661142157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "policy-id",
  "timestamp": 1649661143889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661145101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661157114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:13:45.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:13:45.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "clamp",
  "timestamp": 1649661132518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661144717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.112Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "aai-ml",
  "timestamp": 1649661157474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-11T07:13:45.112Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:13:45.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:13:45.112Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "cds",
  "timestamp": 1649661142157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "policy-id",
  "timestamp": 1649661143889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661145101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661158191,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:13:45.120Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 762a68ee-d762-4fb9-9cfb-49811d3c5baa
2022-04-11T07:13:45.120Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 762a68ee-d762-4fb9-9cfb-49811d3c5baa 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-04-11T07:13:45.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "clamp",
  "timestamp": 1649661132518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.128Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661144717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.129Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "aai-ml",
  "timestamp": 1649661158479,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:13:45.134Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 3e2c468a-fe12-4d8e-a770-3b9642aea915
2022-04-11T07:13:45.135Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e2c468a-fe12-4d8e-a770-3b9642aea915 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:13:45.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "cds",
  "timestamp": 1649661142157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.144Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "policy-id",
  "timestamp": 1649661143889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:13:45.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661145101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661159036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:13:45.146Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:13:45.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661159196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T07:13:45.147Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:13:45.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "clamp",
  "timestamp": 1649661132518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:13:45.147Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.148Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661144717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.148Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.148Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "aai-ml",
  "timestamp": 1649661138233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.149Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "cds",
  "timestamp": 1649661142157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.149Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "policy-id",
  "timestamp": 1649661143889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.150Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661145101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.150Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661129961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.150Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661144717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.151Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "aai-ml",
  "timestamp": 1649661138233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.152Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "cds",
  "timestamp": 1649661142157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.152Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "policy-id",
  "timestamp": 1649661143889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.153Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661145101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661161163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7ehxuwfpxpfi7pnfc7zf/1.0/artifacts/service-DemoPnf7ehxuwfpxpfi7pnfc7zf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:13:45.154Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:13:45.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661129961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:13:45.155Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661144717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.155Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "aai-ml",
  "timestamp": 1649661138233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "cds",
  "timestamp": 1649661142157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "policy-id",
  "timestamp": 1649661143889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661145101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661129961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:13:45.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661144717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "aai-ml",
  "timestamp": 1649661138233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "cds",
  "timestamp": 1649661142157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:13:45.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "policy-id",
  "timestamp": 1649661143889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661145101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661129961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661144717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "aai-ml",
  "timestamp": 1649661138233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "policy-id",
  "timestamp": 1649661143889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:13:45.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661129961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-11T07:13:45.166Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "cds",
  "timestamp": 1649661165482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:13:45.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:13:45.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661144717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:13:45.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "aai-ml",
  "timestamp": 1649661138233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:45.168Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:13:45.392Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T07:13:45.394Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||Invoke
2022-04-11T07:13:46.422Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:13:46.425Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-11T07:13:46.426Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:13:46.426Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:13:46.433Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-11T07:13:46.433Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 79fcc567-1389-493c-a97f-b00e366baa7d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:13:46.434Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-11T07:13:46.434Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:13:46.437Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:13:46.437Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661226433,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T07:13:46.537Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:13:46.538Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:13:46.538Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:13:46.555Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:13:46.556Z||pool-66-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T07:13:47.449Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||received message from topic
2022-04-11T07:13:47.450Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"e9072c84-9464-47d9-a9b0-b99f995f9af1","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"5fabc059-6ada-4e22-9957-e321aabf44ac","serviceDescription":"service","serviceInvariantUUID":"3187f681-60aa-474a-9682-aaf3897ab6ad","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1f4a1b0a-ef26-4f1c-8f33-787af5b4b4ba","resourceInvariantUUID":"e6d7b110-f46e-4239-b924-96db436102e0","resourceCustomizationUUID":"e9327a5d-ab4d-4e7f-a446-be93d688608e","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":"YWI1MzUxZWUzYTVmYWE4ZDNiMmY1OWE2MGE0MTQ0YzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6a6ca275-4d51-4998-a91e-73ca62b7e7b7","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":"18a1945a-2158-4a60-ae51-0f10e5a9c814","artifactVersion":"2","generatedFromUUID":"be838e12-63f0-40f0-85cb-303a226de8fc"},{"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":"be838e12-63f0-40f0-85cb-303a226de8fc","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":"YTNmN2Y1MjVkZjk4OTc2NjQzOGUzNWU3MmNjMmExZjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a1a64fbc-f89c-42d6-bdfa-3a6cf50b4be2","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":"5d7b73ea-1d0b-46dd-8ab3-3bd1c6f29703","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":"39b92a09-e5f2-41cd-8392-5cc8376dedbe","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":"200b5385-8aa1-4627-8321-a5d515631f3d","artifactVersion":"2","generatedFromUUID":"5d7b73ea-1d0b-46dd-8ab3-3bd1c6f29703"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZWYzYWZmMmY4MjJkMzQyZjcwNzE5NmIxMWYzYTJhYzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc489938-4912-41df-8d56-a4407fd2ece9","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZjkwMDZiMmY5Yzc2ODNlMmViZTYxM2Y5NmE0ZGVhNGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aada7132-4142-4a69-a872-52a5bf06a27c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T07:13:47.450Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:13:47.451Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:13:47.453Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:13:47.453Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:47.553Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:13:47.555Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:13:47.555Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:13:47.568Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:13:47.569Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:13:48.454Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:13:48.455Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:13:48.459Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:13:48.459Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-11T07:13:48.559Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:13:48.560Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:13:48.560Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:13:48.575Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:13:48.576Z||pool-68-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:13:49.460Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:13:49.461Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:13:49.464Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:13:49.464Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-11T07:13:49.564Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:13:49.565Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:13:49.566Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:13:49.578Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:13:49.579Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:13:50.465Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:13:50.466Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:13:50.468Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:13:50.468Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:13:50.569Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:13:50.570Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:13:50.570Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:13:50.582Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:13:50.583Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:13:51.469Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:13:51.470Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:13:51.472Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:13:51.472Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:13:51.573Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-11T07:13:51.574Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:13:51.574Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:13:51.599Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:13:51.600Z||pool-71-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:13:52.473Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:13:52.474Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:13:52.478Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:13:52.479Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:52.577Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-11T07:13:52.578Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:13:52.579Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:13:52.605Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:13:52.606Z||pool-72-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:13:53.479Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:13:53.482Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:13:53.485Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:13:53.485Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-11T07:13:53.586Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-11T07:13:53.587Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:13:53.588Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:13:53.608Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:13:53.609Z||pool-73-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:13:54.487Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:13:54.487Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:13:54.490Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:13:54.490Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:13:54.599Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-04-11T07:13:54.600Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:13:54.600Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:13:54.617Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:13:54.618Z||pool-74-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:13:55.494Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:13:55.494Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:13:55.498Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:13:55.498Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:13:55.598Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:13:55.599Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:13:55.599Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:13:55.613Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:13:55.613Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:13:56.499Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "5fabc059-6ada-4e22-9957-e321aabf44ac",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3187f681-60aa-474a-9682-aaf3897ab6ad",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "e9327a5d-ab4d-4e7f-a446-be93d688608e",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1f4a1b0a-ef26-4f1c-8f33-787af5b4b4ba",
      "resourceInvariantUUID": "e6d7b110-f46e-4239-b924-96db436102e0",
      "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": "18a1945a-2158-4a60-ae51-0f10e5a9c814",
          "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": "be838e12-63f0-40f0-85cb-303a226de8fc",
          "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": "YTNmN2Y1MjVkZjk4OTc2NjQzOGUzNWU3MmNjMmExZjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a1a64fbc-f89c-42d6-bdfa-3a6cf50b4be2",
          "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": "5d7b73ea-1d0b-46dd-8ab3-3bd1c6f29703",
          "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": "200b5385-8aa1-4627-8321-a5d515631f3d",
            "generatedFromUUID": "5d7b73ea-1d0b-46dd-8ab3-3bd1c6f29703"
          },
          "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": "200b5385-8aa1-4627-8321-a5d515631f3d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZjkwMDZiMmY5Yzc2ODNlMmViZTYxM2Y5NmE0ZGVhNGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aada7132-4142-4a69-a872-52a5bf06a27c"
    }
  ],
  "workloadContext": "Production"
}
2022-04-11T07:13:56.500Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T07:13:56.500Z|79fcc567-1389-493c-a97f-b00e366baa7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5fabc059-6ada-4e22-9957-e321aabf44ac ASDC
2022-04-11T07:13:56.501Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||ASDC Notification:
DistributionID:e9072c84-9464-47d9-a9b0-b99f995f9af1
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:5fabc059-6ada-4e22-9957-e321aabf44ac
ServiceInvariantUUID:3187f681-60aa-474a-9682-aaf3897ab6ad
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:aada7132-4142-4a69-a872-52a5bf06a27c
ArtifactChecksum:ZjkwMDZiMmY5Yzc2ODNlMmViZTYxM2Y5NmE0ZGVhNGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:e9327a5d-ab4d-4e7f-a446-be93d688608e
ResourceInvariantUUID:e6d7b110-f46e-4239-b924-96db436102e0
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:1f4a1b0a-ef26-4f1c-8f33-787af5b4b4ba
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:18a1945a-2158-4a60-ae51-0f10e5a9c814
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:be838e12-63f0-40f0-85cb-303a226de8fc
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:a1a64fbc-f89c-42d6-bdfa-3a6cf50b4be2
ArtifactChecksum:YTNmN2Y1MjVkZjk4OTc2NjQzOGUzNWU3MmNjMmExZjU=
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:5d7b73ea-1d0b-46dd-8ab3-3bd1c6f29703
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:200b5385-8aa1-4627-8321-a5d515631f3d
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:200b5385-8aa1-4627-8321-a5d515631f3d
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-11T07:13:56.501Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5fabc059-6ada-4e22-9957-e321aabf44ac ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T07:13:56.537Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:13:56.538Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:13:56.538Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:13:56.539Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||Trying to download the artifact UUID: aada7132-4142-4a69-a872-52a5bf06a27c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-11T07:13:56.539Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:13:56.539Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-11T07:13:56.693Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:13:56.698Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar aada7132-4142-4a69-a872-52a5bf06a27c 68951
2022-04-11T07:13:56.698Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-11T07:13:56.699Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-11T07:13:56.699Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:13:56.715Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:13:56.719Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:13:56.721Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661236698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:13:56.819Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-11T07:13:56.820Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:13:56.821Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:13:56.832Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:13:56.832Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:13:57.723Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:13:57.725Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:13:57.725Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||Trying to write artifact UUID: aada7132-4142-4a69-a872-52a5bf06a27c, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-11T07:13:57.726Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-04-11T07:13:57.726Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-11T07:13:57.726Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-11T07:13:57.917Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15144460527617652661/Definitions/service-BasicCnf-template.yml
2022-04-11T07:13:59.228Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-11T07:13:59.229Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|WARN|500||####################################################################################################
2022-04-11T07:13:59.229Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-11T07:13:59.229Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-11T07:13:59.229Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-11T07:13:59.229Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-11T07:13:59.229Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-11T07:13:59.229Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-11T07:13:59.230Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|WARN|500||####################################################################################################
2022-04-11T07:13:59.230Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:13:59.230Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:13:59.230Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-11T07:13:59.230Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Search for entities recursively
2022-04-11T07:13:59.230Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:13:59.231Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:13:59.231Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:13:59.231Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-11T07:13:59.231Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Search for entities recursively
2022-04-11T07:13:59.231Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:13:59.231Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:13:59.232Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:13:59.232Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:13:59.232Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-11T07:13:59.232Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-04-11T07:13:59.232Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Node template dummy is not matching search criteria
2022-04-11T07:13:59.232Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-11T07:13:59.233Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:13:59.233Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T07:13:59.233Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:13:59.233Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-11T07:13:59.233Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:13:59.234Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:13:59.234Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-11T07:13:59.234Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:13:59.234Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:13:59.235Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-11T07:13:59.235Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:13:59.235Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:13:59.235Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-11T07:13:59.235Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-11T07:13:59.235Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f8ae39de-f4f8-4faf-b52e-0b6464d42619
2022-04-11T07:13:59.236Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:13:59.236Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:13:59.236Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:13:59.236Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:13:59.236Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:13:59.237Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:13:59.237Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:13:59.237Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:13:59.237Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:5fabc059-6ada-4e22-9957-e321aabf44ac
Model Version:NULL
Model InvariantUuid:3187f681-60aa-474a-9682-aaf3897ab6ad
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:42c57782-5b9a-4027-b4d9-ade09a4b3818
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e6d7b110-f46e-4239-b924-96db436102e0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e9327a5d-ab4d-4e7f-a446-be93d688608e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c7b1d64c-e3a3-4d98-8443-8154dc1a74d7
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:6b5869ec-cb30-4841-af61-26f360a9a72e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f8ae39de-f4f8-4faf-b52e-0b6464d42619
ModelInvariantUuid:12c0725a-b29d-4729-88d0-eac861a66b6b
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:902ec6d2-8b79-4f23-a902-d97ab7768030
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:87016d3e-4ff7-424d-a07c-b30f7e404d1a
ModelInvariantUuid:16aff3cf-f22a-44e6-9933-4a62a2651ccb
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:cada056e-9dde-433a-876e-d39f9d2fa7c7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T07:13:59.244Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 1f4a1b0a-ef26-4f1c-8f33-787af5b4b4ba
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:13:59.249Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||basic_cnf 0
2022-04-11T07:13:59.249Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 1f4a1b0a-ef26-4f1c-8f33-787af5b4b4ba
2022-04-11T07:13:59.249Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||Trying to download the artifact UUID: 18a1945a-2158-4a60-ae51-0f10e5a9c814 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-11T07:13:59.250Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:13:59.250Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-11T07:13:59.393Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:13:59.394Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 18a1945a-2158-4a60-ae51-0f10e5a9c814 12
2022-04-11T07:13:59.394Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-04-11T07:13:59.395Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-11T07:13:59.395Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:13:59.395Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:13:59.398Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:13:59.398Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661239394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:13:59.498Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:13:59.499Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:13:59.500Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:13:59.517Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:13:59.518Z||pool-77-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:14:00.401Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||Trying to download the artifact UUID: be838e12-63f0-40f0-85cb-303a226de8fc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-11T07:14:00.402Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:14:00.402Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-11T07:14:00.686Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:14:00.686Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz be838e12-63f0-40f0-85cb-303a226de8fc 2688
2022-04-11T07:14:00.687Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-04-11T07:14:00.687Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-11T07:14:00.687Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:14:00.687Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:14:00.689Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:14:00.689Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661240687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:14:00.790Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-11T07:14:00.791Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:14:00.791Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:14:00.811Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:14:00.812Z||pool-78-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:14:01.690Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||Trying to download the artifact UUID: a1a64fbc-f89c-42d6-bdfa-3a6cf50b4be2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-11T07:14:01.690Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:14:01.691Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-11T07:14:01.750Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:14:01.751Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json a1a64fbc-f89c-42d6-bdfa-3a6cf50b4be2 828
2022-04-11T07:14:01.751Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-04-11T07:14:01.751Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-11T07:14:01.751Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:14:01.751Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:14:01.753Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:14:01.753Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661241751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:14:01.853Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:14:01.854Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:14:01.854Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:14:01.872Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:14:01.873Z||pool-79-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:14:02.754Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "c7b1d64c-e3a3-4d98-8443-8154dc1a74d7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6b5869ec-cb30-4841-af61-26f360a9a72e",
    "vfModuleModelCustomizationUUID": "7717e80f-19c3-4bb6-840b-26a843ee57b3",
    "isBase": true,
    "artifacts": [
      "5d7b73ea-1d0b-46dd-8ab3-3bd1c6f29703",
      "be838e12-63f0-40f0-85cb-303a226de8fc",
      "200b5385-8aa1-4627-8321-a5d515631f3d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T07:14:02.759Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6b5869ec-cb30-4841-af61-26f360a9a72e
VfModuleModelInvariantUUID:c7b1d64c-e3a3-4d98-8443-8154dc1a74d7
VfModuleModelDescription:NULL
Artifacts UUID List:{
5d7b73ea-1d0b-46dd-8ab3-3bd1c6f29703
,
be838e12-63f0-40f0-85cb-303a226de8fc
,
200b5385-8aa1-4627-8321-a5d515631f3d

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

isBase:true


}

2022-04-11T07:14:02.763Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "c7b1d64c-e3a3-4d98-8443-8154dc1a74d7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6b5869ec-cb30-4841-af61-26f360a9a72e",
    "vfModuleModelCustomizationUUID": "7717e80f-19c3-4bb6-840b-26a843ee57b3",
    "isBase": true,
    "artifacts": [
      "5d7b73ea-1d0b-46dd-8ab3-3bd1c6f29703",
      "be838e12-63f0-40f0-85cb-303a226de8fc",
      "200b5385-8aa1-4627-8321-a5d515631f3d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T07:14:02.764Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6b5869ec-cb30-4841-af61-26f360a9a72e
VfModuleModelInvariantUUID:c7b1d64c-e3a3-4d98-8443-8154dc1a74d7
VfModuleModelDescription:NULL
Artifacts UUID List:{
5d7b73ea-1d0b-46dd-8ab3-3bd1c6f29703
,
be838e12-63f0-40f0-85cb-303a226de8fc
,
200b5385-8aa1-4627-8321-a5d515631f3d

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

isBase:true


}

2022-04-11T07:14:02.764Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||Trying to download the artifact UUID: 5d7b73ea-1d0b-46dd-8ab3-3bd1c6f29703 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-11T07:14:02.764Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:14:02.764Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-11T07:14:02.924Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:14:02.925Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 5d7b73ea-1d0b-46dd-8ab3-3bd1c6f29703 1164
2022-04-11T07:14:02.925Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-04-11T07:14:02.925Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-11T07:14:02.925Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:14:02.926Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:14:02.928Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:14:02.929Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661242925,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:14:03.028Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:14:03.029Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:14:03.029Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:14:03.041Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:14:03.041Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:14:03.929Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||Trying to download the artifact UUID: 200b5385-8aa1-4627-8321-a5d515631f3d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-11T07:14:03.930Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:14:03.930Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-11T07:14:03.975Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:14:03.975Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 200b5385-8aa1-4627-8321-a5d515631f3d 200
2022-04-11T07:14:03.975Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-04-11T07:14:03.975Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-11T07:14:03.976Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:14:03.976Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:14:03.978Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:14:03.978Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661243975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:14:04.079Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:14:04.080Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:14:04.080Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:14:04.093Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:14:04.094Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:14:04.979Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Preparing to deploy Service: 5fabc059-6ada-4e22-9957-e321aabf44ac
2022-04-11T07:14:04.980Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 1f4a1b0a-ef26-4f1c-8f33-787af5b4b4ba 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=?
2022-04-11T07:14:05.010Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|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 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-04-11T07:14:05.025Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5eebfcd2, org.onap.sdc.toscaparser.api.parameters.Input@6ae1a284, org.onap.sdc.toscaparser.api.parameters.Input@2ebe28de, org.onap.sdc.toscaparser.api.parameters.Input@30b75891, org.onap.sdc.toscaparser.api.parameters.Input@313b3f39]
2022-04-11T07:14:05.027Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:14:05.028Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:14:05.028Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||VF Category is: Generic 
2022-04-11T07:14:05.028Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||VFCustomizationUUID= e9327a5d-ab4d-4e7f-a446-be93d688608e
2022-04-11T07:14:05.028Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e9327a5d-ab4d-4e7f-a446-be93d688608e matches Tosca VF Customization UUID: e9327a5d-ab4d-4e7f-a446-be93d688608e
2022-04-11T07:14:05.028Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||vfCustomizationUUID: e9327a5d-ab4d-4e7f-a446-be93d688608e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-11T07:14:05.032Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:14:05.033Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:14:05.034Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||resource request for resource customization id e9327a5d-ab4d-4e7f-a446-be93d688608e: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-04-11T07:14:05.034Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f7d6ab
2022-04-11T07:14:05.034Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:14:05.035Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T07:14:05.035Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7717e80f-19c3-4bb6-840b-26a843ee57b3
2022-04-11T07:14:05.035Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7717e80f-19c3-4bb6-840b-26a843ee57b3
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-11T07:14:05.039Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:14:05.040Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-11T07:14:05.040Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:14:05.040Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:14:05.040Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-11T07:14:05.040Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:14:05.041Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:14:05.041Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-11T07:14:05.041Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-11T07:14:05.041Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f8ae39de-f4f8-4faf-b52e-0b6464d42619
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T07:14:05.045Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:14:05.045Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-11T07:14:05.045Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:14:05.046Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:14:05.046Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-11T07:14:05.046Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=e9327a5d-ab4d-4e7f-a446-be93d688608e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:14:05.050Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:14:05.051Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:14:05.051Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500|| resourceSeq for service uuid 5fabc059-6ada-4e22-9957-e321aabf44ac: basic_cnf
2022-04-11T07:14:05.051Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:14:05.052Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:14:05.052Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:14:05.052Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:14:05.052Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:14:05.052Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:14:05.053Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:14:05.053Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:14:05.053Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:14:05.053Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:14:05.054Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:14:05.151Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 1f4a1b0a-ef26-4f1c-8f33-787af5b4b4ba 1 ASDC deployResourceStructure
2022-04-11T07:14:05.152Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-04-11T07:14:05.152Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-04-11T07:14:05.153Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-11T07:14:05.153Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:14:05.159Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:14:05.160Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661245152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-11T07:14:05.256Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-11T07:14:05.257Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:14:05.257Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:14:05.288Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:14:05.289Z||pool-82-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:14:06.161Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-04-11T07:14:06.161Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-04-11T07:14:06.162Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-11T07:14:06.162Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:14:06.164Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:14:06.164Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661246161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-11T07:14:06.264Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:14:06.265Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:14:06.266Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:14:06.277Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:14:06.278Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:14:07.165Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-04-11T07:14:07.165Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-11T07:14:07.165Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:14:07.166Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:14:07.168Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:14:07.168Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661247165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T07:14:07.269Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-11T07:14:07.270Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:14:07.271Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:14:07.288Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:14:07.289Z||pool-84-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:14:08.169Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-04-11T07:14:08.170Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-11T07:14:08.170Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:14:08.170Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:14:08.172Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:14:08.172Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661248168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T07:14:08.273Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:14:08.274Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:14:08.274Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:14:08.290Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:14:08.290Z||pool-85-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:14:09.174Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-04-11T07:14:09.174Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-11T07:14:09.174Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:14:09.175Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:14:09.177Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:14:09.177Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661249174,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-11T07:14:09.277Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:14:09.278Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:14:09.278Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:14:09.295Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:14:09.296Z||pool-86-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:14:10.178Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-11T07:14:10.179Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-11T07:14:10.179Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:14:10.179Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:14:10.182Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:14:10.182Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||try to send status {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661250178,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:14:10.282Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:14:10.283Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:14:10.283Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:14:10.330Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:14:10.331Z||pool-87-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:14:11.183Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9072c84-9464-47d9-a9b0-b99f995f9af1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:14:11.213Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9072c84-9464-47d9-a9b0-b99f995f9af1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:14:11.218Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:14:11.218Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T07:14:11.218Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T07:14:11.218Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T07:14:11.218Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-11T07:14:11.219Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:14:11.225Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T07:14:41.226Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: e9072c84-9464-47d9-a9b0-b99f995f9af1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T07:14:41.234Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e9072c84-9464-47d9-a9b0-b99f995f9af1 and serviceModelVersionId: 5fabc059-6ada-4e22-9957-e321aabf44ac
2022-04-11T07:14:41.234Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3187f681-60aa-474a-9682-aaf3897ab6ad
2022-04-11T07:14:41.235Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0
2022-04-11T07:14:41.240Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-11T07:14:41.291Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54a6ed1-ab5f-4ff9-a5bd-cc0f4c7c5cac/model-vers/model-ver/7890cb73-5934-478c-a8a9-272e770791a0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T07:14:41.292Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||Invoke
2022-04-11T07:14:42.829Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T07:14:42.831Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||Invoke
2022-04-11T07:14:44.370Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T07:14:44.372Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||Invoke
2022-04-11T07:14:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:14:44.825Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:14:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:14:44.857Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:14:44.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661129961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:14:44.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:44.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "policy-id",
  "timestamp": 1649661166298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:14:44.861Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:14:44.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661144717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:14:44.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:44.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "cds",
  "timestamp": 1649661166761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:14:44.883Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a4122a51-8132-4926-ba10-ba9e71169b29
2022-04-11T07:14:44.883Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4122a51-8132-4926-ba10-ba9e71169b29 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:14:44.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "aai-ml",
  "timestamp": 1649661138233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:14:44.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:44.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661129961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:14:44.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:44.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "policy-id",
  "timestamp": 1649661167303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:14:44.894Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:14:44.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661144717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:14:44.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:44.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "aai-ml",
  "timestamp": 1649661138233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:14:44.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:44.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661129961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:14:44.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:44.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "policy-id",
  "timestamp": 1649661168308,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:14:44.903Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4122a51-8132-4926-ba10-ba9e71169b29
2022-04-11T07:14:44.903Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4122a51-8132-4926-ba10-ba9e71169b29 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:14:44.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "aai-ml",
  "timestamp": 1649661138233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:14:44.912Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:44.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661169042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:14:44.913Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:14:44.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661168496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:14:44.913Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:14:44.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "aai-ml",
  "timestamp": 1649661138233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:14:44.913Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:44.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661169691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:14:44.914Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:14:44.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "aai-ml",
  "timestamp": 1649661169664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:14:44.914Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:14:44.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "clamp",
  "timestamp": 1649661171135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:14:44.914Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:14:44.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661171746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:14:44.914Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:14:44.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661171111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:14:44.915Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:14:44.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661172750,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:14:44.925Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 762a68ee-d762-4fb9-9cfb-49811d3c5baa
2022-04-11T07:14:44.926Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 762a68ee-d762-4fb9-9cfb-49811d3c5baa and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:14:44.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661172153,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:14:44.953Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4122a51-8132-4926-ba10-ba9e71169b29
2022-04-11T07:14:44.953Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4122a51-8132-4926-ba10-ba9e71169b29 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-04-11T07:14:44.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661144717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:14:44.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:44.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661173175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T07:14:44.963Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:14:44.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661144717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:14:44.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:44.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661144717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:14:44.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:44.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "clamp",
  "timestamp": 1649661176143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:14:44.964Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:14:44.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661144717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:14:44.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:44.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "clamp",
  "timestamp": 1649661177149,
  "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-04-11T07:14:44.969Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 762a68ee-d762-4fb9-9cfb-49811d3c5baa
2022-04-11T07:14:44.969Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 762a68ee-d762-4fb9-9cfb-49811d3c5baa 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-04-11T07:14:44.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661144717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:14:44.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:44.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "clamp",
  "timestamp": 1649661132518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:14:44.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:44.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661144717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:14:44.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:44.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "aai-ml",
  "timestamp": 1649661177700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-11T07:14:44.982Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:14:44.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "clamp",
  "timestamp": 1649661132518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:14:44.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:44.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661144717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:14:44.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:44.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:44.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "aai-ml",
  "timestamp": 1649661178704,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:14:44.988Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 762a68ee-d762-4fb9-9cfb-49811d3c5baa
2022-04-11T07:14:44.988Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 762a68ee-d762-4fb9-9cfb-49811d3c5baa and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:14:45.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:45.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "clamp",
  "timestamp": 1649661132518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:14:45.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:45.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:45.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661144717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:14:45.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:45.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:45.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "aai-ml",
  "timestamp": 1649661138233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:14:45.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:45.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:45.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "clamp",
  "timestamp": 1649661132518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:14:45.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:45.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:45.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "aai-ml",
  "timestamp": 1649661138233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:14:45.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:45.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:45.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661182048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:14:45.004Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:14:45.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:45.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "clamp",
  "timestamp": 1649661132518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:14:45.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:45.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:45.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "aai-ml",
  "timestamp": 1649661138233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:14:45.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:45.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:45.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "clamp",
  "timestamp": 1649661132518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:14:45.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:45.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:45.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "aai-ml",
  "timestamp": 1649661138233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:14:45.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:45.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:45.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "clamp",
  "timestamp": 1649661132518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:14:45.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:45.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:45.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661184970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:14:45.006Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:14:45.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:45.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "aai-ml",
  "timestamp": 1649661138233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:14:45.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:45.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:45.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "clamp",
  "timestamp": 1649661132518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:14:45.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:45.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:45.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661185988,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:14:45.012Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a4122a51-8132-4926-ba10-ba9e71169b29
2022-04-11T07:14:45.012Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4122a51-8132-4926-ba10-ba9e71169b29 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:14:45.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:45.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "aai-ml",
  "timestamp": 1649661138233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:14:45.023Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:45.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:45.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "aai-ml",
  "timestamp": 1649661138233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:14:45.024Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:45.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:45.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "aai-ml",
  "timestamp": 1649661138233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:14:45.024Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:14:45.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:45.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "aai-ml",
  "timestamp": 1649661187996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:14:45.024Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:14:45.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:45.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "clamp",
  "timestamp": 1649661194209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:14:45.024Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:14:45.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:45.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "aai-ml",
  "timestamp": 1649661195810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-11T07:14:45.025Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:14:45.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:45.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "clamp",
  "timestamp": 1649661197159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:14:45.025Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:14:45.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:45.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "aai-ml",
  "timestamp": 1649661196814,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:14:45.030Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of a4122a51-8132-4926-ba10-ba9e71169b29
2022-04-11T07:14:45.031Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4122a51-8132-4926-ba10-ba9e71169b29 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:14:45.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:14:45.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "clamp",
  "timestamp": 1649661198162,
  "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-04-11T07:14:45.043Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a4122a51-8132-4926-ba10-ba9e71169b29
2022-04-11T07:14:45.044Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4122a51-8132-4926-ba10-ba9e71169b29 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-04-11T07:14:45.398Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:14:45.399Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-11T07:14:45.400Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:14:45.400Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:14:45.404Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-11T07:14:45.404Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e9072c84-9464-47d9-a9b0-b99f995f9af1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:14:45.404Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-11T07:14:45.405Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:14:45.406Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:14:45.407Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||try to send status {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661285404,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T07:14:45.507Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:14:45.508Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:14:45.508Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:14:45.520Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:14:45.521Z||pool-88-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T07:14:46.419Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||received message from topic
2022-04-11T07:14:46.419Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"3e2c468a-fe12-4d8e-a770-3b9642aea915","serviceName":"vFW 2022-04-11 07-09-44","serviceVersion":"1.0","serviceUUID":"64df5714-f436-4291-9223-6d2b54a6c2b9","serviceDescription":"catalog service description","serviceInvariantUUID":"a807c888-c45c-4842-9cfe-fb0e4d10d7a1","resources":[{"resourceInstanceName":"vFW 7342c7d6-4a45 0","resourceName":"vFW 7342c7d6-4a45","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0a4ada25-173f-4df2-a901-4c4a723afa31","resourceInvariantUUID":"1fcf7bea-2270-456b-9268-d5d0d6eb1067","resourceCustomizationUUID":"42dd2f3e-5593-4b95-83d2-d2fbc1dae329","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vf-license-model.xml","artifactChecksum":"OTBmNzcxNTFhY2QxM2FlYzU5N2ViZmUyMTQyY2E5NzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95d0e793-cf28-4d25-8080-41288735f83b","artifactVersion":"1"},{"artifactName":"vfw7342c7d64a450_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vfw7342c7d64a450_modules.json","artifactChecksum":"ZGVkNWNkNzdmNmNiNGFlNWMyYzc0YjA2Y2FiYzVkMWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1ce527ef-dd8d-4029-b0a5-7673f127ea8f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6461cc5c-dc23-4862-9780-52dacb7ffbc9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vendor-license-model.xml","artifactChecksum":"ZGM1Mzk4Yjk4Yzc5YmY2MTJmMWMyMmYwZGZkMWUxM2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b2bc67b9-3140-4618-922f-1834479806be","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d4c30f3d-911d-41c3-ae63-cee87b9ed7d8","artifactVersion":"2","generatedFromUUID":"6461cc5c-dc23-4862-9780-52dacb7ffbc9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220411070944-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-template.yml","artifactChecksum":"MzNlYmU4YmI1N2EyODg3NjkyOTJjMzJmODBiMWFlMmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5804a6fb-06ed-4aad-bf46-3eaac2778845","artifactVersion":"1"},{"artifactName":"service-Vfw20220411070944-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar","artifactChecksum":"ZTIyMGQ1YzZiMGJkOTg1N2U2NWQ0NjY3NjI4NmFmYTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"569ade60-5f12-4685-b3cc-6e90142025d8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T07:14:46.419Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:14:46.420Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:14:46.422Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:14:46.422Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||try to send status {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:14:46.522Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:14:46.523Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:14:46.523Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:14:46.537Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:14:46.537Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:14:47.423Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:14:47.423Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:14:47.427Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:14:47.428Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||try to send status {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vfw7342c7d64a450_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:14:47.526Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-11T07:14:47.528Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:14:47.528Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:14:47.563Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:14:47.564Z||pool-90-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:14:48.429Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:14:48.430Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:14:48.432Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:14:48.432Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||try to send status {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:14:48.532Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:14:48.534Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:14:48.534Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:14:48.547Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:14:48.548Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:14:49.433Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:14:49.434Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:14:49.436Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:14:49.436Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||try to send status {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:14:49.537Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:14:49.538Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:14:49.538Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:14:49.552Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:14:49.553Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:14:50.437Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:14:50.438Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:14:50.440Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:14:50.440Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||try to send status {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-11T07:14:50.540Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:14:50.541Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:14:50.541Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:14:50.553Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:14:50.554Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:14:51.441Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:14:51.441Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:14:51.444Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:14:51.444Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||try to send status {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:14:51.544Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:14:51.545Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:14:51.545Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:14:51.564Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:14:51.564Z||pool-94-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:14:52.444Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:14:52.445Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:14:52.447Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:14:52.447Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||try to send status {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:14:52.548Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-11T07:14:52.549Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:14:52.549Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:14:52.563Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:14:52.563Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:14:53.449Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "serviceName": "vFW 2022-04-11 07-09-44",
  "serviceVersion": "1.0",
  "serviceUUID": "64df5714-f436-4291-9223-6d2b54a6c2b9",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a807c888-c45c-4842-9cfe-fb0e4d10d7a1",
  "resources": [
    {
      "resourceInstanceName": "vFW 7342c7d6-4a45 0",
      "resourceCustomizationUUID": "42dd2f3e-5593-4b95-83d2-d2fbc1dae329",
      "resourceName": "vFW 7342c7d6-4a45",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0a4ada25-173f-4df2-a901-4c4a723afa31",
      "resourceInvariantUUID": "1fcf7bea-2270-456b-9268-d5d0d6eb1067",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw7342c7d64a450_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vfw7342c7d64a450_modules.json",
          "artifactChecksum": "ZGVkNWNkNzdmNmNiNGFlNWMyYzc0YjA2Y2FiYzVkMWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1ce527ef-dd8d-4029-b0a5-7673f127ea8f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6461cc5c-dc23-4862-9780-52dacb7ffbc9",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d4c30f3d-911d-41c3-ae63-cee87b9ed7d8",
            "generatedFromUUID": "6461cc5c-dc23-4862-9780-52dacb7ffbc9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d4c30f3d-911d-41c3-ae63-cee87b9ed7d8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220411070944-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar",
      "artifactChecksum": "ZTIyMGQ1YzZiMGJkOTg1N2U2NWQ0NjY3NjI4NmFmYTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "569ade60-5f12-4685-b3cc-6e90142025d8"
    }
  ],
  "workloadContext": "Production"
}
2022-04-11T07:14:53.449Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T07:14:53.450Z|e9072c84-9464-47d9-a9b0-b99f995f9af1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 64df5714-f436-4291-9223-6d2b54a6c2b9 ASDC
2022-04-11T07:14:53.450Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||ASDC Notification:
DistributionID:3e2c468a-fe12-4d8e-a770-3b9642aea915
ServiceName:vFW 2022-04-11 07-09-44
ServiceVersion:1.0
ServiceUUID:64df5714-f436-4291-9223-6d2b54a6c2b9
ServiceInvariantUUID:a807c888-c45c-4842-9cfe-fb0e4d10d7a1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220411070944-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar
ArtifactUUID:569ade60-5f12-4685-b3cc-6e90142025d8
ArtifactChecksum:ZTIyMGQ1YzZiMGJkOTg1N2U2NWQ0NjY3NjI4NmFmYTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7342c7d6-4a45 0
ResourceCustomizationUUID:42dd2f3e-5593-4b95-83d2-d2fbc1dae329
ResourceInvariantUUID:1fcf7bea-2270-456b-9268-d5d0d6eb1067
ResourceName:vFW 7342c7d6-4a45
ResourceType:VF
ResourceUUID:0a4ada25-173f-4df2-a901-4c4a723afa31
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7342c7d64a450_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vfw7342c7d64a450_modules.json
ArtifactUUID:1ce527ef-dd8d-4029-b0a5-7673f127ea8f
ArtifactChecksum:ZGVkNWNkNzdmNmNiNGFlNWMyYzc0YjA2Y2FiYzVkMWE=
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/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.yaml
ArtifactUUID:6461cc5c-dc23-4862-9780-52dacb7ffbc9
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.env
ArtifactUUID:d4c30f3d-911d-41c3-ae63-cee87b9ed7d8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.env
ArtifactUUID:d4c30f3d-911d-41c3-ae63-cee87b9ed7d8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-11T07:14:53.450Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 64df5714-f436-4291-9223-6d2b54a6c2b9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T07:14:53.488Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:14:53.489Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:14:53.489Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:14:53.490Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||Trying to download the artifact UUID: 569ade60-5f12-4685-b3cc-6e90142025d8 from URL: /sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar
2022-04-11T07:14:53.490Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:14:53.491Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar
2022-04-11T07:14:53.897Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:14:53.903Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar 569ade60-5f12-4685-b3cc-6e90142025d8 98967
2022-04-11T07:14:53.904Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar ASDC sendASDCNotification
2022-04-11T07:14:53.904Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar
2022-04-11T07:14:53.904Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:14:53.905Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:14:53.908Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:14:53.908Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||try to send status {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661293904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:14:54.008Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:14:54.009Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:14:54.009Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:14:54.021Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:14:54.021Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:14:54.909Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:14:54.910Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:14:54.910Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||Trying to write artifact UUID: 569ade60-5f12-4685-b3cc-6e90142025d8, URL: /sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar to file: /app/ASDC/1/service-Vfw20220411070944-csar.csar
2022-04-11T07:14:54.911Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220411070944-csar.csar
2022-04-11T07:14:54.912Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220411070944-csar.csar
2022-04-11T07:14:54.912Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220411070944-csar.csar
2022-04-11T07:14:55.137Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5581040038766928296/Definitions/service-Vfw20220411070944-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-04-11T07:14:57.254Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-11T07:14:57.255Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|WARN|500||####################################################################################################
2022-04-11T07:14:57.255Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220411070944-csar.csar
2022-04-11T07:14:57.255Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-11T07:14:57.255Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|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-Vfw20220411070944-csar.csar
2022-04-11T07:14:57.256Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|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-Vfw20220411070944-csar.csar
2022-04-11T07:14:57.256Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7342c7d6-4a45 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-Vfw20220411070944-csar.csar
2022-04-11T07:14:57.256Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|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-Vfw20220411070944-csar.csar
2022-04-11T07:14:57.256Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220411070944-csar.csar
2022-04-11T07:14:57.256Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220411070944-csar.csar
2022-04-11T07:14:57.256Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|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-Vfw20220411070944-csar.csar
2022-04-11T07:14:57.257Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|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-Vfw20220411070944-csar.csar
2022-04-11T07:14:57.257Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|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-Vfw20220411070944-csar.csar
2022-04-11T07:14:57.257Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220411070944-csar.csar
2022-04-11T07:14:57.257Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|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-Vfw20220411070944-csar.csar
2022-04-11T07:14:57.257Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220411070944-csar.csar
2022-04-11T07:14:57.257Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|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-Vfw20220411070944-csar.csar
2022-04-11T07:14:57.258Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|WARN|500||####################################################################################################
2022-04-11T07:14:57.258Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:14:57.258Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Service vFW 2022-04-11 07-09-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:14:57.258Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vFW 7342c7d6-4a45 0 is matching search criteria
2022-04-11T07:14:57.259Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Search for entities recursively
2022-04-11T07:14:57.259Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Found topology templates [vFW 7342c7d6-4a45 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:14:57.259Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:14:57.259Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Service vFW 2022-04-11 07-09-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:14:57.260Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vFW 7342c7d6-4a45 0 is matching search criteria
2022-04-11T07:14:57.260Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Search for entities recursively
2022-04-11T07:14:57.260Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Found topology templates [vFW 7342c7d6-4a45 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:14:57.261Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:14:57.261Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Service vFW 2022-04-11 07-09-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:14:57.262Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:14:57.262Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vFW 7342c7d6-4a45 0 is not matching search criteria
2022-04-11T07:14:57.262Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:14:57.262Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:14:57.262Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:14:57.263Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:14:57.263Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:14:57.263Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:14:57.263Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:14:57.264Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:14:57.264Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:14:57.264Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:14:57.264Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:14:57.264Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:14:57.265Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:14:57.265Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:14:57.265Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:14:57.265Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-11T07:14:57.265Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:14:57.266Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Service vFW 2022-04-11 07-09-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T07:14:57.266Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:14:57.266Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vFW 7342c7d6-4a45 0 is matching search criteria
2022-04-11T07:14:57.266Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Found topology templates [vFW 7342c7d6-4a45 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:14:57.267Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:14:57.267Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vFW 7342c7d6-4a45 0 is matching search criteria
2022-04-11T07:14:57.267Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Found topology templates [vFW 7342c7d6-4a45 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:14:57.268Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:14:57.268Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vFW 7342c7d6-4a45 0 is matching search criteria
2022-04-11T07:14:57.268Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Found topology templates [vFW 7342c7d6-4a45 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:14:57.268Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:14:57.268Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vFW 7342c7d6-4a45 0 is not matching search criteria
2022-04-11T07:14:57.269Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:14:57.269Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:14:57.269Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-11T07:14:57.269Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:14:57.270Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:14:57.270Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:14:57.270Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:14:57.270Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:14:57.270Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:14:57.271Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:14:57.271Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:14:57.271Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9d33cd0b-f42c-4367-9bc2-362f75a582e5
2022-04-11T07:14:57.272Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:14:57.272Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vFW 7342c7d6-4a45 0 is not matching search criteria
2022-04-11T07:14:57.272Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:14:57.272Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:14:57.273Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:14:57.273Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:14:57.273Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:14:57.273Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:14:57.273Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:14:57.274Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-11T07:14:57.274Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:14:57.274Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:14:57.274Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:14:57.274Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:14:57.275Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6d295772-5e48-44f1-9610-ea5601c0f902
2022-04-11T07:14:57.275Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:14:57.275Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vFW 7342c7d6-4a45 0 is not matching search criteria
2022-04-11T07:14:57.275Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:14:57.276Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:14:57.276Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:14:57.276Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:14:57.276Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:14:57.276Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:14:57.277Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:14:57.277Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:14:57.277Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:14:57.277Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:14:57.277Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:14:57.278Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-11T07:14:57.278Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=58be54f3-1e58-426a-a7c6-455de4621ee4
2022-04-11T07:14:57.278Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:14:57.278Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Service vFW 2022-04-11 07-09-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:14:57.279Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:14:57.279Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Service vFW 2022-04-11 07-09-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:14:57.279Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:14:57.279Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Service vFW 2022-04-11 07-09-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:14:57.280Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:14:57.283Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Service vFW 2022-04-11 07-09-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:14:57.283Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-11 07-09-44
Description:catalog service description
Model UUID:64df5714-f436-4291-9223-6d2b54a6c2b9
Model Version:NULL
Model InvariantUuid:a807c888-c45c-4842-9cfe-fb0e4d10d7a1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 7342c7d6-4a45
Model UUID:9d865c14-3f95-451c-a877-a3b709707231
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1fcf7bea-2270-456b-9268-d5d0d6eb1067
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:42dd2f3e-5593-4b95-83d2-d2fbc1dae329
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a71b6d77-3832-49e8-86f0-702ea3504f18
ModelName:Vfw7342c7d64a45..base_vfw..module-0
ModelUuid:151725e1-cc3f-4553-8157-ca515b76b714
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9d33cd0b-f42c-4367-9bc2-362f75a582e5
ModelInvariantUuid:3befdeef-3d5b-4d2c-844a-c5b9ac8c18e6
ModelName:vFW 7342c7d6-4a45-nodes.vfwCvfc
ModelUuid:ab0ca43c-d8a2-4b43-8f0d-81d7ca85d49f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:bafde082-79de-47b2-97c3-a0b905e6b7be
ModelInvariantUuid:7e147214-341f-499d-b490-13819ede02f6
ModelName:Vfw7342c7d64a45.compute.nodes.heat.vfw
ModelUuid:4bea1995-02c8-47bd-a7f8-649caf231ae3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6d295772-5e48-44f1-9610-ea5601c0f902
ModelInvariantUuid:69a09b51-2957-426f-bc87-c7569b706c30
ModelName:vFW 7342c7d6-4a45-nodes.vsnCvfc
ModelUuid:69751d7a-519b-4fcd-8725-d0d2c1024668
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a63ac0a6-d2eb-4ff0-b8a0-83128a489cf0
ModelInvariantUuid:2ab7464b-22e4-48a6-9a7f-d4be345abf65
ModelName:Vfw7342c7d64a45.compute.nodes.heat.vsn
ModelUuid:e1e0c577-5e70-4b01-8db9-c9536217715b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:58be54f3-1e58-426a-a7c6-455de4621ee4
ModelInvariantUuid:4dbb86d5-a1d5-45b5-a201-adf22dc004d2
ModelName:vFW 7342c7d6-4a45-nodes.vpgCvfc
ModelUuid:38149bca-15ba-48f8-aea7-967adbfb0ab4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:81901fd4-218c-43e5-ae33-1abac1612e42
ModelInvariantUuid:42004670-9d29-4922-9294-656c3d8476d8
ModelName:Vfw7342c7d64a45.compute.nodes.heat.vpg
ModelUuid:50eedeeb-63bc-4854-9d37-a17bdfd458d6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T07:14:57.292Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 0a4ada25-173f-4df2-a901-4c4a723afa31
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:14:57.300Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||vFW 7342c7d6-4a45 0
2022-04-11T07:14:57.300Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 0a4ada25-173f-4df2-a901-4c4a723afa31
2022-04-11T07:14:57.300Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||Trying to download the artifact UUID: 1ce527ef-dd8d-4029-b0a5-7673f127ea8f from URL: /sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vfw7342c7d64a450_modules.json
2022-04-11T07:14:57.301Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:14:57.301Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vfw7342c7d64a450_modules.json
2022-04-11T07:14:57.404Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:14:57.404Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vfw7342c7d64a450_modules.json 1ce527ef-dd8d-4029-b0a5-7673f127ea8f 785
2022-04-11T07:14:57.405Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vfw7342c7d64a450_modules.json ASDC sendASDCNotification
2022-04-11T07:14:57.405Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vfw7342c7d64a450_modules.json
2022-04-11T07:14:57.405Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:14:57.405Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:14:57.407Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:14:57.407Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||try to send status {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661297405,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vfw7342c7d64a450_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:14:57.508Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-11T07:14:57.509Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:14:57.509Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:14:57.529Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:14:57.531Z||pool-97-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:14:58.408Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7342c7d64a45..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a71b6d77-3832-49e8-86f0-702ea3504f18",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "151725e1-cc3f-4553-8157-ca515b76b714",
    "vfModuleModelCustomizationUUID": "55144452-a704-4a32-ba01-361caa4d9dea",
    "isBase": true,
    "artifacts": [
      "6461cc5c-dc23-4862-9780-52dacb7ffbc9",
      "d4c30f3d-911d-41c3-ae63-cee87b9ed7d8"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T07:14:58.414Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7342c7d64a45..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:151725e1-cc3f-4553-8157-ca515b76b714
VfModuleModelInvariantUUID:a71b6d77-3832-49e8-86f0-702ea3504f18
VfModuleModelDescription:NULL
Artifacts UUID List:{
6461cc5c-dc23-4862-9780-52dacb7ffbc9
,
d4c30f3d-911d-41c3-ae63-cee87b9ed7d8

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

isBase:true


}

2022-04-11T07:14:58.417Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7342c7d64a45..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a71b6d77-3832-49e8-86f0-702ea3504f18",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "151725e1-cc3f-4553-8157-ca515b76b714",
    "vfModuleModelCustomizationUUID": "55144452-a704-4a32-ba01-361caa4d9dea",
    "isBase": true,
    "artifacts": [
      "6461cc5c-dc23-4862-9780-52dacb7ffbc9",
      "d4c30f3d-911d-41c3-ae63-cee87b9ed7d8"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T07:14:58.417Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7342c7d64a45..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:151725e1-cc3f-4553-8157-ca515b76b714
VfModuleModelInvariantUUID:a71b6d77-3832-49e8-86f0-702ea3504f18
VfModuleModelDescription:NULL
Artifacts UUID List:{
6461cc5c-dc23-4862-9780-52dacb7ffbc9
,
d4c30f3d-911d-41c3-ae63-cee87b9ed7d8

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

isBase:true


}

2022-04-11T07:14:58.417Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||Trying to download the artifact UUID: 6461cc5c-dc23-4862-9780-52dacb7ffbc9 from URL: /sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.yaml
2022-04-11T07:14:58.418Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:14:58.418Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.yaml
2022-04-11T07:14:58.512Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:14:58.513Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.yaml 6461cc5c-dc23-4862-9780-52dacb7ffbc9 20368
2022-04-11T07:14:58.513Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-11T07:14:58.513Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.yaml
2022-04-11T07:14:58.513Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:14:58.514Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:14:58.516Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:14:58.517Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||try to send status {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661298513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:14:58.616Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:14:58.622Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:14:58.622Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:14:58.677Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:14:58.678Z||pool-98-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:14:59.518Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||Trying to download the artifact UUID: d4c30f3d-911d-41c3-ae63-cee87b9ed7d8 from URL: /sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.env
2022-04-11T07:14:59.518Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:14:59.519Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.env
2022-04-11T07:14:59.801Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:14:59.804Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.env d4c30f3d-911d-41c3-ae63-cee87b9ed7d8 2098
2022-04-11T07:14:59.805Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-11T07:14:59.805Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.env
2022-04-11T07:14:59.806Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:14:59.806Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:14:59.810Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:14:59.811Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||try to send status {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661299805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:14:59.910Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:14:59.912Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:14:59.912Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:15:00.029Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:15:00.030Z||pool-99-thread-1|||||INFO|500||cambria reply ok (119 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:15:00.811Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Preparing to deploy Service: 64df5714-f436-4291-9223-6d2b54a6c2b9
2022-04-11T07:15:00.812Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7342c7d6-4a45 0 0a4ada25-173f-4df2-a901-4c4a723afa31 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:15:00.855Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b9e8fd4, org.onap.sdc.toscaparser.api.parameters.Input@5d1116de, org.onap.sdc.toscaparser.api.parameters.Input@2370b599, org.onap.sdc.toscaparser.api.parameters.Input@541d9b94, org.onap.sdc.toscaparser.api.parameters.Input@3b125eec]
2022-04-11T07:15:00.856Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:15:00.857Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Service vFW 2022-04-11 07-09-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:15:00.857Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||VF Category is: Generic 
2022-04-11T07:15:00.857Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||VFCustomizationUUID= 42dd2f3e-5593-4b95-83d2-d2fbc1dae329
2022-04-11T07:15:00.858Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 42dd2f3e-5593-4b95-83d2-d2fbc1dae329 matches Tosca VF Customization UUID: 42dd2f3e-5593-4b95-83d2-d2fbc1dae329
2022-04-11T07:15:00.858Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||vfCustomizationUUID: 42dd2f3e-5593-4b95-83d2-d2fbc1dae329  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-11T07:15:00.861Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:15:00.866Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Service vFW 2022-04-11 07-09-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:15:00.867Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||resource request for resource customization id 42dd2f3e-5593-4b95-83d2-d2fbc1dae329: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-11T07:15:00.868Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@70e35722
2022-04-11T07:15:00.868Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:15:00.868Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Service vFW 2022-04-11 07-09-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T07:15:00.868Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 55144452-a704-4a32-ba01-361caa4d9dea
2022-04-11T07:15:00.868Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 55144452-a704-4a32-ba01-361caa4d9dea
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-11T07:15:00.872Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:15:00.872Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vFW 7342c7d6-4a45 0 is matching search criteria
2022-04-11T07:15:00.872Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Found topology templates [vFW 7342c7d6-4a45 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:15:00.873Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:15:00.873Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vFW 7342c7d6-4a45 0 is matching search criteria
2022-04-11T07:15:00.874Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Found topology templates [vFW 7342c7d6-4a45 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:15:00.874Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:15:00.874Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vFW 7342c7d6-4a45 0 is not matching search criteria
2022-04-11T07:15:00.875Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:15:00.875Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:15:00.875Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-11T07:15:00.875Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:15:00.876Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:15:00.876Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:15:00.876Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:15:00.876Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:15:00.877Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:15:00.877Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:15:00.877Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:15:00.877Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9d33cd0b-f42c-4367-9bc2-362f75a582e5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T07:15:00.883Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:15:00.883Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vFW 7342c7d6-4a45 0 is matching search criteria
2022-04-11T07:15:00.884Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Found topology templates [vFW 7342c7d6-4a45 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:15:00.884Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:15:00.884Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vFW 7342c7d6-4a45 0 is not matching search criteria
2022-04-11T07:15:00.884Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:15:00.884Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:15:00.884Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:15:00.885Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:15:00.885Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:15:00.885Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:15:00.885Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:15:00.885Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-11T07:15:00.885Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:15:00.885Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:15:00.885Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:15:00.886Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:15:00.886Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6d295772-5e48-44f1-9610-ea5601c0f902
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T07:15:00.902Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:15:00.903Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vFW 7342c7d6-4a45 0 is matching search criteria
2022-04-11T07:15:00.903Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Found topology templates [vFW 7342c7d6-4a45 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:15:00.904Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:15:00.904Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vFW 7342c7d6-4a45 0 is not matching search criteria
2022-04-11T07:15:00.904Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:15:00.905Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:15:00.905Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:15:00.906Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:15:00.906Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:15:00.907Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:15:00.907Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:15:00.907Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:15:00.907Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:15:00.908Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:15:00.908Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:15:00.909Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-11T07:15:00.909Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=58be54f3-1e58-426a-a7c6-455de4621ee4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T07:15:00.913Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:15:00.913Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vFW 7342c7d6-4a45 0 is matching search criteria
2022-04-11T07:15:00.913Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Found topology templates [vFW 7342c7d6-4a45 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:15:00.914Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:15:00.914Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Node template vFW 7342c7d6-4a45 0 is matching search criteria
2022-04-11T07:15:00.915Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Found topology templates [vFW 7342c7d6-4a45 0] matching following query criteria: sdcType=VF, customizationUUID=42dd2f3e-5593-4b95-83d2-d2fbc1dae329
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:15:00.918Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:15:00.919Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Service vFW 2022-04-11 07-09-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:15:00.919Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500|| resourceSeq for service uuid 64df5714-f436-4291-9223-6d2b54a6c2b9: vFW 7342c7d6-4a45
2022-04-11T07:15:00.919Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:15:00.920Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Service vFW 2022-04-11 07-09-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:15:00.920Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:15:00.920Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Service vFW 2022-04-11 07-09-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:15:00.921Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:15:00.921Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Service vFW 2022-04-11 07-09-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:15:00.921Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:15:00.922Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Service vFW 2022-04-11 07-09-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:15:00.922Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:15:00.923Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Service vFW 2022-04-11 07-09-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:15:00.923Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||Saving Service: vFW 2022-04-11 07-09-44 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:15:01.143Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7342c7d6-4a45 0a4ada25-173f-4df2-a901-4c4a723afa31 1 ASDC deployResourceStructure
2022-04-11T07:15:01.144Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vfw7342c7d64a450_modules.json ASDC sendASDCNotification
2022-04-11T07:15:01.144Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vfw7342c7d64a450_modules.json
2022-04-11T07:15:01.144Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:15:01.144Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:15:01.146Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:15:01.146Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||try to send status {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661301144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vfw7342c7d64a450_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T07:15:01.247Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:15:01.248Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:15:01.249Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:15:01.268Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:15:01.268Z||pool-100-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:15:02.148Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-11T07:15:02.148Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.yaml
2022-04-11T07:15:02.149Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:15:02.150Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:15:02.162Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:15:02.162Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||try to send status {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661302147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T07:15:02.254Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-04-11T07:15:02.255Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:15:02.255Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:15:02.279Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:15:02.280Z||pool-101-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:15:03.164Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-11T07:15:03.164Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.env
2022-04-11T07:15:03.164Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:15:03.165Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:15:03.168Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:15:03.168Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||try to send status {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661303164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-11T07:15:03.268Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:15:03.269Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:15:03.269Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:15:03.289Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:15:03.289Z||pool-102-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:15:04.169Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar ASDC sendASDCNotification
2022-04-11T07:15:04.169Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar
2022-04-11T07:15:04.170Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:15:04.172Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:15:04.175Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:15:04.175Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||try to send status {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661304169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:15:04.276Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-11T07:15:04.277Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:15:04.277Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:15:04.292Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:15:04.292Z||pool-103-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:15:05.176Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e2c468a-fe12-4d8e-a770-3b9642aea915
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:15:05.197Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e2c468a-fe12-4d8e-a770-3b9642aea915
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:15:05.203Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:15:05.203Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T07:15:05.203Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T07:15:05.203Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T07:15:05.203Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-11T07:15:05.204Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:15:05.210Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T07:15:35.210Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 3e2c468a-fe12-4d8e-a770-3b9642aea915 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T07:15:35.218Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3e2c468a-fe12-4d8e-a770-3b9642aea915 and serviceModelVersionId: 64df5714-f436-4291-9223-6d2b54a6c2b9
2022-04-11T07:15:35.218Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a807c888-c45c-4842-9cfe-fb0e4d10d7a1
2022-04-11T07:15:35.219Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0
2022-04-11T07:15:35.223Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-11T07:15:35.263Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3187f681-60aa-474a-9682-aaf3897ab6ad/model-vers/model-ver/5fabc059-6ada-4e22-9957-e321aabf44ac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T07:15:35.264Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||Invoke
2022-04-11T07:15:36.780Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T07:15:36.781Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||Invoke
2022-04-11T07:15:38.316Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T07:15:38.318Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||Invoke
2022-04-11T07:15:39.351Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:15:39.352Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-11T07:15:39.352Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:15:39.352Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:15:39.358Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-11T07:15:39.358Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3e2c468a-fe12-4d8e-a770-3b9642aea915 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:15:39.358Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-11T07:15:39.359Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:15:39.361Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:15:39.361Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||try to send status {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661339358,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T07:15:39.461Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:15:39.462Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:15:39.462Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:15:39.479Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:15:39.480Z||pool-104-thread-1|||||INFO|500||cambria reply ok (18 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-04-11T07:15:40.377Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||received message from topic
2022-04-11T07:15:40.378Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"762a68ee-d762-4fb9-9cfb-49811d3c5baa","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"290b7280-0db9-43db-ae9b-a2407c72bd1f","serviceDescription":"service","serviceInvariantUUID":"f19493d2-c879-497e-8a3d-3d73b648cf93","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"45ca1003-9e30-47c8-acf3-1bb5e7a6cc27","resourceInvariantUUID":"f0c8c118-130e-42e5-be5e-bd82e9f20c79","resourceCustomizationUUID":"2fa70cad-4d88-4e13-98ce-64e95dbbe52f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"OWQ3ZWUyMzgwNThmMDI3YzE0OTc2MTk5ZWEzNTVlM2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"22b42b3e-f83f-42ef-aeb4-11192600b813","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"Nzg1ZDI5YWE4NmFlMGRhNzQ0MDhlYWY3MzYzYmNlN2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"936749a2-e35c-4042-9a8c-da5e527844e2","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ec0802b2-6a45-48ce-8c48-a2c407d08388","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a6f50d45-a4a6-4d57-9cac-acbbc8e47511","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0ef10c2f-e4bf-4000-8211-07c2a4f8dbb3","artifactVersion":"2","generatedFromUUID":"6ae42546-c92c-4c01-a54b-6a6da893892a"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e2c472c5-12ca-48a7-85c8-af918ce20fa7","artifactVersion":"2","generatedFromUUID":"ec0802b2-6a45-48ce-8c48-a2c407d08388"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6ae42546-c92c-4c01-a54b-6a6da893892a","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b2aa5cc4-84c3-491f-a6e6-d726c25a9334","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"MmRjZWViMDMxMTk2MDY5M2IxY2JiMTBkNDA3Y2Q5OTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"009f02e2-8124-4eb5-8ffe-9557eb70c65f","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MzlkNzBmMTc0NWJkNjA3ZmI0NmRhNTZmMzk0NWUxMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6f0b8d6d-492d-434d-a2bc-c72432db234e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T07:15:40.379Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:15:40.380Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:15:40.382Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:15:40.383Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||try to send status {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:15:40.483Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:15:40.483Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:15:40.484Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:15:40.498Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:15:40.499Z||pool-105-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:15:41.384Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:15:41.384Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:15:41.386Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:15:41.386Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||try to send status {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:15:41.487Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-11T07:15:41.488Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:15:41.488Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:15:41.503Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:15:41.504Z||pool-106-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:15:42.387Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:15:42.388Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:15:42.390Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:15:42.391Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||try to send status {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:15:42.491Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:15:42.492Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:15:42.492Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:15:42.507Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:15:42.508Z||pool-107-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:15:43.392Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:15:43.393Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:15:43.395Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:15:43.396Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||try to send status {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:15:43.496Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:15:43.497Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:15:43.497Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:15:43.508Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:15:43.508Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:15:44.397Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:15:44.398Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:15:44.400Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:15:44.401Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||try to send status {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-11T07:15:44.501Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:15:44.502Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:15:44.502Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:15:44.530Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:15:44.531Z||pool-109-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:15:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:15:44.825Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:15:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:15:44.897Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:15:44.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:15:44.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79fcc567-1389-493c-a97f-b00e366baa7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661226433,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T07:15:44.899Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:15:44.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:15:44.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:15:44.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:15:44.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:15:44.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-11T07:15:44.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:15:44.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:15:44.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-11T07:15:44.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:15:44.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:15:44.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:15:44.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:15:44.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:15:44.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:15:44.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:15:44.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:15:44.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:15:44.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:15:44.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:15:44.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-11T07:15:44.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:15:44.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:15:44.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:15:44.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:15:44.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:15:44.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:15:44.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:15:44.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:15:44.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661236698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:15:44.902Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:15:44.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:15:44.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661239394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:15:44.903Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:15:44.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:15:44.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661240687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:15:44.903Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:15:44.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:15:44.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661241751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:15:44.903Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:15:44.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:15:44.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661242925,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:15:44.905Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:15:44.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:15:44.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661243975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:15:44.905Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:15:44.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:15:44.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661245152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-11T07:15:44.905Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:15:44.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:15:44.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661246161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-11T07:15:44.906Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:15:44.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:15:44.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661247165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T07:15:44.910Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:15:44.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:15:44.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661248168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T07:15:44.910Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:15:44.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:15:44.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661249174,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-11T07:15:44.910Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:15:44.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:15:44.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661250178,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:15:44.911Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:15:45.402Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:15:45.402Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:15:45.404Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:15:45.405Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||try to send status {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-11T07:15:45.505Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:15:45.506Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:15:45.506Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:15:45.517Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:15:45.518Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:15:46.405Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:15:46.406Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:15:46.408Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:15:46.408Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||try to send status {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-11T07:15:46.509Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:15:46.510Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:15:46.510Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:15:46.522Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:15:46.522Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:15:47.410Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:15:47.412Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:15:47.418Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:15:47.418Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||try to send status {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:15:47.518Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:15:47.519Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:15:47.519Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:15:47.545Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:15:47.545Z||pool-112-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:15:48.419Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:15:48.420Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:15:48.423Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:15:48.423Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||try to send status {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:15:48.523Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:15:48.524Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:15:48.525Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:15:48.544Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:15:48.544Z||pool-113-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:15:49.424Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:15:49.425Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:15:49.427Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:15:49.427Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||try to send status {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:15:49.527Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:15:49.528Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:15:49.528Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:15:49.541Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:15:49.541Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:15:50.428Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "290b7280-0db9-43db-ae9b-a2407c72bd1f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f19493d2-c879-497e-8a3d-3d73b648cf93",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "2fa70cad-4d88-4e13-98ce-64e95dbbe52f",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "45ca1003-9e30-47c8-acf3-1bb5e7a6cc27",
      "resourceInvariantUUID": "f0c8c118-130e-42e5-be5e-bd82e9f20c79",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "Nzg1ZDI5YWE4NmFlMGRhNzQ0MDhlYWY3MzYzYmNlN2U\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "936749a2-e35c-4042-9a8c-da5e527844e2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ec0802b2-6a45-48ce-8c48-a2c407d08388",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e2c472c5-12ca-48a7-85c8-af918ce20fa7",
            "generatedFromUUID": "ec0802b2-6a45-48ce-8c48-a2c407d08388"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0ef10c2f-e4bf-4000-8211-07c2a4f8dbb3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e2c472c5-12ca-48a7-85c8-af918ce20fa7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6ae42546-c92c-4c01-a54b-6a6da893892a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MzlkNzBmMTc0NWJkNjA3ZmI0NmRhNTZmMzk0NWUxMDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6f0b8d6d-492d-434d-a2bc-c72432db234e"
    }
  ],
  "workloadContext": "Production"
}
2022-04-11T07:15:50.428Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T07:15:50.429Z|3e2c468a-fe12-4d8e-a770-3b9642aea915|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 290b7280-0db9-43db-ae9b-a2407c72bd1f ASDC
2022-04-11T07:15:50.429Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||ASDC Notification:
DistributionID:762a68ee-d762-4fb9-9cfb-49811d3c5baa
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:290b7280-0db9-43db-ae9b-a2407c72bd1f
ServiceInvariantUUID:f19493d2-c879-497e-8a3d-3d73b648cf93
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:6f0b8d6d-492d-434d-a2bc-c72432db234e
ArtifactChecksum:MzlkNzBmMTc0NWJkNjA3ZmI0NmRhNTZmMzk0NWUxMDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:2fa70cad-4d88-4e13-98ce-64e95dbbe52f
ResourceInvariantUUID:f0c8c118-130e-42e5-be5e-bd82e9f20c79
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:45ca1003-9e30-47c8-acf3-1bb5e7a6cc27
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:936749a2-e35c-4042-9a8c-da5e527844e2
ArtifactChecksum:Nzg1ZDI5YWE4NmFlMGRhNzQ0MDhlYWY3MzYzYmNlN2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:ec0802b2-6a45-48ce-8c48-a2c407d08388
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:e2c472c5-12ca-48a7-85c8-af918ce20fa7
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:0ef10c2f-e4bf-4000-8211-07c2a4f8dbb3
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:e2c472c5-12ca-48a7-85c8-af918ce20fa7
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:6ae42546-c92c-4c01-a54b-6a6da893892a
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-11T07:15:50.429Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 290b7280-0db9-43db-ae9b-a2407c72bd1f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T07:15:50.491Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:15:50.492Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:15:50.492Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:15:50.493Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||Trying to download the artifact UUID: 6f0b8d6d-492d-434d-a2bc-c72432db234e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-11T07:15:50.493Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:15:50.493Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-11T07:15:51.292Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:15:51.303Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 6f0b8d6d-492d-434d-a2bc-c72432db234e 158208
2022-04-11T07:15:51.303Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-04-11T07:15:51.303Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-11T07:15:51.303Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:15:51.303Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:15:51.307Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:15:51.307Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||try to send status {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661351303,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:15:51.406Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:15:51.407Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:15:51.408Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:15:51.421Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:15:51.423Z||pool-115-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:15:52.308Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:15:52.311Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:15:52.312Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||Trying to write artifact UUID: 6f0b8d6d-492d-434d-a2bc-c72432db234e, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-11T07:15:52.312Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-04-11T07:15:52.313Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-11T07:15:52.313Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-11T07:15:52.522Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2615080442590487267/Definitions/service-BasicCnfMacro-template.yml
2022-04-11T07:15:53.924Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-11T07:15:53.925Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|WARN|500||####################################################################################################
2022-04-11T07:15:53.925Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-11T07:15:53.925Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-11T07:15:53.926Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-11T07:15:53.926Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-11T07:15:53.926Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-11T07:15:53.926Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-11T07:15:53.927Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|WARN|500||####################################################################################################
2022-04-11T07:15:53.927Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:15:53.927Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:15:53.928Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-11T07:15:53.928Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Search for entities recursively
2022-04-11T07:15:53.928Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:15:53.929Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:15:53.929Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:15:53.929Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-11T07:15:53.930Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Search for entities recursively
2022-04-11T07:15:53.930Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:15:53.930Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:15:53.931Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:15:53.931Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:15:53.932Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-04-11T07:15:53.932Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-04-11T07:15:53.932Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Node template dummy_base is not matching search criteria
2022-04-11T07:15:53.933Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-11T07:15:53.933Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:15:53.933Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T07:15:53.933Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:15:53.934Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-11T07:15:53.934Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:15:53.934Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:15:53.934Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-11T07:15:53.935Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:15:53.935Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:15:53.935Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-11T07:15:53.936Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:15:53.936Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:15:53.936Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-11T07:15:53.937Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:15:53.937Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:15:53.937Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-04-11T07:15:53.937Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-04-11T07:15:53.938Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=5156db4a-e100-4c3b-864d-b8cc93268696
2022-04-11T07:15:53.938Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:15:53.938Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:15:53.938Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:15:53.938Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:15:53.939Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:15:53.939Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:15:53.939Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:15:53.940Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:15:53.941Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:290b7280-0db9-43db-ae9b-a2407c72bd1f
Model Version:NULL
Model InvariantUuid:f19493d2-c879-497e-8a3d-3d73b648cf93
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:0cc08cf1-c7a5-459a-9efd-2c34f3862027
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f0c8c118-130e-42e5-be5e-bd82e9f20c79
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2fa70cad-4d88-4e13-98ce-64e95dbbe52f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5e1c9fa6-d93e-4990-9cd4-92b21db37004
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:ffbcaeee-476a-486a-bfc7-e25b8d21833a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:7c813f14-8575-4ff2-9d1a-f7890cff2ab0
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:a9a36b25-325e-4596-9fd4-40c05c55f027
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5156db4a-e100-4c3b-864d-b8cc93268696
ModelInvariantUuid:4bc57bef-f212-4890-9fa3-8eb9d798f015
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:99f18d29-52a4-476d-9e1f-5415a62d098e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:852d71d4-35f4-4936-b6b0-d4789ece614a
ModelInvariantUuid:3b590bae-180e-410b-b8f8-8b9bce1856da
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:eff1b126-62f3-44e8-936b-e95cced3f95c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T07:15:53.961Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 45ca1003-9e30-47c8-acf3-1bb5e7a6cc27
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:15:53.968Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||basic_cnf_macro 0
2022-04-11T07:15:53.968Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 45ca1003-9e30-47c8-acf3-1bb5e7a6cc27
2022-04-11T07:15:53.969Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||Trying to download the artifact UUID: 936749a2-e35c-4042-9a8c-da5e527844e2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-11T07:15:53.969Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:15:53.970Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-11T07:15:54.291Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:15:54.300Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 936749a2-e35c-4042-9a8c-da5e527844e2 1565
2022-04-11T07:15:54.301Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-04-11T07:15:54.301Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-11T07:15:54.301Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:15:54.301Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:15:54.304Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:15:54.304Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||try to send status {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661354301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:15:54.404Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:15:54.407Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:15:54.407Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:15:54.421Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:15:54.422Z||pool-116-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:15:55.305Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "7c813f14-8575-4ff2-9d1a-f7890cff2ab0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a9a36b25-325e-4596-9fd4-40c05c55f027",
    "vfModuleModelCustomizationUUID": "51180513-a0de-4699-9088-40009102632e",
    "isBase": true,
    "artifacts": [
      "ec0802b2-6a45-48ce-8c48-a2c407d08388",
      "e2c472c5-12ca-48a7-85c8-af918ce20fa7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "5e1c9fa6-d93e-4990-9cd4-92b21db37004",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ffbcaeee-476a-486a-bfc7-e25b8d21833a",
    "vfModuleModelCustomizationUUID": "224efe88-6589-4b1f-a488-4cab8ab91047",
    "isBase": false,
    "artifacts": [
      "6ae42546-c92c-4c01-a54b-6a6da893892a"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T07:15:55.308Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a9a36b25-325e-4596-9fd4-40c05c55f027
VfModuleModelInvariantUUID:7c813f14-8575-4ff2-9d1a-f7890cff2ab0
VfModuleModelDescription:NULL
Artifacts UUID List:{
ec0802b2-6a45-48ce-8c48-a2c407d08388
,
e2c472c5-12ca-48a7-85c8-af918ce20fa7

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:ffbcaeee-476a-486a-bfc7-e25b8d21833a
VfModuleModelInvariantUUID:5e1c9fa6-d93e-4990-9cd4-92b21db37004
VfModuleModelDescription:NULL
Artifacts UUID List:{
6ae42546-c92c-4c01-a54b-6a6da893892a

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-04-11T07:15:55.311Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "7c813f14-8575-4ff2-9d1a-f7890cff2ab0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a9a36b25-325e-4596-9fd4-40c05c55f027",
    "vfModuleModelCustomizationUUID": "51180513-a0de-4699-9088-40009102632e",
    "isBase": true,
    "artifacts": [
      "ec0802b2-6a45-48ce-8c48-a2c407d08388",
      "e2c472c5-12ca-48a7-85c8-af918ce20fa7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "5e1c9fa6-d93e-4990-9cd4-92b21db37004",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ffbcaeee-476a-486a-bfc7-e25b8d21833a",
    "vfModuleModelCustomizationUUID": "224efe88-6589-4b1f-a488-4cab8ab91047",
    "isBase": false,
    "artifacts": [
      "6ae42546-c92c-4c01-a54b-6a6da893892a"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T07:15:55.311Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a9a36b25-325e-4596-9fd4-40c05c55f027
VfModuleModelInvariantUUID:7c813f14-8575-4ff2-9d1a-f7890cff2ab0
VfModuleModelDescription:NULL
Artifacts UUID List:{
ec0802b2-6a45-48ce-8c48-a2c407d08388
,
e2c472c5-12ca-48a7-85c8-af918ce20fa7

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:ffbcaeee-476a-486a-bfc7-e25b8d21833a
VfModuleModelInvariantUUID:5e1c9fa6-d93e-4990-9cd4-92b21db37004
VfModuleModelDescription:NULL
Artifacts UUID List:{
6ae42546-c92c-4c01-a54b-6a6da893892a

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-04-11T07:15:55.311Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||Trying to download the artifact UUID: ec0802b2-6a45-48ce-8c48-a2c407d08388 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-11T07:15:55.311Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:15:55.312Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-11T07:15:55.496Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:15:55.497Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ec0802b2-6a45-48ce-8c48-a2c407d08388 914
2022-04-11T07:15:55.497Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-04-11T07:15:55.497Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-11T07:15:55.497Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:15:55.498Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:15:55.500Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:15:55.500Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||try to send status {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661355497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:15:55.600Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:15:55.601Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:15:55.601Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:15:55.614Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:15:55.615Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:15:56.501Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||Trying to download the artifact UUID: 0ef10c2f-e4bf-4000-8211-07c2a4f8dbb3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-04-11T07:15:56.502Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:15:56.502Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-04-11T07:15:56.697Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:15:56.698Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 0ef10c2f-e4bf-4000-8211-07c2a4f8dbb3 12
2022-04-11T07:15:56.698Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-04-11T07:15:56.698Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-04-11T07:15:56.699Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:15:56.699Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:15:56.701Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:15:56.702Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||try to send status {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661356698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:15:56.802Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:15:56.802Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:15:56.803Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:15:56.814Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:15:56.814Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:15:57.704Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||Trying to download the artifact UUID: e2c472c5-12ca-48a7-85c8-af918ce20fa7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-11T07:15:57.705Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:15:57.705Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-11T07:15:57.892Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:15:57.892Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env e2c472c5-12ca-48a7-85c8-af918ce20fa7 96
2022-04-11T07:15:57.893Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-04-11T07:15:57.893Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-11T07:15:57.893Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:15:57.894Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:15:57.899Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:15:57.900Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||try to send status {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661357893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:15:57.999Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:15:58.000Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:15:58.000Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:15:58.015Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:15:58.016Z||pool-119-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:15:58.901Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||Trying to download the artifact UUID: 6ae42546-c92c-4c01-a54b-6a6da893892a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-04-11T07:15:58.901Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:15:58.902Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-04-11T07:15:59.106Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:15:59.107Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 6ae42546-c92c-4c01-a54b-6a6da893892a 20206
2022-04-11T07:15:59.107Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-04-11T07:15:59.108Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-04-11T07:15:59.108Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:15:59.109Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:15:59.111Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:15:59.112Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||try to send status {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661359107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:15:59.212Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:15:59.213Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:15:59.213Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:15:59.225Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:15:59.226Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:16:00.116Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Preparing to deploy Service: 290b7280-0db9-43db-ae9b-a2407c72bd1f
2022-04-11T07:16:00.117Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 45ca1003-9e30-47c8-acf3-1bb5e7a6cc27 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:16:00.124Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@22530e3d, org.onap.sdc.toscaparser.api.parameters.Input@62ab1b38, org.onap.sdc.toscaparser.api.parameters.Input@70a72865, org.onap.sdc.toscaparser.api.parameters.Input@138d91e4, org.onap.sdc.toscaparser.api.parameters.Input@2995474e]
2022-04-11T07:16:00.126Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:00.127Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:16:00.127Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||VF Category is: Generic 
2022-04-11T07:16:00.127Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||VFCustomizationUUID= 2fa70cad-4d88-4e13-98ce-64e95dbbe52f
2022-04-11T07:16:00.127Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2fa70cad-4d88-4e13-98ce-64e95dbbe52f matches Tosca VF Customization UUID: 2fa70cad-4d88-4e13-98ce-64e95dbbe52f
2022-04-11T07:16:00.128Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||vfCustomizationUUID: 2fa70cad-4d88-4e13-98ce-64e95dbbe52f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-11T07:16:00.130Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:00.131Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:16:00.132Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||resource request for resource customization id 2fa70cad-4d88-4e13-98ce-64e95dbbe52f: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-04-11T07:16:00.132Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@258da59a
2022-04-11T07:16:00.132Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:00.133Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T07:16:00.133Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 224efe88-6589-4b1f-a488-4cab8ab91047
2022-04-11T07:16:00.133Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 224efe88-6589-4b1f-a488-4cab8ab91047
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-11T07:16:00.136Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:00.136Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-11T07:16:00.136Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:16:00.137Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:00.137Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-11T07:16:00.137Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:16:00.137Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:00.138Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-11T07:16:00.138Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2fa70cad-4d88-4e13-98ce-64e95dbbe52f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:16:00.139Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:00.140Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:16:00.140Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500|| resourceSeq for service uuid 290b7280-0db9-43db-ae9b-a2407c72bd1f: basic_cnf_macro
2022-04-11T07:16:00.140Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:00.141Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:16:00.141Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:00.141Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:16:00.141Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:00.142Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:16:00.142Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:00.142Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:16:00.142Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:00.142Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:16:00.143Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:16:00.174Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 45ca1003-9e30-47c8-acf3-1bb5e7a6cc27 2 ASDC deployResourceStructure
2022-04-11T07:16:00.174Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-04-11T07:16:00.175Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-11T07:16:00.175Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:16:00.175Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:16:00.179Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:16:00.179Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||try to send status {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661360174,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T07:16:00.278Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:16:00.279Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:16:00.279Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:16:00.298Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:16:00.298Z||pool-121-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:16:01.181Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-04-11T07:16:01.181Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-11T07:16:01.181Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:16:01.182Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:16:01.185Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:16:01.185Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||try to send status {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661361180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T07:16:01.285Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:16:01.286Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:16:01.286Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:16:01.300Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:16:01.301Z||pool-122-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:16:02.186Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-04-11T07:16:02.187Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-04-11T07:16:02.187Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-11T07:16:02.187Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:16:02.190Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:16:02.190Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||try to send status {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661362186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-11T07:16:02.290Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:16:02.291Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:16:02.291Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:16:02.306Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:16:02.307Z||pool-123-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:16:03.191Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-04-11T07:16:03.191Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-11T07:16:03.192Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:16:03.192Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:16:03.194Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:16:03.194Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||try to send status {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661363191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-04-11T07:16:03.294Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:16:03.295Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:16:03.295Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:16:03.306Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:16:03.306Z||pool-124-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:16:04.195Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-04-11T07:16:04.196Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-04-11T07:16:04.196Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-11T07:16:04.197Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:16:04.199Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:16:04.199Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||try to send status {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661364195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-11T07:16:04.299Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:16:04.301Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:16:04.301Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:16:04.322Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:16:04.322Z||pool-125-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:16:05.200Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-04-11T07:16:05.200Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-11T07:16:05.202Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:16:05.202Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:16:05.204Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:16:05.204Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||try to send status {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661365200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:16:05.306Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-11T07:16:05.307Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:16:05.307Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:16:05.319Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:16:05.319Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:16:06.205Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 762a68ee-d762-4fb9-9cfb-49811d3c5baa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:16:06.216Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 762a68ee-d762-4fb9-9cfb-49811d3c5baa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:16:06.219Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:16:06.219Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T07:16:06.219Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T07:16:06.220Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T07:16:06.220Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-11T07:16:06.220Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:16:06.225Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T07:16:36.226Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 762a68ee-d762-4fb9-9cfb-49811d3c5baa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T07:16:36.232Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 762a68ee-d762-4fb9-9cfb-49811d3c5baa and serviceModelVersionId: 290b7280-0db9-43db-ae9b-a2407c72bd1f
2022-04-11T07:16:36.232Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f19493d2-c879-497e-8a3d-3d73b648cf93
2022-04-11T07:16:36.233Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0
2022-04-11T07:16:36.236Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-11T07:16:36.274Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a807c888-c45c-4842-9cfe-fb0e4d10d7a1/model-vers/model-ver/64df5714-f436-4291-9223-6d2b54a6c2b9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T07:16:36.276Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||Invoke
2022-04-11T07:16:37.805Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T07:16:37.810Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||Invoke
2022-04-11T07:16:39.341Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T07:16:39.342Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||Invoke
2022-04-11T07:16:40.383Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:16:40.385Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-11T07:16:40.386Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:16:40.386Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:16:40.399Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-11T07:16:40.400Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 762a68ee-d762-4fb9-9cfb-49811d3c5baa and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:16:40.400Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-11T07:16:40.400Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:16:40.402Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:16:40.402Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||try to send status {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661400400,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T07:16:40.502Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:16:40.504Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:16:40.504Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:16:40.521Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:16:40.522Z||pool-127-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-04-11T07:16:41.414Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||received message from topic
2022-04-11T07:16:41.414Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"a4122a51-8132-4926-ba10-ba9e71169b29","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8","serviceDescription":"service","serviceInvariantUUID":"0c061b80-3beb-40e4-9ca3-37c0c716deec","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4cf98b4d-f1ea-4e17-9cef-5cf7f634c5cd","resourceInvariantUUID":"025d3076-bb17-4bde-8f0c-57fb3c94b4c5","resourceCustomizationUUID":"ce700a18-ca56-495a-8f41-f54c64cf4912","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":"NmRkMDA0ODMzZGU0NjZkN2E5OTM0ZjdiOGQ3YWJiMzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"790b213e-b284-45a9-b239-071632c0a1c8","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":"M2Y5MjJlMWVkMjNmYTFhNmMwN2VhMmVhZDUxNDkxOTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b79f155a-3bf9-47bc-be1b-8959dfac3554","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":"a235b324-65b3-4191-a7ed-add4513d81d8","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":"e7377397-04e6-4f10-8ba0-ff43ef99db35","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":"b69b67e8-396f-48a6-b22f-066fa1eaaca5","artifactVersion":"2","generatedFromUUID":"a235b324-65b3-4191-a7ed-add4513d81d8"},{"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":"YjZhMGU1Y2JkZWNhNWZjNzk4ODRhOWM5M2FlMTZlZTE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e0f18f6b-1537-4e2b-a6a0-22214a6dd3c3","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":"MjQwZmMwNzM1Mjc1Y2ExNmU1ZDU1ZmI3YTJiNTYzYjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2193e927-33e6-4df8-a779-b15e5f7a8f61","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZGE2M2Y3OTgyNGI3ZWIwZjBkOTgwNWJlZDE1OTJkYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cd8633e1-c887-4b5a-8091-305c67ba02e8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T07:16:41.415Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:16:41.415Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:16:41.418Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:16:41.418Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||try to send status {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:16:41.518Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:16:41.519Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:16:41.519Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:16:41.530Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:16:41.530Z||pool-128-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:16:42.421Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:16:42.423Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:16:42.426Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:16:42.426Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||try to send status {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:16:42.526Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:16:42.527Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:16:42.527Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:16:42.541Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:16:42.541Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:16:43.427Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:16:43.430Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:16:43.432Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:16:43.433Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||try to send status {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:16:43.532Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:16:43.533Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:16:43.533Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:16:43.544Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:16:43.545Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:16:44.433Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:16:44.434Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:16:44.438Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:16:44.438Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||try to send status {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:16:44.537Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:16:44.538Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:16:44.538Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:16:44.557Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:16:44.558Z||pool-131-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:16:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:16:44.825Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:16:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:16:44.845Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:16:44.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:16:44.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9072c84-9464-47d9-a9b0-b99f995f9af1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661285404,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T07:16:44.847Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:16:44.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:16:44.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:16:44.847Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:16:44.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:16:44.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vfw7342c7d64a450_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:16:44.848Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:16:44.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:16:44.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:16:44.848Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:16:44.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:16:44.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:16:44.848Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:16:44.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:16:44.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-11T07:16:44.848Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:16:44.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:16:44.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:16:44.848Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:16:44.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:16:44.849Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:16:44.849Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:16:44.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:16:44.849Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661293904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:16:44.849Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:16:44.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:16:44.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661297405,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vfw7342c7d64a450_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:16:44.850Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:16:44.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:16:44.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661298513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:16:44.850Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:16:44.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:16:44.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661299805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:16:44.851Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:16:44.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:16:44.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661301144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/vfw7342c7d64a450_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T07:16:44.851Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:16:44.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:16:44.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661302147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T07:16:44.852Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:16:44.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:16:44.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661303164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/resourceInstances/vfw7342c7d64a450/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-11T07:16:44.852Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:16:44.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:16:44.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661304169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411070944/1.0/artifacts/service-Vfw20220411070944-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:16:44.853Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:16:44.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:16:44.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e2c468a-fe12-4d8e-a770-3b9642aea915",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661339358,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T07:16:44.853Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:16:44.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:16:44.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:16:44.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:16:44.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:16:44.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:16:44.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:16:44.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:16:44.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:16:44.855Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:16:44.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:16:44.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:16:44.855Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:16:44.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:16:44.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-11T07:16:44.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:16:45.441Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:16:45.442Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:16:45.444Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:16:45.444Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||try to send status {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-11T07:16:45.544Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:16:45.545Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:16:45.545Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:16:45.561Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:16:45.562Z||pool-132-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:16:46.444Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:16:46.445Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:16:46.448Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:16:46.448Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||try to send status {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:16:46.548Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:16:46.549Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:16:46.549Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:16:46.561Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:16:46.561Z||pool-133-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:16:47.448Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:16:47.449Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:16:47.452Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:16:47.452Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||try to send status {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:16:47.552Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:16:47.553Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:16:47.553Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:16:47.566Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:16:47.567Z||pool-134-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:16:48.453Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:16:48.455Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:16:48.458Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:16:48.458Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||try to send status {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:16:48.558Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:16:48.559Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:16:48.560Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:16:48.614Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:16:48.615Z||pool-135-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:16:49.460Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0c061b80-3beb-40e4-9ca3-37c0c716deec",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "ce700a18-ca56-495a-8f41-f54c64cf4912",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4cf98b4d-f1ea-4e17-9cef-5cf7f634c5cd",
      "resourceInvariantUUID": "025d3076-bb17-4bde-8f0c-57fb3c94b4c5",
      "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": "M2Y5MjJlMWVkMjNmYTFhNmMwN2VhMmVhZDUxNDkxOTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b79f155a-3bf9-47bc-be1b-8959dfac3554",
          "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": "a235b324-65b3-4191-a7ed-add4513d81d8",
          "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": "b69b67e8-396f-48a6-b22f-066fa1eaaca5",
            "generatedFromUUID": "a235b324-65b3-4191-a7ed-add4513d81d8"
          },
          "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": "b69b67e8-396f-48a6-b22f-066fa1eaaca5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZGE2M2Y3OTgyNGI3ZWIwZjBkOTgwNWJlZDE1OTJkYWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cd8633e1-c887-4b5a-8091-305c67ba02e8"
    }
  ],
  "workloadContext": "Production"
}
2022-04-11T07:16:49.460Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T07:16:49.460Z|762a68ee-d762-4fb9-9cfb-49811d3c5baa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8 ASDC
2022-04-11T07:16:49.461Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||ASDC Notification:
DistributionID:a4122a51-8132-4926-ba10-ba9e71169b29
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8
ServiceInvariantUUID:0c061b80-3beb-40e4-9ca3-37c0c716deec
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:cd8633e1-c887-4b5a-8091-305c67ba02e8
ArtifactChecksum:ZGE2M2Y3OTgyNGI3ZWIwZjBkOTgwNWJlZDE1OTJkYWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:ce700a18-ca56-495a-8f41-f54c64cf4912
ResourceInvariantUUID:025d3076-bb17-4bde-8f0c-57fb3c94b4c5
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:4cf98b4d-f1ea-4e17-9cef-5cf7f634c5cd
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:b79f155a-3bf9-47bc-be1b-8959dfac3554
ArtifactChecksum:M2Y5MjJlMWVkMjNmYTFhNmMwN2VhMmVhZDUxNDkxOTQ=
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:a235b324-65b3-4191-a7ed-add4513d81d8
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:b69b67e8-396f-48a6-b22f-066fa1eaaca5
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:b69b67e8-396f-48a6-b22f-066fa1eaaca5
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-11T07:16:49.461Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T07:16:49.496Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:16:49.497Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:16:49.497Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:16:49.498Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||Trying to download the artifact UUID: cd8633e1-c887-4b5a-8091-305c67ba02e8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-11T07:16:49.498Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:16:49.498Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-11T07:16:50.194Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:16:50.198Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar cd8633e1-c887-4b5a-8091-305c67ba02e8 78816
2022-04-11T07:16:50.199Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-11T07:16:50.199Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-11T07:16:50.199Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:16:50.200Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:16:50.202Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:16:50.202Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||try to send status {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661410199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:16:50.302Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:16:50.303Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:16:50.304Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:16:50.317Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:16:50.318Z||pool-136-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:16:51.203Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:16:51.204Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:16:51.204Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||Trying to write artifact UUID: cd8633e1-c887-4b5a-8091-305c67ba02e8, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-11T07:16:51.204Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-04-11T07:16:51.205Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-11T07:16:51.205Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-11T07:16:51.357Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2195392691713412684/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-04-11T07:16:52.669Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-11T07:16:52.670Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|WARN|500||####################################################################################################
2022-04-11T07:16:52.670Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-11T07:16:52.670Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-11T07:16:52.670Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-11T07:16:52.670Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-11T07:16:52.670Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-11T07:16:52.671Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-11T07:16:52.671Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-11T07:16:52.671Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-11T07:16:52.672Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-11T07:16:52.672Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-11T07:16:52.672Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-11T07:16:52.672Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|WARN|500||####################################################################################################
2022-04-11T07:16:52.673Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:52.673Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:16:52.673Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-11T07:16:52.674Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Search for entities recursively
2022-04-11T07:16:52.674Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:16:52.674Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:52.674Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:16:52.675Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-11T07:16:52.675Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Search for entities recursively
2022-04-11T07:16:52.675Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:16:52.675Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:52.675Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:16:52.676Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:52.676Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-11T07:16:52.676Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-11T07:16:52.676Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-11T07:16:52.677Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-11T07:16:52.677Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-11T07:16:52.677Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-11T07:16:52.677Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:52.678Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T07:16:52.678Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:52.678Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-11T07:16:52.678Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:16:52.679Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:52.679Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-11T07:16:52.679Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:16:52.679Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:52.680Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-11T07:16:52.680Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:16:52.680Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:52.680Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-11T07:16:52.680Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-11T07:16:52.681Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-11T07:16:52.681Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fba18e26-b86e-4f20-8fe4-98edf67a731b
2022-04-11T07:16:52.681Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:52.681Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:16:52.681Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:52.682Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:16:52.682Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:52.682Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:16:52.682Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:52.682Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:16:52.683Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8
Model Version:NULL
Model InvariantUuid:0c061b80-3beb-40e4-9ca3-37c0c716deec
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:7a6e9dbe-0ce8-4871-9138-f25d8e567a49
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:025d3076-bb17-4bde-8f0c-57fb3c94b4c5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ce700a18-ca56-495a-8f41-f54c64cf4912
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:012da4b1-e34c-4b4a-95dc-1370edbe3891
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:3eb0db3e-a7b7-4075-8f29-30f82854a485
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fba18e26-b86e-4f20-8fe4-98edf67a731b
ModelInvariantUuid:4b6b71d7-2516-42ac-b835-a6fb9d496f7b
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:452ef385-9541-47f7-b8e1-25f35a8c93bf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:5c76cdff-ccb2-476b-b8bc-4fc370874c2e
ModelInvariantUuid:93c3d357-7f09-40c3-b91d-033f53dd3fda
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:31062c2d-197a-4fbe-a537-1fccbef6f489
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T07:16:52.698Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 4cf98b4d-f1ea-4e17-9cef-5cf7f634c5cd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:16:52.704Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||basic_vm_macro 0
2022-04-11T07:16:52.705Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 4cf98b4d-f1ea-4e17-9cef-5cf7f634c5cd
2022-04-11T07:16:52.705Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||Trying to download the artifact UUID: b79f155a-3bf9-47bc-be1b-8959dfac3554 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-11T07:16:52.705Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:16:52.706Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-11T07:16:52.998Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:16:52.998Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json b79f155a-3bf9-47bc-be1b-8959dfac3554 792
2022-04-11T07:16:52.998Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-04-11T07:16:52.998Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-11T07:16:52.998Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:16:52.999Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:16:53.002Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:16:53.002Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||try to send status {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661412998,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:16:53.101Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:16:53.102Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:16:53.103Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:16:53.115Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:16:53.115Z||pool-137-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:16:54.003Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "012da4b1-e34c-4b4a-95dc-1370edbe3891",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3eb0db3e-a7b7-4075-8f29-30f82854a485",
    "vfModuleModelCustomizationUUID": "77b1db2b-010f-43f7-ac5b-7cd70b206f04",
    "isBase": true,
    "artifacts": [
      "a235b324-65b3-4191-a7ed-add4513d81d8",
      "b69b67e8-396f-48a6-b22f-066fa1eaaca5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T07:16:54.006Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3eb0db3e-a7b7-4075-8f29-30f82854a485
VfModuleModelInvariantUUID:012da4b1-e34c-4b4a-95dc-1370edbe3891
VfModuleModelDescription:NULL
Artifacts UUID List:{
a235b324-65b3-4191-a7ed-add4513d81d8
,
b69b67e8-396f-48a6-b22f-066fa1eaaca5

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

isBase:true


}

2022-04-11T07:16:54.010Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "012da4b1-e34c-4b4a-95dc-1370edbe3891",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3eb0db3e-a7b7-4075-8f29-30f82854a485",
    "vfModuleModelCustomizationUUID": "77b1db2b-010f-43f7-ac5b-7cd70b206f04",
    "isBase": true,
    "artifacts": [
      "a235b324-65b3-4191-a7ed-add4513d81d8",
      "b69b67e8-396f-48a6-b22f-066fa1eaaca5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T07:16:54.010Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3eb0db3e-a7b7-4075-8f29-30f82854a485
VfModuleModelInvariantUUID:012da4b1-e34c-4b4a-95dc-1370edbe3891
VfModuleModelDescription:NULL
Artifacts UUID List:{
a235b324-65b3-4191-a7ed-add4513d81d8
,
b69b67e8-396f-48a6-b22f-066fa1eaaca5

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

isBase:true


}

2022-04-11T07:16:54.010Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||Trying to download the artifact UUID: a235b324-65b3-4191-a7ed-add4513d81d8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-11T07:16:54.010Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:16:54.010Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-11T07:16:54.296Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:16:54.297Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml a235b324-65b3-4191-a7ed-add4513d81d8 5033
2022-04-11T07:16:54.297Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-11T07:16:54.297Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-11T07:16:54.297Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:16:54.297Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:16:54.299Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:16:54.300Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||try to send status {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661414297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:16:54.399Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:16:54.400Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:16:54.400Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:16:54.416Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:16:54.416Z||pool-138-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:16:55.301Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||Trying to download the artifact UUID: b69b67e8-396f-48a6-b22f-066fa1eaaca5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-11T07:16:55.301Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:16:55.302Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-11T07:16:55.592Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:16:55.592Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env b69b67e8-396f-48a6-b22f-066fa1eaaca5 903
2022-04-11T07:16:55.593Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-11T07:16:55.593Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-11T07:16:55.593Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:16:55.593Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:16:55.595Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:16:55.595Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||try to send status {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661415593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:16:55.695Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:16:55.696Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:16:55.696Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:16:55.711Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:16:55.712Z||pool-139-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:16:56.596Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Preparing to deploy Service: 3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8
2022-04-11T07:16:56.597Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 4cf98b4d-f1ea-4e17-9cef-5cf7f634c5cd ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:16:56.609Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4102120, org.onap.sdc.toscaparser.api.parameters.Input@49270838, org.onap.sdc.toscaparser.api.parameters.Input@105c6d95, org.onap.sdc.toscaparser.api.parameters.Input@3defccd2, org.onap.sdc.toscaparser.api.parameters.Input@3873f36e]
2022-04-11T07:16:56.611Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:56.611Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:16:56.611Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||VF Category is: Generic 
2022-04-11T07:16:56.612Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||VFCustomizationUUID= ce700a18-ca56-495a-8f41-f54c64cf4912
2022-04-11T07:16:56.612Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ce700a18-ca56-495a-8f41-f54c64cf4912 matches Tosca VF Customization UUID: ce700a18-ca56-495a-8f41-f54c64cf4912
2022-04-11T07:16:56.613Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||vfCustomizationUUID: ce700a18-ca56-495a-8f41-f54c64cf4912  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-11T07:16:56.615Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:56.615Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:16:56.616Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||resource request for resource customization id ce700a18-ca56-495a-8f41-f54c64cf4912: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-04-11T07:16:56.616Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@796d7436
2022-04-11T07:16:56.616Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:56.616Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T07:16:56.617Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 77b1db2b-010f-43f7-ac5b-7cd70b206f04
2022-04-11T07:16:56.617Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 77b1db2b-010f-43f7-ac5b-7cd70b206f04
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-11T07:16:56.619Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:56.619Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-11T07:16:56.619Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:16:56.620Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:56.620Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-11T07:16:56.620Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:16:56.620Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:56.621Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-11T07:16:56.621Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-11T07:16:56.621Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-11T07:16:56.622Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fba18e26-b86e-4f20-8fe4-98edf67a731b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T07:16:56.625Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:56.625Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-11T07:16:56.626Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:16:56.626Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:56.627Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-11T07:16:56.627Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ce700a18-ca56-495a-8f41-f54c64cf4912
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:16:56.630Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:56.630Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:16:56.630Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500|| resourceSeq for service uuid 3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8: basic_vm_macro
2022-04-11T07:16:56.630Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:56.631Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:16:56.631Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:56.631Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:16:56.632Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:56.632Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:16:56.632Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:56.632Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:16:56.633Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:16:56.633Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:16:56.633Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:16:56.710Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 4cf98b4d-f1ea-4e17-9cef-5cf7f634c5cd 1 ASDC deployResourceStructure
2022-04-11T07:16:56.711Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-04-11T07:16:56.711Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-11T07:16:56.711Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:16:56.711Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:16:56.715Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:16:56.715Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||try to send status {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661416711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T07:16:56.814Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:16:56.815Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:16:56.815Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:16:56.827Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:16:56.827Z||pool-140-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:16:57.716Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-11T07:16:57.717Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-11T07:16:57.717Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:16:57.717Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:16:57.719Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:16:57.719Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||try to send status {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661417716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T07:16:57.819Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:16:57.820Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:16:57.820Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:16:57.832Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:16:57.833Z||pool-141-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:16:58.720Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-11T07:16:58.720Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-11T07:16:58.721Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:16:58.721Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:16:58.723Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:16:58.723Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||try to send status {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661418720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-11T07:16:58.823Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:16:58.824Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:16:58.824Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:16:58.834Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:16:58.835Z||pool-142-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:16:59.726Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-11T07:16:59.726Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-11T07:16:59.726Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:16:59.726Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:16:59.728Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:16:59.728Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||try to send status {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661419726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:16:59.828Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:16:59.829Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:16:59.829Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:16:59.844Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:16:59.844Z||pool-143-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:17:00.729Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4122a51-8132-4926-ba10-ba9e71169b29
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:17:00.741Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4122a51-8132-4926-ba10-ba9e71169b29
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:17:00.743Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:17:00.744Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T07:17:00.744Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T07:17:00.744Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T07:17:00.744Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-11T07:17:00.744Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:17:00.748Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T07:17:30.748Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: a4122a51-8132-4926-ba10-ba9e71169b29 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T07:17:30.753Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a4122a51-8132-4926-ba10-ba9e71169b29 and serviceModelVersionId: 3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8
2022-04-11T07:17:30.753Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c061b80-3beb-40e4-9ca3-37c0c716deec
2022-04-11T07:17:30.754Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0
2022-04-11T07:17:30.757Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-11T07:17:30.792Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f19493d2-c879-497e-8a3d-3d73b648cf93/model-vers/model-ver/290b7280-0db9-43db-ae9b-a2407c72bd1f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T07:17:30.794Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Invoke
2022-04-11T07:17:32.333Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T07:17:32.335Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Invoke
2022-04-11T07:17:33.875Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T07:17:33.876Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Invoke
2022-04-11T07:17:34.902Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:17:34.903Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-11T07:17:34.903Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:17:34.904Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:17:34.910Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-11T07:17:34.911Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a4122a51-8132-4926-ba10-ba9e71169b29 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:17:34.911Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-11T07:17:34.911Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:17:34.913Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:17:34.913Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||try to send status {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661454911,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T07:17:35.013Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:17:35.014Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:17:35.014Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:17:35.027Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:17:35.027Z||pool-144-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T07:17:35.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:17:35.926Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:17:35.926Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:17:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:17:44.825Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:17:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:17:44.844Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:17:44.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:17:44.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-11T07:17:44.845Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:17:44.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:17:44.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-11T07:17:44.846Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:17:44.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:17:44.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:17:44.846Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:17:44.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:17:44.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:17:44.846Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:17:44.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:17:44.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:17:44.847Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:17:44.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:17:44.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661351303,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:17:44.847Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:17:44.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:17:44.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661354301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:17:44.847Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:17:44.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:17:44.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661355497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:17:44.848Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:17:44.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:17:44.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661356698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:17:44.848Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:17:44.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:17:44.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661357893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:17:44.848Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:17:44.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:17:44.849Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661359107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:17:44.849Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:17:44.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:17:44.849Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661360174,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T07:17:44.851Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:17:44.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:17:44.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661361180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T07:17:44.851Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:17:44.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:17:44.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661362186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-11T07:17:44.851Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:17:44.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:17:44.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661363191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-04-11T07:17:44.852Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:17:44.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:17:44.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661364195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-11T07:17:44.852Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:17:44.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:17:44.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661365200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:17:44.853Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:17:44.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:17:44.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "762a68ee-d762-4fb9-9cfb-49811d3c5baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661400400,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T07:17:44.853Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:17:44.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:17:44.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:17:44.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:17:44.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:17:44.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:17:44.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:17:44.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:17:44.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:17:44.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:17:44.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:17:44.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:17:44.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:17:46.167Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:17:46.168Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:17:46.168Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:17:46.168Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:17:55.706Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:17:55.707Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:17:55.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:17:55.707Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:18:05.249Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:18:05.251Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:18:05.251Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:18:05.251Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:18:14.794Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:18:14.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:18:14.795Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:18:14.795Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:18:24.329Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:18:24.330Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:18:24.330Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:18:24.330Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:18:33.872Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:18:33.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:18:33.873Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:18:33.873Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:18:43.424Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:18:44.821Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:18:44.822Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:18:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:18:44.824Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:18:44.824Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:18:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:18:45.342Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:18:45.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T07:18:45.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-11T07:18:45.344Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:18:45.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T07:18:45.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:18:45.344Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:18:45.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T07:18:45.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:18:45.345Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:18:45.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T07:18:45.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661146270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:18:45.345Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:18:45.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T07:18:45.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661410199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:18:45.346Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:18:45.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T07:18:45.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661412998,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:18:45.346Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:18:45.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T07:18:45.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661414297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:18:45.347Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:18:45.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T07:18:45.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661415593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:18:45.347Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:18:45.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T07:18:45.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661416711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T07:18:45.347Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:18:45.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T07:18:45.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661417716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T07:18:45.348Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:18:45.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T07:18:45.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661418720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-11T07:18:45.348Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:18:45.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T07:18:45.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661419726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:18:45.348Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:18:45.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T07:18:45.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4122a51-8132-4926-ba10-ba9e71169b29",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661454911,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T07:18:45.348Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:18:54.358Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:19:44.821Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:19:44.822Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:19:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:19:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:19:44.824Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:19:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:19:45.069Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:19:45.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661564717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661565102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661569960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "policy-id",
  "timestamp": 1649661563889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661565102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661564717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661569960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "policy-id",
  "timestamp": 1649661563889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661565102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661564717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661569960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "policy-id",
  "timestamp": 1649661563889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661565102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661564717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661569960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "policy-id",
  "timestamp": 1649661563889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661565102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661564717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661569960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "policy-id",
  "timestamp": 1649661563889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "cds",
  "timestamp": 1649661577157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661565102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:19:45.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661569960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661564717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "policy-id",
  "timestamp": 1649661563889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "cds",
  "timestamp": 1649661577157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661565102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661569960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661564717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "policy-id",
  "timestamp": 1649661563889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "cds",
  "timestamp": 1649661577157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661565102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661569960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:19:45.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661564717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:19:45.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "policy-id",
  "timestamp": 1649661563889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:19:45.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "cds",
  "timestamp": 1649661577157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661579714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:19:45.091Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:19:45.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661581004,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:19:45.091Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:19:45.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "policy-id",
  "timestamp": 1649661580634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:19:45.092Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:19:45.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "cds",
  "timestamp": 1649661577157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "policy-id",
  "timestamp": 1649661581639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:19:45.093Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:19:45.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661580764,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T07:19:45.093Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:19:45.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "cds",
  "timestamp": 1649661577157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "policy-id",
  "timestamp": 1649661582643,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:19:45.107Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7c8513ab-5519-406b-8db2-183f864ffae4
2022-04-11T07:19:45.107Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c8513ab-5519-406b-8db2-183f864ffae4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:19:45.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661581769,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:19:45.118Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7c8513ab-5519-406b-8db2-183f864ffae4
2022-04-11T07:19:45.118Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c8513ab-5519-406b-8db2-183f864ffae4 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:19:45.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661583192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:19:45.125Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:19:45.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "clamp",
  "timestamp": 1649661582518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "cds",
  "timestamp": 1649661577157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661584197,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:19:45.130Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7c8513ab-5519-406b-8db2-183f864ffae4
2022-04-11T07:19:45.130Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c8513ab-5519-406b-8db2-183f864ffae4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:19:45.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "clamp",
  "timestamp": 1649661582518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "cds",
  "timestamp": 1649661577157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:19:45.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "clamp",
  "timestamp": 1649661582518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:19:45.452Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:19:45.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T07:19:45.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"7c8513ab-5519-406b-8db2-183f864ffae4","serviceName":"Demo_pNF_e0xaaDjpqtlBV6CMRvdY","serviceVersion":"1.0","serviceUUID":"622eddca-7a25-4e24-aac8-4aa71f02bb13","serviceDescription":"catalog service description","serviceInvariantUUID":"d627eb7e-18fe-420e-9865-51f3161fa1a9","resources":[{"resourceInstanceName":"pNF 2578c2d3-9281 0","resourceName":"pNF 2578c2d3-9281","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3821907f-82ee-4ffb-82cd-1f6a1d9b715e","resourceInvariantUUID":"99aa104e-1f22-45ea-8e2d-743446e1c88f","resourceCustomizationUUID":"71aff6a2-52ce-4901-8f2b-7dd9ee9cb23e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/vf-license-model.xml","artifactChecksum":"ZGYzYmM1ODMwY2NiNDgyNjQyNzczNjM2OTE3YWU5MDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eca4288d-dbc6-4357-ac82-3e2ca4040277","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/pNF.csar","artifactChecksum":"YjBhYzYyMmUxN2VhOWQ0YjM0NWEzZjMzYWU3ZjMzZTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5258fe7f-eab6-4fa4-a6ea-2d3d2d6b0145","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"79cd83cc-d2fd-4737-8893-c6dd9d39b870","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/vendor-license-model.xml","artifactChecksum":"YzJhMTk4ZjNjMGNjM2JmZmE1ZTkzNGNhNzM2MjU4ZTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c5bd5752-7c0a-43ce-bf04-c57142f98d5c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"baf720d8-f533-435a-bf6e-a64e6d278c13","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d08afab3-04b7-4f45-bb92-1aaa341795a5","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfE0xaadjpqtlbv6cmrvdy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-template.yml","artifactChecksum":"MDU4OGFkYjBiN2U2ZDI4NjJhNDZiOTcwMzYwNjE1Njg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"21c860ea-3130-4df4-a748-2cf70eba9153","artifactVersion":"1"},{"artifactName":"service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar","artifactChecksum":"OTk4MjAyZDIxMjdkN2I5NTQyMDk1OTRlMThiNTZjMDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9d13efe0-275a-4758-8984-9f905aee7a97","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T07:19:45.455Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:19:45.455Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:19:45.458Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:19:45.458Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661584821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:45.558Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:19:45.559Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:19:45.559Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:19:45.570Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:19:45.571Z||pool-145-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:19:46.458Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:19:46.459Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:19:46.461Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:19:46.461Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661584821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:46.561Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:19:46.562Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:19:46.562Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:19:46.577Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:19:46.577Z||pool-146-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:19:47.461Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:19:47.462Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:19:47.465Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:19:47.465Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661584821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:47.565Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:19:47.566Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:19:47.566Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:19:47.580Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:19:47.581Z||pool-147-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:19:48.466Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:19:48.466Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:19:48.469Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:19:48.469Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661584821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:48.569Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:19:48.571Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:19:48.572Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:19:48.584Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:19:48.584Z||pool-148-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:19:49.469Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:19:49.470Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:19:49.473Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:19:49.473Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661584821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:49.573Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:19:49.574Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:19:49.574Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:19:49.585Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:19:49.586Z||pool-149-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:19:50.474Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:19:50.474Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:19:50.476Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:19:50.476Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661584821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:50.576Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:19:50.577Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:19:50.577Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:19:50.592Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:19:50.593Z||pool-150-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:19:51.477Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:19:51.478Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:19:51.480Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:19:51.480Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661584821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:19:51.580Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:19:51.586Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:19:51.587Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:19:51.602Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:19:51.604Z||pool-151-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:19:52.486Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:19:52.487Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:19:52.492Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:19:52.492Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661584821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:19:52.589Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-11T07:19:52.590Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:19:52.590Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:19:52.604Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:19:52.605Z||pool-152-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:19:53.499Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "serviceName": "Demo_pNF_e0xaaDjpqtlBV6CMRvdY",
  "serviceVersion": "1.0",
  "serviceUUID": "622eddca-7a25-4e24-aac8-4aa71f02bb13",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d627eb7e-18fe-420e-9865-51f3161fa1a9",
  "resources": [
    {
      "resourceInstanceName": "pNF 2578c2d3-9281 0",
      "resourceCustomizationUUID": "71aff6a2-52ce-4901-8f2b-7dd9ee9cb23e",
      "resourceName": "pNF 2578c2d3-9281",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3821907f-82ee-4ffb-82cd-1f6a1d9b715e",
      "resourceInvariantUUID": "99aa104e-1f22-45ea-8e2d-743446e1c88f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar",
      "artifactChecksum": "OTk4MjAyZDIxMjdkN2I5NTQyMDk1OTRlMThiNTZjMDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9d13efe0-275a-4758-8984-9f905aee7a97"
    }
  ],
  "workloadContext": "Production"
}
2022-04-11T07:19:53.500Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T07:19:53.500Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 622eddca-7a25-4e24-aac8-4aa71f02bb13 ASDC
2022-04-11T07:19:53.501Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:7c8513ab-5519-406b-8db2-183f864ffae4
ServiceName:Demo_pNF_e0xaaDjpqtlBV6CMRvdY
ServiceVersion:1.0
ServiceUUID:622eddca-7a25-4e24-aac8-4aa71f02bb13
ServiceInvariantUUID:d627eb7e-18fe-420e-9865-51f3161fa1a9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar
ArtifactUUID:9d13efe0-275a-4758-8984-9f905aee7a97
ArtifactChecksum:OTk4MjAyZDIxMjdkN2I5NTQyMDk1OTRlMThiNTZjMDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 2578c2d3-9281 0
ResourceCustomizationUUID:71aff6a2-52ce-4901-8f2b-7dd9ee9cb23e
ResourceInvariantUUID:99aa104e-1f22-45ea-8e2d-743446e1c88f
ResourceName:pNF 2578c2d3-9281
ResourceType:PNF
ResourceUUID:3821907f-82ee-4ffb-82cd-1f6a1d9b715e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-11T07:19:53.502Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 622eddca-7a25-4e24-aac8-4aa71f02bb13 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T07:19:53.530Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:19:53.531Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-11T07:19:53.531Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-11T07:19:53.531Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9d13efe0-275a-4758-8984-9f905aee7a97 from URL: /sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar
2022-04-11T07:19:53.531Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-11T07:19:53.532Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar
2022-04-11T07:19:53.793Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-11T07:19:53.818Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar 9d13efe0-275a-4758-8984-9f905aee7a97 82646
2022-04-11T07:19:53.819Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar ASDC sendASDCNotification
2022-04-11T07:19:53.820Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar
2022-04-11T07:19:53.820Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:19:53.830Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:19:53.833Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:19:53.833Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661593819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:19:53.933Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:19:53.934Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:19:53.934Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:19:53.945Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:19:53.946Z||pool-153-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:19:54.834Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:19:54.835Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-11T07:19:54.836Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 9d13efe0-275a-4758-8984-9f905aee7a97, URL: /sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar to file: /app/ASDC/1/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar
2022-04-11T07:19:54.836Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar
2022-04-11T07:19:54.837Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar
2022-04-11T07:19:54.837Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar
2022-04-11T07:19:54.956Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12723399746703531745/Definitions/service-DemoPnfE0xaadjpqtlbv6cmrvdy-template.yml
2022-04-11T07:19:55.818Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-11T07:19:55.818Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-11T07:19:55.819Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar
2022-04-11T07:19:55.819Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-11T07:19:55.819Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2578c2d3-9281 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-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar
2022-04-11T07:19:55.819Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar
2022-04-11T07:19:55.819Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar
2022-04-11T07:19:55.819Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar
2022-04-11T07:19:55.819Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar
2022-04-11T07:19:55.819Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar
2022-04-11T07:19:55.819Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar
2022-04-11T07:19:55.820Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-11T07:19:55.820Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:19:55.820Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_e0xaaDjpqtlBV6CMRvdY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:19:55.820Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Node template pNF 2578c2d3-9281 0 is matching search criteria
2022-04-11T07:19:55.820Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-11T07:19:55.820Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 2578c2d3-9281 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:19:55.820Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:19:55.821Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_e0xaaDjpqtlBV6CMRvdY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:19:55.821Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Node template pNF 2578c2d3-9281 0 is matching search criteria
2022-04-11T07:19:55.821Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-11T07:19:55.821Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 2578c2d3-9281 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:19:55.821Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:19:55.821Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_e0xaaDjpqtlBV6CMRvdY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:19:55.821Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:19:55.821Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_e0xaaDjpqtlBV6CMRvdY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:19:55.822Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:19:55.822Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_e0xaaDjpqtlBV6CMRvdY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:19:55.822Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:19:55.822Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_e0xaaDjpqtlBV6CMRvdY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:19:55.822Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:19:55.822Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_e0xaaDjpqtlBV6CMRvdY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:19:55.822Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_e0xaaDjpqtlBV6CMRvdY
Description:catalog service description
Model UUID:622eddca-7a25-4e24-aac8-4aa71f02bb13
Model Version:NULL
Model InvariantUuid:d627eb7e-18fe-420e-9865-51f3161fa1a9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T07:19:55.828Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3821907f-82ee-4ffb-82cd-1f6a1d9b715e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:19:55.832Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||INFO|500||pNF 2578c2d3-9281 0
2022-04-11T07:19:55.832Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3821907f-82ee-4ffb-82cd-1f6a1d9b715e
2022-04-11T07:19:55.832Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 622eddca-7a25-4e24-aac8-4aa71f02bb13
2022-04-11T07:19:55.833Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 622eddca-7a25-4e24-aac8-4aa71f02bb13
2022-04-11T07:19:55.833Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2578c2d3-9281 0 3821907f-82ee-4ffb-82cd-1f6a1d9b715e ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:19:55.838Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7487d596, org.onap.sdc.toscaparser.api.parameters.Input@182a09f, org.onap.sdc.toscaparser.api.parameters.Input@55de618a, org.onap.sdc.toscaparser.api.parameters.Input@4eba3d78, org.onap.sdc.toscaparser.api.parameters.Input@4db7a5c]
2022-04-11T07:19:55.838Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:19:55.839Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_e0xaaDjpqtlBV6CMRvdY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:19:55.839Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 622eddca-7a25-4e24-aac8-4aa71f02bb13: pNF 2578c2d3-9281
2022-04-11T07:19:55.839Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||INFO|500||Processing PNF resource: 3821907f-82ee-4ffb-82cd-1f6a1d9b715e
2022-04-11T07:19:55.839Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:19:55.839Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_e0xaaDjpqtlBV6CMRvdY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:19:55.839Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||INFO|500||Resource customization UUID: 71aff6a2-52ce-4901-8f2b-7dd9ee9cb23e is the same as notified resource customizationUUID: 71aff6a2-52ce-4901-8f2b-7dd9ee9cb23e
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-11T07:19:55.903Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2578c2d3-9281 3821907f-82ee-4ffb-82cd-1f6a1d9b715e 0 ASDC deployResourceStructure
2022-04-11T07:19:55.904Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar ASDC sendASDCNotification
2022-04-11T07:19:55.904Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar
2022-04-11T07:19:55.905Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:19:55.905Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:19:55.907Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:19:55.907Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661595904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:19:56.007Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:19:56.008Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:19:56.008Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:19:56.020Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:19:56.021Z||pool-154-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:19:56.908Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c8513ab-5519-406b-8db2-183f864ffae4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:19:56.920Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c8513ab-5519-406b-8db2-183f864ffae4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:19:56.922Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:19:56.922Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:19:56.922Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T07:20:26.922Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c8513ab-5519-406b-8db2-183f864ffae4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:20:26.934Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c8513ab-5519-406b-8db2-183f864ffae4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:20:26.936Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:20:26.936Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:20:26.936Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T07:20:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:20:44.825Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:20:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:20:44.845Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:20:44.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:20:44.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "cds",
  "timestamp": 1649661586098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:20:44.847Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:20:56.936Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c8513ab-5519-406b-8db2-183f864ffae4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:20:56.952Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c8513ab-5519-406b-8db2-183f864ffae4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:20:56.955Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:20:56.955Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:20:56.956Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T07:21:26.957Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c8513ab-5519-406b-8db2-183f864ffae4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:21:26.967Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c8513ab-5519-406b-8db2-183f864ffae4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:21:26.970Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:21:26.970Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:21:26.970Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T07:21:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:21:44.825Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:21:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:21:44.848Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:21:44.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:21:44.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "clamp",
  "timestamp": 1649661582518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:21:44.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:21:56.970Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c8513ab-5519-406b-8db2-183f864ffae4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:21:56.983Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c8513ab-5519-406b-8db2-183f864ffae4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:21:56.989Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:21:56.989Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:21:56.989Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T07:22:26.990Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c8513ab-5519-406b-8db2-183f864ffae4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:22:27.004Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c8513ab-5519-406b-8db2-183f864ffae4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:22:27.007Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:22:27.007Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:22:27.007Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T07:22:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:22:44.826Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:22:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:22:44.852Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:22:44.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:22:44.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661584821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:22:44.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:22:44.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:22:44.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "cds",
  "timestamp": 1649661587106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:22:44.864Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7c8513ab-5519-406b-8db2-183f864ffae4
2022-04-11T07:22:44.864Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c8513ab-5519-406b-8db2-183f864ffae4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:22:44.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:22:44.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "clamp",
  "timestamp": 1649661582518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:22:44.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:22:44.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:22:44.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661584821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:22:44.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:22:44.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:22:44.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "clamp",
  "timestamp": 1649661582518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:22:44.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:22:44.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:22:44.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661584821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:22:44.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:22:44.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:22:44.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "clamp",
  "timestamp": 1649661582518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:22:44.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:22:44.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:22:44.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661584821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:22:44.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:22:44.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:22:44.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "aai-ml",
  "timestamp": 1649661588233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:22:44.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:22:44.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:22:44.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "clamp",
  "timestamp": 1649661582518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:22:44.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:22:44.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:22:44.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661584821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:22:44.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:22:44.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:22:44.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "aai-ml",
  "timestamp": 1649661588233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:22:44.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:22:44.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:22:44.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661584821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:22:44.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:22:44.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:22:44.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "aai-ml",
  "timestamp": 1649661588233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:22:44.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:22:44.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:22:44.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661584821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:22:44.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:22:44.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:22:44.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "aai-ml",
  "timestamp": 1649661588233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:22:44.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:22:44.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:22:44.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661584821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:22:44.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:22:44.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:22:44.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "aai-ml",
  "timestamp": 1649661588233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:22:44.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:22:44.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:22:44.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661593819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:22:44.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:22:44.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:22:44.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "aai-ml",
  "timestamp": 1649661588233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/resourceInstances/pnf2578c2d392810/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:22:44.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:22:44.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:22:44.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "aai-ml",
  "timestamp": 1649661588233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:22:44.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:22:44.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:22:44.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661595904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:22:44.881Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:22:44.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:22:44.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "aai-ml",
  "timestamp": 1649661588233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:22:44.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:22:44.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:22:44.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "clamp",
  "timestamp": 1649661597239,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:22:44.881Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:22:44.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:22:44.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "aai-ml",
  "timestamp": 1649661597071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:22:44.882Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:22:44.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:22:44.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "clamp",
  "timestamp": 1649661599254,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:22:44.882Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:22:44.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:22:44.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "clamp",
  "timestamp": 1649661600261,
  "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-04-11T07:22:44.887Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7c8513ab-5519-406b-8db2-183f864ffae4
2022-04-11T07:22:44.887Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c8513ab-5519-406b-8db2-183f864ffae4 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-04-11T07:22:44.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:22:44.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "aai-ml",
  "timestamp": 1649661602788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE0xaadjpqtlbv6cmrvdy/1.0/artifacts/service-DemoPnfE0xaadjpqtlbv6cmrvdy-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-11T07:22:44.896Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:22:44.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:22:44.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "aai-ml",
  "timestamp": 1649661603792,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:22:44.900Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 7c8513ab-5519-406b-8db2-183f864ffae4
2022-04-11T07:22:44.900Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c8513ab-5519-406b-8db2-183f864ffae4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:22:57.008Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c8513ab-5519-406b-8db2-183f864ffae4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:22:57.020Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c8513ab-5519-406b-8db2-183f864ffae4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:22:57.023Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:22:57.023Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T07:22:57.023Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T07:22:57.023Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T07:22:57.024Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T07:22:57.024Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-11T07:22:57.024Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:22:57.029Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T07:23:27.030Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c8513ab-5519-406b-8db2-183f864ffae4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T07:23:27.038Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c8513ab-5519-406b-8db2-183f864ffae4 and serviceModelVersionId: 622eddca-7a25-4e24-aac8-4aa71f02bb13
2022-04-11T07:23:27.038Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d627eb7e-18fe-420e-9865-51f3161fa1a9
2022-04-11T07:23:27.040Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0
2022-04-11T07:23:27.049Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-11T07:23:27.106Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||Invoke
2022-04-11T07:23:27.107Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7c8513ab-5519-406b-8db2-183f864ffae4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[649e0413-6ffb-4fa2-a155-e763ca43762a], X-ECOMP-RequestID=[7c8513ab-5519-406b-8db2-183f864ffae4], X-TransactionId=[], X-ONAP-RequestID=[7c8513ab-5519-406b-8db2-183f864ffae4], Content-Type=[application/merge-patch+json]}
2022-04-11T07:23:28.663Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||Invoke
2022-04-11T07:23:28.664Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7c8513ab-5519-406b-8db2-183f864ffae4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[948015a0-c106-4238-a8ba-c9e3110154a7], X-ECOMP-RequestID=[7c8513ab-5519-406b-8db2-183f864ffae4], X-TransactionId=[], X-ONAP-RequestID=[7c8513ab-5519-406b-8db2-183f864ffae4], Content-Type=[application/merge-patch+json]}
2022-04-11T07:23:30.195Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||Invoke
2022-04-11T07:23:30.196Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7c8513ab-5519-406b-8db2-183f864ffae4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f0144e5d-df9c-4257-ac21-40c77294fc95], X-ECOMP-RequestID=[7c8513ab-5519-406b-8db2-183f864ffae4], X-TransactionId=[], X-ONAP-RequestID=[7c8513ab-5519-406b-8db2-183f864ffae4], Content-Type=[application/merge-patch+json]}
2022-04-11T07:23:31.227Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:23:31.228Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-11T07:23:31.228Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:23:31.228Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:23:31.233Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-11T07:23:31.233Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c8513ab-5519-406b-8db2-183f864ffae4 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:23:31.233Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-11T07:23:31.234Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:23:31.238Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:23:31.238Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||try to send status {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661811233,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T07:23:31.338Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:23:31.339Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:23:31.339Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:23:31.355Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:23:31.355Z||pool-155-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T07:23:32.267Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:23:32.268Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:23:32.268Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:23:36.633Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:23:36.634Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||received message from topic
2022-04-11T07:23:36.634Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"5fb77949-9f4c-498e-86ff-2238416318a0","serviceName":"vFW 2022-04-11 07-19-24","serviceVersion":"1.0","serviceUUID":"c949296d-42e3-476c-8052-77c74b3aed4a","serviceDescription":"catalog service description","serviceInvariantUUID":"6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5","resources":[{"resourceInstanceName":"vFW 9565ed21-58d1 0","resourceName":"vFW 9565ed21-58d1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"26740700-a73c-47f2-8480-26aceae9c4ff","resourceInvariantUUID":"78bac0ef-9e4e-4028-ae69-c52798bb5707","resourceCustomizationUUID":"085f48b0-a70e-4886-8326-bd07170c8499","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vf-license-model.xml","artifactChecksum":"ZTgzOWFkYTAyMzViZjRmNjRiYjJiZmQ5MWU0OTI1MTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"44992c23-e7aa-4591-90f6-819780fe6440","artifactVersion":"1"},{"artifactName":"vfw9565ed2158d10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vfw9565ed2158d10_modules.json","artifactChecksum":"MzMxY2VmNjAwNTBjMDgxMDVmOTI1MjI1MmNiMWQ0Y2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3759d85-f61a-489b-b8a3-9271d0217555","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d7139023-90a0-429b-a5d9-4d67f57301e4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vendor-license-model.xml","artifactChecksum":"MjgxZjc2MzZmMjhiMTZkMThmODQ2OWRkYzRlZGNiYzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2ad8dbdb-8a05-4c7c-8cf6-aebb77ee126c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b62b3809-c471-4de9-aea2-1e5d0f8b4bb2","artifactVersion":"2","generatedFromUUID":"d7139023-90a0-429b-a5d9-4d67f57301e4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220411071924-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-template.yml","artifactChecksum":"YmZkYzI5NDI3OTFiNDE0ZTYyMjM3NTkyNGZmM2M1ODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d41550b7-25c2-4097-9c09-eddd3df3eaea","artifactVersion":"1"},{"artifactName":"service-Vfw20220411071924-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar","artifactChecksum":"NjAwMDRiMGE5MGVkY2M4ZjAxYjBjMjcxZGM1MTQ3NWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ae6ea59-1ea5-4d2b-bd94-e8bf47e10d46","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T07:23:36.636Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:23:36.637Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:23:36.639Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:23:36.639Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||try to send status {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661812267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:23:36.739Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:23:36.740Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:23:36.740Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:23:36.771Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:23:36.772Z||pool-156-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:23:37.645Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:23:37.646Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:23:37.648Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:23:37.648Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||try to send status {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661812267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vfw9565ed2158d10_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:23:37.748Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:23:37.749Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:23:37.749Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:23:37.796Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:23:37.796Z||pool-157-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:23:38.649Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:23:38.654Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:23:38.656Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:23:38.656Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||try to send status {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661812267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:23:38.756Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:23:38.757Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:23:38.757Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:23:38.777Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:23:38.777Z||pool-158-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:23:39.657Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:23:39.658Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:23:39.660Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:23:39.661Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||try to send status {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661812267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:23:39.760Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:23:39.761Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:23:39.761Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:23:39.775Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:23:39.775Z||pool-159-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:23:40.662Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:23:40.663Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:23:40.666Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:23:40.666Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||try to send status {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661812267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-11T07:23:40.765Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:23:40.766Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:23:40.766Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:23:40.778Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:23:40.778Z||pool-160-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:23:41.666Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:23:41.667Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:23:41.669Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:23:41.669Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||try to send status {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661812267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:23:41.769Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:23:41.770Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:23:41.770Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:23:41.782Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:23:41.783Z||pool-161-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:23:42.670Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:23:42.671Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:23:42.674Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:23:42.674Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||try to send status {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661812267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:23:42.774Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:23:42.775Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:23:42.775Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:23:42.791Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:23:42.792Z||pool-162-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:23:43.676Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "serviceName": "vFW 2022-04-11 07-19-24",
  "serviceVersion": "1.0",
  "serviceUUID": "c949296d-42e3-476c-8052-77c74b3aed4a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5",
  "resources": [
    {
      "resourceInstanceName": "vFW 9565ed21-58d1 0",
      "resourceCustomizationUUID": "085f48b0-a70e-4886-8326-bd07170c8499",
      "resourceName": "vFW 9565ed21-58d1",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "26740700-a73c-47f2-8480-26aceae9c4ff",
      "resourceInvariantUUID": "78bac0ef-9e4e-4028-ae69-c52798bb5707",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw9565ed2158d10_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vfw9565ed2158d10_modules.json",
          "artifactChecksum": "MzMxY2VmNjAwNTBjMDgxMDVmOTI1MjI1MmNiMWQ0Y2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d3759d85-f61a-489b-b8a3-9271d0217555",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d7139023-90a0-429b-a5d9-4d67f57301e4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b62b3809-c471-4de9-aea2-1e5d0f8b4bb2",
            "generatedFromUUID": "d7139023-90a0-429b-a5d9-4d67f57301e4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b62b3809-c471-4de9-aea2-1e5d0f8b4bb2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220411071924-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar",
      "artifactChecksum": "NjAwMDRiMGE5MGVkY2M4ZjAxYjBjMjcxZGM1MTQ3NWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ae6ea59-1ea5-4d2b-bd94-e8bf47e10d46"
    }
  ],
  "workloadContext": "Production"
}
2022-04-11T07:23:43.676Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T07:23:43.676Z|7c8513ab-5519-406b-8db2-183f864ffae4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c949296d-42e3-476c-8052-77c74b3aed4a ASDC
2022-04-11T07:23:43.677Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||ASDC Notification:
DistributionID:5fb77949-9f4c-498e-86ff-2238416318a0
ServiceName:vFW 2022-04-11 07-19-24
ServiceVersion:1.0
ServiceUUID:c949296d-42e3-476c-8052-77c74b3aed4a
ServiceInvariantUUID:6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220411071924-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar
ArtifactUUID:2ae6ea59-1ea5-4d2b-bd94-e8bf47e10d46
ArtifactChecksum:NjAwMDRiMGE5MGVkY2M4ZjAxYjBjMjcxZGM1MTQ3NWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9565ed21-58d1 0
ResourceCustomizationUUID:085f48b0-a70e-4886-8326-bd07170c8499
ResourceInvariantUUID:78bac0ef-9e4e-4028-ae69-c52798bb5707
ResourceName:vFW 9565ed21-58d1
ResourceType:VF
ResourceUUID:26740700-a73c-47f2-8480-26aceae9c4ff
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9565ed2158d10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vfw9565ed2158d10_modules.json
ArtifactUUID:d3759d85-f61a-489b-b8a3-9271d0217555
ArtifactChecksum:MzMxY2VmNjAwNTBjMDgxMDVmOTI1MjI1MmNiMWQ0Y2M=
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/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.yaml
ArtifactUUID:d7139023-90a0-429b-a5d9-4d67f57301e4
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.env
ArtifactUUID:b62b3809-c471-4de9-aea2-1e5d0f8b4bb2
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.env
ArtifactUUID:b62b3809-c471-4de9-aea2-1e5d0f8b4bb2
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-11T07:23:43.677Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c949296d-42e3-476c-8052-77c74b3aed4a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:23:43.722Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:23:43.723Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:23:43.724Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:23:43.724Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||Trying to download the artifact UUID: 2ae6ea59-1ea5-4d2b-bd94-e8bf47e10d46 from URL: /sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar
2022-04-11T07:23:43.724Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:23:43.724Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar
2022-04-11T07:23:44.153Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:23:44.159Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar 2ae6ea59-1ea5-4d2b-bd94-e8bf47e10d46 98957
2022-04-11T07:23:44.159Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar ASDC sendASDCNotification
2022-04-11T07:23:44.159Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar
2022-04-11T07:23:44.160Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:23:44.160Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:23:44.164Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:23:44.164Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||try to send status {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661824159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:23:44.263Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:23:44.264Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:23:44.264Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:23:44.276Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:23:44.276Z||pool-163-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:23:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:23:44.825Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:23:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:23:44.849Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:23:44.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:23:44.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661689961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:23:44.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:23:44.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:23:44.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661685101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:23:44.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:23:44.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:23:44.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661689961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vfw9565ed2158d10_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:23:44.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:23:44.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:23:44.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661685101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vfw9565ed2158d10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:23:44.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:23:44.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:23:44.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "cds",
  "timestamp": 1649661697157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:23:44.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:23:44.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:23:44.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661689961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:23:44.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:23:44.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:23:44.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661685101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:23:44.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:23:44.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:23:44.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "cds",
  "timestamp": 1649661697157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vfw9565ed2158d10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:23:44.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:23:44.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:23:44.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661689961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:23:44.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:23:44.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:23:44.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661685101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:23:44.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:23:44.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:23:44.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "cds",
  "timestamp": 1649661697157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:23:44.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:23:44.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:23:44.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661689961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-11T07:23:44.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:23:44.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:23:44.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661685101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:23:44.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:23:44.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:23:44.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "cds",
  "timestamp": 1649661697157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:23:44.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:23:44.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:23:44.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661685101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:23:44.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:23:44.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:23:44.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661689961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:23:44.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:23:44.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:23:44.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "cds",
  "timestamp": 1649661697157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:23:44.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:23:44.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:23:44.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661685101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:23:44.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:23:44.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:23:44.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661689961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:23:44.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:23:44.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:23:44.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "cds",
  "timestamp": 1649661697157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:23:44.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:23:44.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:23:44.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661702346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vfw9565ed2158d10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:23:44.863Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:23:44.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:23:44.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "clamp",
  "timestamp": 1649661702518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:23:44.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:23:44.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:23:44.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "cds",
  "timestamp": 1649661697157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:23:44.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:23:44.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:23:44.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "clamp",
  "timestamp": 1649661702518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vfw9565ed2158d10_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:23:44.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:23:44.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:23:44.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661703651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:23:44.865Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:23:44.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:23:44.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "policy-id",
  "timestamp": 1649661703889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:23:44.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:23:44.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:23:44.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "cds",
  "timestamp": 1649661705093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:23:44.866Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:23:44.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:23:44.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "clamp",
  "timestamp": 1649661702518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:23:44.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:23:45.164Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:23:45.166Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:23:45.166Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||Trying to write artifact UUID: 2ae6ea59-1ea5-4d2b-bd94-e8bf47e10d46, URL: /sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar to file: /app/ASDC/1/service-Vfw20220411071924-csar.csar
2022-04-11T07:23:45.166Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220411071924-csar.csar
2022-04-11T07:23:45.167Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220411071924-csar.csar
2022-04-11T07:23:45.167Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220411071924-csar.csar
2022-04-11T07:23:45.439Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2232890332711807116/Definitions/service-Vfw20220411071924-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-04-11T07:23:47.702Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-11T07:23:47.703Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|WARN|500||####################################################################################################
2022-04-11T07:23:47.703Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220411071924-csar.csar
2022-04-11T07:23:47.703Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-11T07:23:47.703Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|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-Vfw20220411071924-csar.csar
2022-04-11T07:23:47.703Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|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-Vfw20220411071924-csar.csar
2022-04-11T07:23:47.703Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|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-Vfw20220411071924-csar.csar
2022-04-11T07:23:47.703Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220411071924-csar.csar
2022-04-11T07:23:47.703Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220411071924-csar.csar
2022-04-11T07:23:47.703Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|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-Vfw20220411071924-csar.csar
2022-04-11T07:23:47.703Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|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-Vfw20220411071924-csar.csar
2022-04-11T07:23:47.704Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|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-Vfw20220411071924-csar.csar
2022-04-11T07:23:47.704Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220411071924-csar.csar
2022-04-11T07:23:47.704Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|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-Vfw20220411071924-csar.csar
2022-04-11T07:23:47.704Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220411071924-csar.csar
2022-04-11T07:23:47.704Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9565ed21-58d1 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-Vfw20220411071924-csar.csar
2022-04-11T07:23:47.704Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|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-Vfw20220411071924-csar.csar
2022-04-11T07:23:47.704Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|WARN|500||####################################################################################################
2022-04-11T07:23:47.704Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:47.704Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Service vFW 2022-04-11 07-19-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:23:47.705Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vFW 9565ed21-58d1 0 is matching search criteria
2022-04-11T07:23:47.705Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Search for entities recursively
2022-04-11T07:23:47.705Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Found topology templates [vFW 9565ed21-58d1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:23:47.706Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:47.706Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Service vFW 2022-04-11 07-19-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:23:47.706Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vFW 9565ed21-58d1 0 is matching search criteria
2022-04-11T07:23:47.706Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Search for entities recursively
2022-04-11T07:23:47.706Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Found topology templates [vFW 9565ed21-58d1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:23:47.706Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:47.706Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Service vFW 2022-04-11 07-19-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:23:47.707Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:47.707Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vFW 9565ed21-58d1 0 is not matching search criteria
2022-04-11T07:23:47.707Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:23:47.707Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:23:47.707Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:23:47.707Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:23:47.707Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:23:47.707Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:23:47.708Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:23:47.708Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:23:47.708Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:23:47.708Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:23:47.708Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:23:47.708Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:23:47.708Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:23:47.708Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:23:47.709Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:23:47.709Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-11T07:23:47.709Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:47.709Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Service vFW 2022-04-11 07-19-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T07:23:47.709Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:47.709Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vFW 9565ed21-58d1 0 is matching search criteria
2022-04-11T07:23:47.709Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Found topology templates [vFW 9565ed21-58d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:23:47.710Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:47.710Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vFW 9565ed21-58d1 0 is matching search criteria
2022-04-11T07:23:47.710Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Found topology templates [vFW 9565ed21-58d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:23:47.710Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:47.710Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vFW 9565ed21-58d1 0 is matching search criteria
2022-04-11T07:23:47.710Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Found topology templates [vFW 9565ed21-58d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:23:47.711Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:47.711Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vFW 9565ed21-58d1 0 is not matching search criteria
2022-04-11T07:23:47.711Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:23:47.711Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-11T07:23:47.711Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:23:47.711Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:23:47.711Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:23:47.712Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:23:47.712Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:23:47.712Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:23:47.712Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:23:47.712Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:23:47.713Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:23:47.713Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=948180c4-8cb9-4899-b32b-1a255c134597
2022-04-11T07:23:47.713Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:47.713Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vFW 9565ed21-58d1 0 is not matching search criteria
2022-04-11T07:23:47.713Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:23:47.714Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:23:47.714Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:23:47.714Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:23:47.714Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:23:47.714Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:23:47.714Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:23:47.714Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-11T07:23:47.715Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:23:47.715Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:23:47.715Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:23:47.715Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:23:47.715Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7421345d-2e5f-41ae-aea8-c9126c8b79da
2022-04-11T07:23:47.715Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:47.715Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vFW 9565ed21-58d1 0 is not matching search criteria
2022-04-11T07:23:47.716Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:23:47.716Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:23:47.716Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:23:47.716Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:23:47.716Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:23:47.716Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:23:47.717Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:23:47.717Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:23:47.717Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:23:47.717Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:23:47.717Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:23:47.717Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-11T07:23:47.718Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=34228653-5164-4bfc-830f-151be6863f6c
2022-04-11T07:23:47.718Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:47.718Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Service vFW 2022-04-11 07-19-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:23:47.718Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:47.718Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Service vFW 2022-04-11 07-19-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:23:47.718Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:47.719Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Service vFW 2022-04-11 07-19-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:23:47.719Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:47.719Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Service vFW 2022-04-11 07-19-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:23:47.719Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-11 07-19-24
Description:catalog service description
Model UUID:c949296d-42e3-476c-8052-77c74b3aed4a
Model Version:NULL
Model InvariantUuid:6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 9565ed21-58d1
Model UUID:1679800c-9072-4547-a82a-1f643bb50816
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:78bac0ef-9e4e-4028-ae69-c52798bb5707
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:085f48b0-a70e-4886-8326-bd07170c8499
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e8fc8623-afea-494b-80fd-93218cbf2d1f
ModelName:Vfw9565ed2158d1..base_vfw..module-0
ModelUuid:337d0962-da76-4043-ba39-99b5fa6bfeca
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:948180c4-8cb9-4899-b32b-1a255c134597
ModelInvariantUuid:ce5cfcfd-5056-4baa-a88b-09c8347b2348
ModelName:vFW 9565ed21-58d1-nodes.vfwCvfc
ModelUuid:97e7c3d3-17a8-4f8d-a364-dd76a2b664d2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:58fb9932-c54b-4385-a605-fc3f10bc5256
ModelInvariantUuid:6b17eac2-56b6-48cf-b3d9-8e6f9b6c6516
ModelName:Vfw9565ed2158d1.compute.nodes.heat.vfw
ModelUuid:edc2e3ef-980f-4d6b-b658-7c51ac10748e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7421345d-2e5f-41ae-aea8-c9126c8b79da
ModelInvariantUuid:b1f4150b-2cc0-43c3-aed9-4ff241e56d7f
ModelName:vFW 9565ed21-58d1-nodes.vsnCvfc
ModelUuid:56ea2905-7556-4df1-a420-20184689e969
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ac78c5d-02d1-4738-8892-d7dbc955f030
ModelInvariantUuid:82c4ab43-5655-4465-9f60-93fdf52ddc44
ModelName:Vfw9565ed2158d1.compute.nodes.heat.vsn
ModelUuid:b995b8c8-9804-489d-bf89-37aef3b66cfe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:34228653-5164-4bfc-830f-151be6863f6c
ModelInvariantUuid:741e14d3-ccda-4265-b7e1-fb4b9284ec03
ModelName:vFW 9565ed21-58d1-nodes.vpgCvfc
ModelUuid:38170354-715c-4419-883f-4f5086275680
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:386423d2-d159-4cb8-ad5b-65c8140548cd
ModelInvariantUuid:0226736b-3b1b-40b0-b913-aa7c9287ab36
ModelName:Vfw9565ed2158d1.compute.nodes.heat.vpg
ModelUuid:fac75146-1880-47fc-8c2c-a19d3c5d86f8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T07:23:47.726Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 26740700-a73c-47f2-8480-26aceae9c4ff
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:23:47.729Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||vFW 9565ed21-58d1 0
2022-04-11T07:23:47.729Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 26740700-a73c-47f2-8480-26aceae9c4ff
2022-04-11T07:23:47.730Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||Trying to download the artifact UUID: d3759d85-f61a-489b-b8a3-9271d0217555 from URL: /sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vfw9565ed2158d10_modules.json
2022-04-11T07:23:47.730Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:23:47.730Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vfw9565ed2158d10_modules.json
2022-04-11T07:23:48.104Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:23:48.105Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vfw9565ed2158d10_modules.json d3759d85-f61a-489b-b8a3-9271d0217555 785
2022-04-11T07:23:48.106Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vfw9565ed2158d10_modules.json ASDC sendASDCNotification
2022-04-11T07:23:48.106Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vfw9565ed2158d10_modules.json
2022-04-11T07:23:48.106Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:23:48.107Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:23:48.109Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:23:48.109Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||try to send status {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661828106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vfw9565ed2158d10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:23:48.209Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:23:48.210Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:23:48.210Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:23:48.228Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:23:48.229Z||pool-164-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:23:49.110Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw9565ed2158d1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e8fc8623-afea-494b-80fd-93218cbf2d1f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "337d0962-da76-4043-ba39-99b5fa6bfeca",
    "vfModuleModelCustomizationUUID": "3ef00a53-ec38-4297-bea5-135a7bfb4cad",
    "isBase": true,
    "artifacts": [
      "d7139023-90a0-429b-a5d9-4d67f57301e4",
      "b62b3809-c471-4de9-aea2-1e5d0f8b4bb2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T07:23:49.116Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9565ed2158d1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:337d0962-da76-4043-ba39-99b5fa6bfeca
VfModuleModelInvariantUUID:e8fc8623-afea-494b-80fd-93218cbf2d1f
VfModuleModelDescription:NULL
Artifacts UUID List:{
d7139023-90a0-429b-a5d9-4d67f57301e4
,
b62b3809-c471-4de9-aea2-1e5d0f8b4bb2

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

isBase:true


}

2022-04-11T07:23:49.118Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw9565ed2158d1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e8fc8623-afea-494b-80fd-93218cbf2d1f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "337d0962-da76-4043-ba39-99b5fa6bfeca",
    "vfModuleModelCustomizationUUID": "3ef00a53-ec38-4297-bea5-135a7bfb4cad",
    "isBase": true,
    "artifacts": [
      "d7139023-90a0-429b-a5d9-4d67f57301e4",
      "b62b3809-c471-4de9-aea2-1e5d0f8b4bb2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T07:23:49.118Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9565ed2158d1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:337d0962-da76-4043-ba39-99b5fa6bfeca
VfModuleModelInvariantUUID:e8fc8623-afea-494b-80fd-93218cbf2d1f
VfModuleModelDescription:NULL
Artifacts UUID List:{
d7139023-90a0-429b-a5d9-4d67f57301e4
,
b62b3809-c471-4de9-aea2-1e5d0f8b4bb2

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

isBase:true


}

2022-04-11T07:23:49.118Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||Trying to download the artifact UUID: d7139023-90a0-429b-a5d9-4d67f57301e4 from URL: /sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.yaml
2022-04-11T07:23:49.119Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:23:49.119Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.yaml
2022-04-11T07:23:49.328Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:23:49.329Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.yaml d7139023-90a0-429b-a5d9-4d67f57301e4 20368
2022-04-11T07:23:49.330Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-11T07:23:49.330Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.yaml
2022-04-11T07:23:49.330Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:23:49.330Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:23:49.340Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:23:49.340Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||try to send status {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661829330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:23:49.432Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-04-11T07:23:49.433Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:23:49.433Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:23:49.444Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:23:49.445Z||pool-165-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:23:50.341Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||Trying to download the artifact UUID: b62b3809-c471-4de9-aea2-1e5d0f8b4bb2 from URL: /sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.env
2022-04-11T07:23:50.342Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:23:50.343Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.env
2022-04-11T07:23:50.604Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:23:50.604Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.env b62b3809-c471-4de9-aea2-1e5d0f8b4bb2 2098
2022-04-11T07:23:50.605Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-11T07:23:50.605Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.env
2022-04-11T07:23:50.605Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:23:50.606Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:23:50.608Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:23:50.608Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||try to send status {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661830605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:23:50.708Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:23:50.709Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:23:50.709Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:23:50.732Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:23:50.732Z||pool-166-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:23:51.609Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Preparing to deploy Service: c949296d-42e3-476c-8052-77c74b3aed4a
2022-04-11T07:23:51.610Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9565ed21-58d1 0 26740700-a73c-47f2-8480-26aceae9c4ff ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:23:51.636Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@60dcab08, org.onap.sdc.toscaparser.api.parameters.Input@12411e7f, org.onap.sdc.toscaparser.api.parameters.Input@125aa93b, org.onap.sdc.toscaparser.api.parameters.Input@6869c72d, org.onap.sdc.toscaparser.api.parameters.Input@6d68a5c3]
2022-04-11T07:23:51.638Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:51.638Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Service vFW 2022-04-11 07-19-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:23:51.638Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||VF Category is: Generic 
2022-04-11T07:23:51.639Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||VFCustomizationUUID= 085f48b0-a70e-4886-8326-bd07170c8499
2022-04-11T07:23:51.639Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 085f48b0-a70e-4886-8326-bd07170c8499 matches Tosca VF Customization UUID: 085f48b0-a70e-4886-8326-bd07170c8499
2022-04-11T07:23:51.639Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||vfCustomizationUUID: 085f48b0-a70e-4886-8326-bd07170c8499  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-11T07:23:51.644Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:51.644Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Service vFW 2022-04-11 07-19-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:23:51.645Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||resource request for resource customization id 085f48b0-a70e-4886-8326-bd07170c8499: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-11T07:23:51.645Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@16e279d5
2022-04-11T07:23:51.646Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:51.646Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Service vFW 2022-04-11 07-19-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T07:23:51.646Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3ef00a53-ec38-4297-bea5-135a7bfb4cad
2022-04-11T07:23:51.647Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3ef00a53-ec38-4297-bea5-135a7bfb4cad
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-11T07:23:51.652Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:51.653Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vFW 9565ed21-58d1 0 is matching search criteria
2022-04-11T07:23:51.653Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Found topology templates [vFW 9565ed21-58d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:23:51.654Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:51.654Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vFW 9565ed21-58d1 0 is matching search criteria
2022-04-11T07:23:51.654Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Found topology templates [vFW 9565ed21-58d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:23:51.655Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:51.655Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vFW 9565ed21-58d1 0 is not matching search criteria
2022-04-11T07:23:51.655Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:23:51.656Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-11T07:23:51.656Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:23:51.656Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:23:51.657Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:23:51.657Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:23:51.657Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:23:51.658Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:23:51.658Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:23:51.658Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:23:51.658Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:23:51.659Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=948180c4-8cb9-4899-b32b-1a255c134597
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T07:23:51.667Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:51.667Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vFW 9565ed21-58d1 0 is matching search criteria
2022-04-11T07:23:51.668Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Found topology templates [vFW 9565ed21-58d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:23:51.668Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:51.668Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vFW 9565ed21-58d1 0 is not matching search criteria
2022-04-11T07:23:51.669Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:23:51.669Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:23:51.669Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:23:51.670Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:23:51.670Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:23:51.670Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:23:51.670Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:23:51.671Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-11T07:23:51.671Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:23:51.671Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:23:51.671Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:23:51.672Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:23:51.672Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7421345d-2e5f-41ae-aea8-c9126c8b79da
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T07:23:51.675Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:51.676Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vFW 9565ed21-58d1 0 is matching search criteria
2022-04-11T07:23:51.676Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Found topology templates [vFW 9565ed21-58d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:23:51.676Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:51.676Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vFW 9565ed21-58d1 0 is not matching search criteria
2022-04-11T07:23:51.677Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:23:51.677Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:23:51.677Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:23:51.678Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:23:51.678Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:23:51.678Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:23:51.679Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:23:51.679Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:23:51.679Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:23:51.679Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:23:51.680Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:23:51.680Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-11T07:23:51.680Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=34228653-5164-4bfc-830f-151be6863f6c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T07:23:51.684Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:51.684Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vFW 9565ed21-58d1 0 is matching search criteria
2022-04-11T07:23:51.685Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Found topology templates [vFW 9565ed21-58d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:23:51.685Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:51.686Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Node template vFW 9565ed21-58d1 0 is matching search criteria
2022-04-11T07:23:51.686Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Found topology templates [vFW 9565ed21-58d1 0] matching following query criteria: sdcType=VF, customizationUUID=085f48b0-a70e-4886-8326-bd07170c8499
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:23:51.689Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:51.690Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Service vFW 2022-04-11 07-19-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:23:51.690Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500|| resourceSeq for service uuid c949296d-42e3-476c-8052-77c74b3aed4a: vFW 9565ed21-58d1
2022-04-11T07:23:51.691Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:51.691Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Service vFW 2022-04-11 07-19-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:23:51.691Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:51.692Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Service vFW 2022-04-11 07-19-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:23:51.692Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:51.692Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Service vFW 2022-04-11 07-19-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:23:51.693Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:51.693Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Service vFW 2022-04-11 07-19-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:23:51.693Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:23:51.694Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Service vFW 2022-04-11 07-19-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:23:51.694Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||Saving Service: vFW 2022-04-11 07-19-24 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:23:51.898Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9565ed21-58d1 26740700-a73c-47f2-8480-26aceae9c4ff 1 ASDC deployResourceStructure
2022-04-11T07:23:51.898Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vfw9565ed2158d10_modules.json ASDC sendASDCNotification
2022-04-11T07:23:51.898Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vfw9565ed2158d10_modules.json
2022-04-11T07:23:51.898Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:23:51.899Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:23:51.900Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:23:51.901Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||try to send status {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661831898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vfw9565ed2158d10_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T07:23:52.001Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:23:52.002Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:23:52.002Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:23:52.029Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:23:52.029Z||pool-167-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:23:52.901Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-11T07:23:52.902Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.yaml
2022-04-11T07:23:52.902Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:23:52.902Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:23:52.905Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:23:52.905Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||try to send status {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661832901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T07:23:53.005Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:23:53.006Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:23:53.006Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:23:53.020Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:23:53.020Z||pool-168-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:23:53.906Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-11T07:23:53.907Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.env
2022-04-11T07:23:53.907Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:23:53.907Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:23:53.910Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:23:53.910Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||try to send status {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661833906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-11T07:23:54.010Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:23:54.011Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:23:54.011Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:23:54.023Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:23:54.024Z||pool-169-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:23:54.911Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar ASDC sendASDCNotification
2022-04-11T07:23:54.912Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar
2022-04-11T07:23:54.912Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:23:54.912Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:23:54.914Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:23:54.914Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||try to send status {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661834911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:23:55.014Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:23:55.015Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:23:55.016Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:23:55.029Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:23:55.029Z||pool-170-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:23:55.915Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5fb77949-9f4c-498e-86ff-2238416318a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:23:55.927Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5fb77949-9f4c-498e-86ff-2238416318a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:23:55.929Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:23:55.929Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:23:55.929Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T07:24:25.930Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5fb77949-9f4c-498e-86ff-2238416318a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:24:25.941Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5fb77949-9f4c-498e-86ff-2238416318a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:24:25.943Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:24:25.943Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:24:25.944Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T07:24:44.825Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:24:44.826Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:24:44.827Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:24:44.859Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:24:44.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "policy-id",
  "timestamp": 1649661703889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vfw9565ed2158d10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:24:44.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:24:44.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "cds",
  "timestamp": 1649661706103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:24:44.869Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5fb77949-9f4c-498e-86ff-2238416318a0
2022-04-11T07:24:44.869Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fb77949-9f4c-498e-86ff-2238416318a0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:24:44.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661705049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:24:44.878Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:24:44.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "clamp",
  "timestamp": 1649661702518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:24:44.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:24:44.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "policy-id",
  "timestamp": 1649661703889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:24:44.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:24:44.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661706085,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:24:44.884Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5fb77949-9f4c-498e-86ff-2238416318a0
2022-04-11T07:24:44.884Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fb77949-9f4c-498e-86ff-2238416318a0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:24:44.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "clamp",
  "timestamp": 1649661702518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:24:44.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:24:44.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "policy-id",
  "timestamp": 1649661703889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:24:44.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:24:44.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661707098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vfw9565ed2158d10_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T07:24:44.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:24:44.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "clamp",
  "timestamp": 1649661702518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:24:44.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:24:44.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "policy-id",
  "timestamp": 1649661703889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:24:44.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:24:44.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "clamp",
  "timestamp": 1649661702518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:24:44.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:24:44.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "policy-id",
  "timestamp": 1649661703889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:24:44.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:24:44.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "aai-ml",
  "timestamp": 1649661708233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:24:44.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:24:44.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "policy-id",
  "timestamp": 1649661703889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:24:44.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:24:44.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "aai-ml",
  "timestamp": 1649661708233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vfw9565ed2158d10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:24:44.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:24:44.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "aai-ml",
  "timestamp": 1649661708233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:24:44.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:24:44.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "policy-id",
  "timestamp": 1649661711796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:24:44.897Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:24:44.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "aai-ml",
  "timestamp": 1649661708233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:24:44.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:24:44.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "policy-id",
  "timestamp": 1649661712803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:24:44.898Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:24:44.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "aai-ml",
  "timestamp": 1649661708233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:24:44.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:24:44.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "policy-id",
  "timestamp": 1649661713808,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:24:44.904Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5fb77949-9f4c-498e-86ff-2238416318a0
2022-04-11T07:24:44.904Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fb77949-9f4c-498e-86ff-2238416318a0 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-04-11T07:24:44.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "aai-ml",
  "timestamp": 1649661708233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:24:44.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:24:44.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661714717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:24:44.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:24:44.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "aai-ml",
  "timestamp": 1649661708233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:24:44.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:24:44.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661714717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vfw9565ed2158d10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:24:44.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:24:44.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "aai-ml",
  "timestamp": 1649661715983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:24:44.914Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:24:44.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661714717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:24:44.914Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:24:44.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661714717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:24:44.915Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:24:44.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661714717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:24:44.915Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:24:44.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "clamp",
  "timestamp": 1649661719274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:24:44.916Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:24:44.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661714717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:24:44.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:24:44.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661714717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:24:44.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:24:44.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "clamp",
  "timestamp": 1649661721284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:24:44.917Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:24:44.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661722551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:24:44.917Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:24:44.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "clamp",
  "timestamp": 1649661722289,
  "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-04-11T07:24:44.922Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5fb77949-9f4c-498e-86ff-2238416318a0
2022-04-11T07:24:44.922Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fb77949-9f4c-498e-86ff-2238416318a0 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-04-11T07:24:44.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661726863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:24:44.932Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:24:44.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661727868,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:24:44.937Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5fb77949-9f4c-498e-86ff-2238416318a0
2022-04-11T07:24:44.937Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fb77949-9f4c-498e-86ff-2238416318a0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:24:44.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "aai-ml",
  "timestamp": 1649661727427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-11T07:24:44.945Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:24:44.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:24:44.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "aai-ml",
  "timestamp": 1649661728431,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:24:44.955Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 5fb77949-9f4c-498e-86ff-2238416318a0
2022-04-11T07:24:44.955Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fb77949-9f4c-498e-86ff-2238416318a0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:24:55.944Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5fb77949-9f4c-498e-86ff-2238416318a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:24:55.955Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5fb77949-9f4c-498e-86ff-2238416318a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:24:55.957Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:24:55.957Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T07:24:55.958Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T07:24:55.958Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T07:24:55.958Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-11T07:24:55.958Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:24:55.962Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T07:25:25.964Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 5fb77949-9f4c-498e-86ff-2238416318a0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T07:25:25.970Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5fb77949-9f4c-498e-86ff-2238416318a0 and serviceModelVersionId: c949296d-42e3-476c-8052-77c74b3aed4a
2022-04-11T07:25:25.970Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5
2022-04-11T07:25:25.970Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0
2022-04-11T07:25:25.983Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-11T07:25:26.023Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d627eb7e-18fe-420e-9865-51f3161fa1a9/model-vers/model-ver/622eddca-7a25-4e24-aac8-4aa71f02bb13?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T07:25:26.024Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||Invoke
2022-04-11T07:25:27.566Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T07:25:27.568Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||Invoke
2022-04-11T07:25:29.105Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T07:25:29.106Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||Invoke
2022-04-11T07:25:30.135Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:25:30.136Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-11T07:25:30.137Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:25:30.137Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:25:30.141Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-11T07:25:30.141Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5fb77949-9f4c-498e-86ff-2238416318a0 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:25:30.142Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-11T07:25:30.142Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:25:30.144Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:25:30.144Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||try to send status {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661930141,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T07:25:30.244Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:25:30.245Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:25:30.245Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:25:30.264Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:25:30.264Z||pool-171-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-04-11T07:25:31.155Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||received message from topic
2022-04-11T07:25:31.155Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"7d9d81fa-8a0d-4f14-954d-0226357f737d","serviceName":"Demo_pNF_1ofXEnLLsYZGewIiGm7f","serviceVersion":"1.0","serviceUUID":"9935615d-7032-472a-a104-dec7cc73c263","serviceDescription":"catalog service description","serviceInvariantUUID":"4ff1c586-e16f-4518-8173-9eedc970c469","resources":[{"resourceInstanceName":"pNF 02ae6f1a-97fa 0","resourceName":"pNF 02ae6f1a-97fa","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d8e1a5dc-fc96-41f5-bf73-9b4245da720e","resourceInvariantUUID":"e96ea1a5-c73d-40bd-bba2-bcdcdc810414","resourceCustomizationUUID":"122c1e56-a35f-495a-b684-b5c1492b389a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/vf-license-model.xml","artifactChecksum":"M2VkODM2MTAyZTM1MzVkOWU1MDA4MDhjMmNjYWJkOWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4b69554e-b0be-4729-add1-ec15755d6a5f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/pNF.csar","artifactChecksum":"YjBhYzYyMmUxN2VhOWQ0YjM0NWEzZjMzYWU3ZjMzZTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3d07404-7402-4475-b4f9-04db7a2caead","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c9ab8844-b12c-40a8-a728-7fc19ed0b93c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/vendor-license-model.xml","artifactChecksum":"NmFiZTAyODkzMjQzZmVmMDczZTNmZDdhNmY0Yzg4OTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3f7f2a7c-db74-42f5-9eee-241adf3b57df","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"834f60aa-78db-462e-9798-95ad23370ae2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1202f726-6ba8-4e32-a031-cebe74a562f9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf1ofxenllsyzgewiigm7f-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-template.yml","artifactChecksum":"N2Q3YTM3MzVkMTk3ODczMGIxYjAyYzgyNTk3MGZmYjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ed80de5-1adb-436b-8df2-5c700bfca3b7","artifactVersion":"1"},{"artifactName":"service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar","artifactChecksum":"ZmFmNTQxOTg4YTI0YjAwNWE0Mjc0YjFhYWE0NGVhYmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3226bea8-6735-4fc0-8b4f-65e43085ab42","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T07:25:31.156Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:25:31.156Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:25:31.158Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:25:31.158Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||try to send status {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661812267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:31.258Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:25:31.259Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:25:31.259Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:25:31.271Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:25:31.272Z||pool-172-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:25:32.159Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:25:32.160Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:25:32.162Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:25:32.163Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||try to send status {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661812267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:32.263Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:25:32.264Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:25:32.264Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:25:32.279Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:25:32.281Z||pool-173-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:25:33.163Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:25:33.164Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:25:33.167Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:25:33.167Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||try to send status {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661812267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:33.267Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:25:33.268Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:25:33.268Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:25:33.280Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:25:33.280Z||pool-174-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:25:34.168Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:25:34.169Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:25:34.171Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:25:34.172Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||try to send status {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661812267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:34.271Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:25:34.272Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:25:34.273Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:25:34.284Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:25:34.285Z||pool-175-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:25:35.172Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:25:35.174Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:25:35.176Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:25:35.176Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||try to send status {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661812267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:35.276Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:25:35.277Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:25:35.277Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:25:35.299Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:25:35.299Z||pool-176-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:25:36.177Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:25:36.178Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:25:36.180Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:25:36.180Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||try to send status {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661812267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:36.280Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:25:36.281Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:25:36.281Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:25:36.292Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:25:36.292Z||pool-177-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:25:37.181Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:25:37.182Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:25:37.183Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:25:37.183Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||try to send status {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661812267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:37.283Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:25:37.284Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:25:37.284Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:25:37.294Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:25:37.294Z||pool-178-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:25:38.184Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:25:38.185Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:25:38.187Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:25:38.187Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||try to send status {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661812267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:25:38.287Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:25:38.288Z||pool-179-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:25:38.288Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:25:38.300Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:25:38.301Z||pool-179-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:25:39.188Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "serviceName": "Demo_pNF_1ofXEnLLsYZGewIiGm7f",
  "serviceVersion": "1.0",
  "serviceUUID": "9935615d-7032-472a-a104-dec7cc73c263",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4ff1c586-e16f-4518-8173-9eedc970c469",
  "resources": [
    {
      "resourceInstanceName": "pNF 02ae6f1a-97fa 0",
      "resourceCustomizationUUID": "122c1e56-a35f-495a-b684-b5c1492b389a",
      "resourceName": "pNF 02ae6f1a-97fa",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d8e1a5dc-fc96-41f5-bf73-9b4245da720e",
      "resourceInvariantUUID": "e96ea1a5-c73d-40bd-bba2-bcdcdc810414",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar",
      "artifactChecksum": "ZmFmNTQxOTg4YTI0YjAwNWE0Mjc0YjFhYWE0NGVhYmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3226bea8-6735-4fc0-8b4f-65e43085ab42"
    }
  ],
  "workloadContext": "Production"
}
2022-04-11T07:25:39.189Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T07:25:39.189Z|5fb77949-9f4c-498e-86ff-2238416318a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9935615d-7032-472a-a104-dec7cc73c263 ASDC
2022-04-11T07:25:39.189Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||ASDC Notification:
DistributionID:7d9d81fa-8a0d-4f14-954d-0226357f737d
ServiceName:Demo_pNF_1ofXEnLLsYZGewIiGm7f
ServiceVersion:1.0
ServiceUUID:9935615d-7032-472a-a104-dec7cc73c263
ServiceInvariantUUID:4ff1c586-e16f-4518-8173-9eedc970c469
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar
ArtifactUUID:3226bea8-6735-4fc0-8b4f-65e43085ab42
ArtifactChecksum:ZmFmNTQxOTg4YTI0YjAwNWE0Mjc0YjFhYWE0NGVhYmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 02ae6f1a-97fa 0
ResourceCustomizationUUID:122c1e56-a35f-495a-b684-b5c1492b389a
ResourceInvariantUUID:e96ea1a5-c73d-40bd-bba2-bcdcdc810414
ResourceName:pNF 02ae6f1a-97fa
ResourceType:PNF
ResourceUUID:d8e1a5dc-fc96-41f5-bf73-9b4245da720e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-11T07:25:39.189Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9935615d-7032-472a-a104-dec7cc73c263 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:25:39.225Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:25:39.226Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:25:39.226Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:25:39.226Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||Trying to download the artifact UUID: 3226bea8-6735-4fc0-8b4f-65e43085ab42 from URL: /sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar
2022-04-11T07:25:39.226Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:25:39.226Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar
2022-04-11T07:25:39.755Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:25:39.759Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar 3226bea8-6735-4fc0-8b4f-65e43085ab42 82652
2022-04-11T07:25:39.759Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar ASDC sendASDCNotification
2022-04-11T07:25:39.759Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar
2022-04-11T07:25:39.759Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:25:39.759Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:25:39.761Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:25:39.761Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||try to send status {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661939759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:25:39.861Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:25:39.862Z||pool-180-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:25:39.862Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:25:39.876Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:25:39.877Z||pool-180-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:25:40.762Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:25:40.763Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:25:40.764Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||Trying to write artifact UUID: 3226bea8-6735-4fc0-8b4f-65e43085ab42, URL: /sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar to file: /app/ASDC/1/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar
2022-04-11T07:25:40.764Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar
2022-04-11T07:25:40.765Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar
2022-04-11T07:25:40.765Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar
2022-04-11T07:25:40.868Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2163963221225219015/Definitions/service-DemoPnf1ofxenllsyzgewiigm7f-template.yml
2022-04-11T07:25:41.786Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-11T07:25:41.786Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|WARN|500||####################################################################################################
2022-04-11T07:25:41.786Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar
2022-04-11T07:25:41.786Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-11T07:25:41.786Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|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-DemoPnf1ofxenllsyzgewiigm7f-csar.csar
2022-04-11T07:25:41.786Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 02ae6f1a-97fa 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-DemoPnf1ofxenllsyzgewiigm7f-csar.csar
2022-04-11T07:25:41.787Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar
2022-04-11T07:25:41.787Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|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-DemoPnf1ofxenllsyzgewiigm7f-csar.csar
2022-04-11T07:25:41.787Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|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-DemoPnf1ofxenllsyzgewiigm7f-csar.csar
2022-04-11T07:25:41.787Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|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-DemoPnf1ofxenllsyzgewiigm7f-csar.csar
2022-04-11T07:25:41.787Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|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-DemoPnf1ofxenllsyzgewiigm7f-csar.csar
2022-04-11T07:25:41.787Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|WARN|500||####################################################################################################
2022-04-11T07:25:41.787Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:25:41.787Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Service Demo_pNF_1ofXEnLLsYZGewIiGm7f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:25:41.787Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Node template pNF 02ae6f1a-97fa 0 is matching search criteria
2022-04-11T07:25:41.787Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Search for entities recursively
2022-04-11T07:25:41.788Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Found topology templates [pNF 02ae6f1a-97fa 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:25:41.788Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:25:41.788Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Service Demo_pNF_1ofXEnLLsYZGewIiGm7f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:25:41.788Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Node template pNF 02ae6f1a-97fa 0 is matching search criteria
2022-04-11T07:25:41.788Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Search for entities recursively
2022-04-11T07:25:41.788Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Found topology templates [pNF 02ae6f1a-97fa 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:25:41.788Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:25:41.788Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Service Demo_pNF_1ofXEnLLsYZGewIiGm7f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:25:41.789Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:25:41.789Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Service Demo_pNF_1ofXEnLLsYZGewIiGm7f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:25:41.789Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:25:41.789Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Service Demo_pNF_1ofXEnLLsYZGewIiGm7f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:25:41.789Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:25:41.789Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Service Demo_pNF_1ofXEnLLsYZGewIiGm7f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:25:41.789Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:25:41.789Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Service Demo_pNF_1ofXEnLLsYZGewIiGm7f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:25:41.789Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_1ofXEnLLsYZGewIiGm7f
Description:catalog service description
Model UUID:9935615d-7032-472a-a104-dec7cc73c263
Model Version:NULL
Model InvariantUuid:4ff1c586-e16f-4518-8173-9eedc970c469
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T07:25:41.794Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: d8e1a5dc-fc96-41f5-bf73-9b4245da720e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:25:41.796Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||pNF 02ae6f1a-97fa 0
2022-04-11T07:25:41.796Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: d8e1a5dc-fc96-41f5-bf73-9b4245da720e
2022-04-11T07:25:41.796Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||No resources found for Service: 9935615d-7032-472a-a104-dec7cc73c263
2022-04-11T07:25:41.796Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Preparing to deploy Service: 9935615d-7032-472a-a104-dec7cc73c263
2022-04-11T07:25:41.797Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 02ae6f1a-97fa 0 d8e1a5dc-fc96-41f5-bf73-9b4245da720e ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:25:41.801Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@462fa748, org.onap.sdc.toscaparser.api.parameters.Input@28d161ec, org.onap.sdc.toscaparser.api.parameters.Input@3ff73e2f, org.onap.sdc.toscaparser.api.parameters.Input@5538a5c5, org.onap.sdc.toscaparser.api.parameters.Input@6e165dcd]
2022-04-11T07:25:41.802Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:25:41.802Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Service Demo_pNF_1ofXEnLLsYZGewIiGm7f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:25:41.802Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500|| resourceSeq for service uuid 9935615d-7032-472a-a104-dec7cc73c263: pNF 02ae6f1a-97fa
2022-04-11T07:25:41.802Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||Processing PNF resource: d8e1a5dc-fc96-41f5-bf73-9b4245da720e
2022-04-11T07:25:41.803Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:25:41.803Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Service Demo_pNF_1ofXEnLLsYZGewIiGm7f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:25:41.803Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||Resource customization UUID: 122c1e56-a35f-495a-b684-b5c1492b389a is the same as notified resource customizationUUID: 122c1e56-a35f-495a-b684-b5c1492b389a
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-11T07:25:41.834Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 02ae6f1a-97fa d8e1a5dc-fc96-41f5-bf73-9b4245da720e 0 ASDC deployResourceStructure
2022-04-11T07:25:41.835Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar ASDC sendASDCNotification
2022-04-11T07:25:41.835Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar
2022-04-11T07:25:41.835Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:25:41.835Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:25:41.838Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:25:41.838Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||try to send status {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661941835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:25:41.937Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:25:41.939Z||pool-181-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:25:41.941Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:25:41.959Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:25:41.959Z||pool-181-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:25:42.838Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d9d81fa-8a0d-4f14-954d-0226357f737d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:25:42.854Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d9d81fa-8a0d-4f14-954d-0226357f737d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:25:42.857Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:25:42.857Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:25:42.857Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T07:25:44.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:25:44.829Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:25:44.829Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:25:44.848Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:25:44.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "clamp",
  "timestamp": 1649661762518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661769961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "aai-ml",
  "timestamp": 1649661768233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661765100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "policy-id",
  "timestamp": 1649661763889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "cds",
  "timestamp": 1649661772157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661765100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661769961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "clamp",
  "timestamp": 1649661762518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "policy-id",
  "timestamp": 1649661763889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "aai-ml",
  "timestamp": 1649661768233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "cds",
  "timestamp": 1649661772157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "clamp",
  "timestamp": 1649661762518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661769961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "aai-ml",
  "timestamp": 1649661768233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661765100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "policy-id",
  "timestamp": 1649661763889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "cds",
  "timestamp": 1649661772157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "aai-ml",
  "timestamp": 1649661768233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661765100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661769961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "clamp",
  "timestamp": 1649661762518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "policy-id",
  "timestamp": 1649661763889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661774717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "cds",
  "timestamp": 1649661772157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661769961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661765100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "clamp",
  "timestamp": 1649661762518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "aai-ml",
  "timestamp": 1649661768233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "policy-id",
  "timestamp": 1649661763889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661774717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "cds",
  "timestamp": 1649661772157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "clamp",
  "timestamp": 1649661762518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661769961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661765100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:25:44.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "aai-ml",
  "timestamp": 1649661768233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "policy-id",
  "timestamp": 1649661763889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661774717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "cds",
  "timestamp": 1649661772157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "aai-ml",
  "timestamp": 1649661768233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "clamp",
  "timestamp": 1649661762518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661765100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661769961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "policy-id",
  "timestamp": 1649661763889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661774717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "cds",
  "timestamp": 1649661772157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661765100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "aai-ml",
  "timestamp": 1649661768233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:25:44.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "clamp",
  "timestamp": 1649661762518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:25:44.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649661769961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:25:44.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "policy-id",
  "timestamp": 1649661763889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:25:44.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661774717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "cds",
  "timestamp": 1649661772157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:25:44.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661774717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "aai-ml",
  "timestamp": 1649661779277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:25:44.866Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:25:44.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "policy-id",
  "timestamp": 1649661780173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:25:44.866Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:25:44.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661779360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:25:44.866Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:25:44.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "cds",
  "timestamp": 1649661781047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:25:44.867Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:25:44.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661774717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "policy-id",
  "timestamp": 1649661781178,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:25:44.867Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:25:44.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661780386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T07:25:44.868Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:25:44.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "cds",
  "timestamp": 1649661782053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:25:44.876Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7d9d81fa-8a0d-4f14-954d-0226357f737d
2022-04-11T07:25:44.876Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d9d81fa-8a0d-4f14-954d-0226357f737d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:25:44.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661774717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:25:44.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "policy-id",
  "timestamp": 1649661782181,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:25:44.891Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7d9d81fa-8a0d-4f14-954d-0226357f737d
2022-04-11T07:25:44.892Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d9d81fa-8a0d-4f14-954d-0226357f737d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:25:44.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649661781389,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:25:44.902Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7d9d81fa-8a0d-4f14-954d-0226357f737d
2022-04-11T07:25:44.903Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d9d81fa-8a0d-4f14-954d-0226357f737d and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:25:44.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661783476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:25:44.910Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:25:44.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "clamp",
  "timestamp": 1649661784896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:25:44.910Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:25:44.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661785621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:25:44.910Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:25:44.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "aai-ml",
  "timestamp": 1649661784994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-11T07:25:44.911Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:25:44.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649661786630,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:25:44.915Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7d9d81fa-8a0d-4f14-954d-0226357f737d
2022-04-11T07:25:44.915Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d9d81fa-8a0d-4f14-954d-0226357f737d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:25:44.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "clamp",
  "timestamp": 1649661786301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:25:44.923Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:25:44.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "aai-ml",
  "timestamp": 1649661785999,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:25:44.928Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 7d9d81fa-8a0d-4f14-954d-0226357f737d
2022-04-11T07:25:44.929Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d9d81fa-8a0d-4f14-954d-0226357f737d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:25:44.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "clamp",
  "timestamp": 1649661787305,
  "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-04-11T07:25:44.941Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7d9d81fa-8a0d-4f14-954d-0226357f737d
2022-04-11T07:25:44.941Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d9d81fa-8a0d-4f14-954d-0226357f737d 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-04-11T07:25:44.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c8513ab-5519-406b-8db2-183f864ffae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661811233,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T07:25:44.949Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:25:44.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661812267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661812267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vfw9565ed2158d10_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:25:44.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661812267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:25:44.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661812267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661812267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-11T07:25:44.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661812267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:25:44.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661812267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:25:44.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:25:44.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:25:44.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661824159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:25:44.953Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:26:12.857Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d9d81fa-8a0d-4f14-954d-0226357f737d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:26:12.873Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d9d81fa-8a0d-4f14-954d-0226357f737d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:26:12.878Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:26:12.878Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T07:26:12.878Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T07:26:12.879Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T07:26:12.879Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T07:26:12.879Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-11T07:26:12.879Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:26:12.887Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T07:26:42.888Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 7d9d81fa-8a0d-4f14-954d-0226357f737d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T07:26:42.894Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7d9d81fa-8a0d-4f14-954d-0226357f737d and serviceModelVersionId: 9935615d-7032-472a-a104-dec7cc73c263
2022-04-11T07:26:42.894Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4ff1c586-e16f-4518-8173-9eedc970c469
2022-04-11T07:26:42.895Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0
2022-04-11T07:26:42.899Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e7b34ab-a2a5-4a39-b59c-f3ee7fe9a2d5/model-vers/model-ver/c949296d-42e3-476c-8052-77c74b3aed4a?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-11T07:26:42.943Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Invoke
2022-04-11T07:26:42.944Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7d9d81fa-8a0d-4f14-954d-0226357f737d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8009dae3-800c-4b70-a1e9-11b4bbc7076b], X-ECOMP-RequestID=[7d9d81fa-8a0d-4f14-954d-0226357f737d], X-TransactionId=[], X-ONAP-RequestID=[7d9d81fa-8a0d-4f14-954d-0226357f737d], Content-Type=[application/merge-patch+json]}
2022-04-11T07:26:44.493Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Invoke
2022-04-11T07:26:44.494Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7d9d81fa-8a0d-4f14-954d-0226357f737d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[49cab834-6ffa-46df-81ab-d18df25f5615], X-ECOMP-RequestID=[7d9d81fa-8a0d-4f14-954d-0226357f737d], X-TransactionId=[], X-ONAP-RequestID=[7d9d81fa-8a0d-4f14-954d-0226357f737d], Content-Type=[application/merge-patch+json]}
2022-04-11T07:26:44.827Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:26:44.828Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:26:44.828Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:26:44.866Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:26:44.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:26:44.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661828106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vfw9565ed2158d10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:26:44.867Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:26:44.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:26:44.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661829330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:26:44.868Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:26:44.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:26:44.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661830605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:26:44.868Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:26:44.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:26:44.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661831898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/vfw9565ed2158d10_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T07:26:44.868Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:26:44.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:26:44.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661832901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T07:26:44.868Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:26:44.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:26:44.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661833906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/resourceInstances/vfw9565ed2158d10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-11T07:26:44.869Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:26:44.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:26:44.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661834911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411071924/1.0/artifacts/service-Vfw20220411071924-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:26:44.869Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:26:46.029Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Invoke
2022-04-11T07:26:46.029Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7d9d81fa-8a0d-4f14-954d-0226357f737d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1d1389a8-ec82-49ff-9efe-8e8bf9b717cc], X-ECOMP-RequestID=[7d9d81fa-8a0d-4f14-954d-0226357f737d], X-TransactionId=[], X-ONAP-RequestID=[7d9d81fa-8a0d-4f14-954d-0226357f737d], Content-Type=[application/merge-patch+json]}
2022-04-11T07:26:47.062Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:26:47.063Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-11T07:26:47.064Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:26:47.064Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:26:47.071Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-11T07:26:47.071Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7d9d81fa-8a0d-4f14-954d-0226357f737d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:26:47.071Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-11T07:26:47.072Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:26:47.074Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:26:47.074Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||try to send status {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662007071,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T07:26:47.174Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:26:47.175Z||pool-182-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:26:47.175Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:26:47.188Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:26:47.188Z||pool-182-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T07:26:48.084Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:26:48.085Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:26:48.085Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:26:58.301Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:26:58.302Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:26:58.302Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:26:58.303Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:27:07.840Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:27:07.841Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:27:07.841Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:27:07.842Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:27:17.379Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:27:17.380Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:27:17.381Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:27:17.381Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:27:26.919Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:27:26.920Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:27:26.921Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:27:26.921Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:27:36.470Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:27:36.470Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:27:36.471Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:27:36.471Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:27:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:27:44.825Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:27:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:27:44.852Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:27:44.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:27:44.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb77949-9f4c-498e-86ff-2238416318a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661930141,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T07:27:44.855Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:27:44.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:27:44.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661812267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:27:44.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:27:44.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:27:44.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661812267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:27:44.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:27:44.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:27:44.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661812267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:27:44.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:27:44.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:27:44.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661812267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:27:44.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:27:44.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:27:44.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661812267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:27:44.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:27:44.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:27:44.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661812267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/resourceInstances/pnf02ae6f1a97fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:27:44.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:27:44.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:27:44.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661812267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:27:44.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:27:44.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:27:44.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661812267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:27:44.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:27:44.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:27:44.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661939759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:27:44.862Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:27:44.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:27:44.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649661941835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1ofxenllsyzgewiigm7f/1.0/artifacts/service-DemoPnf1ofxenllsyzgewiigm7f-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:27:44.863Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:27:46.028Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:27:46.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:27:46.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:27:46.029Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:27:55.588Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:28:44.821Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:28:44.822Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:28:44.822Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:28:44.824Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:28:44.828Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:28:44.828Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:28:45.348Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:28:45.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:28:45.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d9d81fa-8a0d-4f14-954d-0226357f737d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662007071,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T07:28:45.349Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:28:54.375Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:29:44.821Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:29:44.822Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:29:44.822Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:29:44.824Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:29:44.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:29:44.829Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:29:45.445Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:29:45.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"10202fa1-eee5-43e6-bb03-cfe5d73bcca5","serviceName":"Demo_pNF_dmTFH2zFde57f3tgLCOd","serviceVersion":"1.0","serviceUUID":"6a6b74f8-96db-44d6-86c9-1574df385771","serviceDescription":"catalog service description","serviceInvariantUUID":"228a4aa3-78b7-4ba8-bfb6-219d592bbbad","resources":[{"resourceInstanceName":"pNF baf98f1c-64f1 0","resourceName":"pNF baf98f1c-64f1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0a3f7284-2add-4d77-aced-b9d474f80bb4","resourceInvariantUUID":"559f25cf-b234-43dc-a1ba-3dd6dc63bee8","resourceCustomizationUUID":"987b372d-55c7-4b89-8e38-73915b448c87","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/vf-license-model.xml","artifactChecksum":"OTJjNmU1ZmFiZWI4YTk5YzlmMGFiMGYzMmQ5Yzk1N2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"99d744fe-04ab-42f8-9272-61b6a657769b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/pNF.csar","artifactChecksum":"YjBhYzYyMmUxN2VhOWQ0YjM0NWEzZjMzYWU3ZjMzZTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"73aae509-e11e-4e9a-8582-398fc53ca1c8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0663525f-9f87-4a0e-9b02-28e9437f7bd6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/vendor-license-model.xml","artifactChecksum":"ZWU4ZDViMTkxZDk1NDcwOWI1MzQ4ZDc5NTE5YmIyZmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"be156bb2-f44c-4292-8f11-64b87ef697dc","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d259bc39-e22d-439a-bc2b-968b6f50b94e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1022c5c6-9129-429b-8be3-d4cc6fe0271d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDmtfh2zfde57f3tglcod-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-template.yml","artifactChecksum":"MGRkMjQ1ODcxYTJhOGUyNWYwNDY4YmZkMWFkODU4YmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"18dd1c65-59a5-41f1-bb2b-aaf932ac0bc4","artifactVersion":"1"},{"artifactName":"service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar","artifactChecksum":"MDMwZTY4YmRmZWU2NTA2NzIyY2VjYmYyNWIzYjFiM2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7648c158-a209-4c3d-98ec-0ed47c6d7ff7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T07:29:45.448Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:29:45.448Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:29:45.450Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:29:45.450Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662184821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.456Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:29:45.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "policy-id",
  "timestamp": 1649662143889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.458Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662145101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.458Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "cds",
  "timestamp": 1649662147157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "policy-id",
  "timestamp": 1649662143889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662145101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "cds",
  "timestamp": 1649662147157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.460Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "policy-id",
  "timestamp": 1649662143889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.460Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662145101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.460Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "cds",
  "timestamp": 1649662147157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "policy-id",
  "timestamp": 1649662143889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662145101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "cds",
  "timestamp": 1649662147157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "policy-id",
  "timestamp": 1649662143889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662145101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.462Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662149960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "cds",
  "timestamp": 1649662147157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "policy-id",
  "timestamp": 1649662143889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662145101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:29:45.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662149960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "cds",
  "timestamp": 1649662147157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.464Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "policy-id",
  "timestamp": 1649662143889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.464Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662145101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.464Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "clamp",
  "timestamp": 1649662152518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.465Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662149960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.465Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "cds",
  "timestamp": 1649662147157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.465Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "policy-id",
  "timestamp": 1649662143889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:29:45.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662145101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "clamp",
  "timestamp": 1649662152518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662149960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "cds",
  "timestamp": 1649662147157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:29:45.467Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662154032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:29:45.467Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:29:45.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "policy-id",
  "timestamp": 1649662154967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:29:45.467Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:29:45.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "clamp",
  "timestamp": 1649662152518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.467Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662149960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.468Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "cds",
  "timestamp": 1649662156043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:29:45.468Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:29:45.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662155056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T07:29:45.468Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:29:45.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "policy-id",
  "timestamp": 1649662155974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:29:45.468Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:29:45.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "clamp",
  "timestamp": 1649662152518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662149960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "cds",
  "timestamp": 1649662157050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:29:45.488Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 10202fa1-eee5-43e6-bb03-cfe5d73bcca5
2022-04-11T07:29:45.488Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10202fa1-eee5-43e6-bb03-cfe5d73bcca5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:29:45.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662156060,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:29:45.508Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 10202fa1-eee5-43e6-bb03-cfe5d73bcca5
2022-04-11T07:29:45.508Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10202fa1-eee5-43e6-bb03-cfe5d73bcca5 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:29:45.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "policy-id",
  "timestamp": 1649662156978,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:29:45.527Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10202fa1-eee5-43e6-bb03-cfe5d73bcca5
2022-04-11T07:29:45.527Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10202fa1-eee5-43e6-bb03-cfe5d73bcca5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:29:45.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "clamp",
  "timestamp": 1649662152518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662149960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "clamp",
  "timestamp": 1649662152518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662149960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:29:45.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "clamp",
  "timestamp": 1649662152518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "aai-ml",
  "timestamp": 1649662158233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "clamp",
  "timestamp": 1649662152518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:29:45.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "aai-ml",
  "timestamp": 1649662158233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "aai-ml",
  "timestamp": 1649662158233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "aai-ml",
  "timestamp": 1649662158233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "aai-ml",
  "timestamp": 1649662158233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "aai-ml",
  "timestamp": 1649662158233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662164717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "aai-ml",
  "timestamp": 1649662158233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662164717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "aai-ml",
  "timestamp": 1649662158233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:29:45.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662164717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662164717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "aai-ml",
  "timestamp": 1649662167164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:29:45.545Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:29:45.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662164717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662164717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "clamp",
  "timestamp": 1649662170377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:29:45.546Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:29:45.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662164717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:45.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "clamp",
  "timestamp": 1649662171397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:29:45.547Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:29:45.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662164717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:29:45.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:29:45.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "clamp",
  "timestamp": 1649662172399,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
2022-04-11T07:29:45.550Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:29:45.551Z||pool-183-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:29:45.551Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:29:45.571Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 10202fa1-eee5-43e6-bb03-cfe5d73bcca5
2022-04-11T07:29:45.572Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10202fa1-eee5-43e6-bb03-cfe5d73bcca5 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-04-11T07:29:45.580Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:29:45.581Z||pool-183-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:29:45.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662173552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:29:45.584Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:29:45.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "aai-ml",
  "timestamp": 1649662173091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-11T07:29:45.584Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:29:45.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "aai-ml",
  "timestamp": 1649662174095,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:29:45.593Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 10202fa1-eee5-43e6-bb03-cfe5d73bcca5
2022-04-11T07:29:45.594Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10202fa1-eee5-43e6-bb03-cfe5d73bcca5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:29:45.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662175651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:29:45.604Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:29:45.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:29:45.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662176656,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:29:45.609Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 10202fa1-eee5-43e6-bb03-cfe5d73bcca5
2022-04-11T07:29:45.610Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10202fa1-eee5-43e6-bb03-cfe5d73bcca5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:29:46.451Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:29:46.452Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:29:46.454Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:29:46.454Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662184821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:46.554Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:29:46.555Z||pool-184-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:29:46.556Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:29:46.569Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:29:46.570Z||pool-184-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:29:47.455Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:29:47.457Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:29:47.459Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:29:47.459Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662184821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:47.559Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:29:47.561Z||pool-185-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:29:47.561Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:29:47.575Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:29:47.575Z||pool-185-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:29:48.460Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:29:48.461Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:29:48.463Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:29:48.464Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662184821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:48.565Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-11T07:29:48.566Z||pool-186-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:29:48.566Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:29:48.576Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:29:48.577Z||pool-186-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:29:49.464Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:29:49.465Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:29:49.466Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:29:49.467Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662184821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:49.566Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:29:49.567Z||pool-187-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:29:49.568Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:29:49.591Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:29:49.592Z||pool-187-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:29:50.467Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:29:50.472Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:29:50.474Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:29:50.474Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662184821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:50.574Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:29:50.575Z||pool-188-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:29:50.575Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:29:50.589Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:29:50.589Z||pool-188-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:29:51.476Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:29:51.478Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:29:51.481Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:29:51.481Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662184821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:29:51.582Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-11T07:29:51.583Z||pool-189-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:29:51.583Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:29:51.600Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:29:51.601Z||pool-189-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:29:52.487Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:29:52.493Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:29:52.495Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:29:52.495Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662184821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:29:52.595Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:29:52.597Z||pool-190-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:29:52.597Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:29:52.610Z||pool-190-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:29:52.611Z||pool-190-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:29:53.495Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "serviceName": "Demo_pNF_dmTFH2zFde57f3tgLCOd",
  "serviceVersion": "1.0",
  "serviceUUID": "6a6b74f8-96db-44d6-86c9-1574df385771",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "228a4aa3-78b7-4ba8-bfb6-219d592bbbad",
  "resources": [
    {
      "resourceInstanceName": "pNF baf98f1c-64f1 0",
      "resourceCustomizationUUID": "987b372d-55c7-4b89-8e38-73915b448c87",
      "resourceName": "pNF baf98f1c-64f1",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0a3f7284-2add-4d77-aced-b9d474f80bb4",
      "resourceInvariantUUID": "559f25cf-b234-43dc-a1ba-3dd6dc63bee8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar",
      "artifactChecksum": "MDMwZTY4YmRmZWU2NTA2NzIyY2VjYmYyNWIzYjFiM2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7648c158-a209-4c3d-98ec-0ed47c6d7ff7"
    }
  ],
  "workloadContext": "Production"
}
2022-04-11T07:29:53.496Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T07:29:53.496Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6a6b74f8-96db-44d6-86c9-1574df385771 ASDC
2022-04-11T07:29:53.496Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:10202fa1-eee5-43e6-bb03-cfe5d73bcca5
ServiceName:Demo_pNF_dmTFH2zFde57f3tgLCOd
ServiceVersion:1.0
ServiceUUID:6a6b74f8-96db-44d6-86c9-1574df385771
ServiceInvariantUUID:228a4aa3-78b7-4ba8-bfb6-219d592bbbad
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar
ArtifactUUID:7648c158-a209-4c3d-98ec-0ed47c6d7ff7
ArtifactChecksum:MDMwZTY4YmRmZWU2NTA2NzIyY2VjYmYyNWIzYjFiM2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF baf98f1c-64f1 0
ResourceCustomizationUUID:987b372d-55c7-4b89-8e38-73915b448c87
ResourceInvariantUUID:559f25cf-b234-43dc-a1ba-3dd6dc63bee8
ResourceName:pNF baf98f1c-64f1
ResourceType:PNF
ResourceUUID:0a3f7284-2add-4d77-aced-b9d474f80bb4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-11T07:29:53.497Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6a6b74f8-96db-44d6-86c9-1574df385771 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T07:29:53.518Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:29:53.519Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-11T07:29:53.519Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-11T07:29:53.519Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7648c158-a209-4c3d-98ec-0ed47c6d7ff7 from URL: /sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar
2022-04-11T07:29:53.519Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-11T07:29:53.519Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar
2022-04-11T07:29:53.893Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-11T07:29:53.898Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar 7648c158-a209-4c3d-98ec-0ed47c6d7ff7 82646
2022-04-11T07:29:53.898Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar ASDC sendASDCNotification
2022-04-11T07:29:53.898Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar
2022-04-11T07:29:53.899Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:29:53.899Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:29:53.903Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:29:53.903Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662193898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:29:54.001Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-11T07:29:54.002Z||pool-191-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:29:54.002Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:29:54.014Z||pool-191-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:29:54.014Z||pool-191-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:29:54.904Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:29:54.905Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-11T07:29:54.906Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 7648c158-a209-4c3d-98ec-0ed47c6d7ff7, URL: /sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar to file: /app/ASDC/1/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar
2022-04-11T07:29:54.906Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar
2022-04-11T07:29:54.907Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar
2022-04-11T07:29:54.907Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar
2022-04-11T07:29:55.023Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11047645964934678805/Definitions/service-DemoPnfDmtfh2zfde57f3tglcod-template.yml
2022-04-11T07:29:55.819Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-11T07:29:55.820Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-11T07:29:55.820Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar
2022-04-11T07:29:55.820Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-11T07:29:55.820Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF baf98f1c-64f1 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-DemoPnfDmtfh2zfde57f3tglcod-csar.csar
2022-04-11T07:29:55.821Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar
2022-04-11T07:29:55.821Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar
2022-04-11T07:29:55.821Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar
2022-04-11T07:29:55.821Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar
2022-04-11T07:29:55.822Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar
2022-04-11T07:29:55.822Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar
2022-04-11T07:29:55.822Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-11T07:29:55.822Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:29:55.822Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_dmTFH2zFde57f3tgLCOd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:29:55.823Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||Node template pNF baf98f1c-64f1 0 is matching search criteria
2022-04-11T07:29:55.823Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-11T07:29:55.823Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF baf98f1c-64f1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:29:55.824Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:29:55.824Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_dmTFH2zFde57f3tgLCOd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:29:55.825Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||Node template pNF baf98f1c-64f1 0 is matching search criteria
2022-04-11T07:29:55.825Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-11T07:29:55.825Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF baf98f1c-64f1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:29:55.825Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:29:55.825Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_dmTFH2zFde57f3tgLCOd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:29:55.826Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:29:55.826Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_dmTFH2zFde57f3tgLCOd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:29:55.826Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:29:55.827Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_dmTFH2zFde57f3tgLCOd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:29:55.827Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:29:55.827Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_dmTFH2zFde57f3tgLCOd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:29:55.828Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:29:55.828Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_dmTFH2zFde57f3tgLCOd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:29:55.828Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_dmTFH2zFde57f3tgLCOd
Description:catalog service description
Model UUID:6a6b74f8-96db-44d6-86c9-1574df385771
Model Version:NULL
Model InvariantUuid:228a4aa3-78b7-4ba8-bfb6-219d592bbbad
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T07:29:55.837Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0a3f7284-2add-4d77-aced-b9d474f80bb4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:29:55.840Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||INFO|500||pNF baf98f1c-64f1 0
2022-04-11T07:29:55.840Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0a3f7284-2add-4d77-aced-b9d474f80bb4
2022-04-11T07:29:55.840Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 6a6b74f8-96db-44d6-86c9-1574df385771
2022-04-11T07:29:55.841Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 6a6b74f8-96db-44d6-86c9-1574df385771
2022-04-11T07:29:55.842Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF baf98f1c-64f1 0 0a3f7284-2add-4d77-aced-b9d474f80bb4 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:29:55.847Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7e67b83a, org.onap.sdc.toscaparser.api.parameters.Input@68088751, org.onap.sdc.toscaparser.api.parameters.Input@53352d16, org.onap.sdc.toscaparser.api.parameters.Input@698c56f1, org.onap.sdc.toscaparser.api.parameters.Input@2a699592]
2022-04-11T07:29:55.847Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:29:55.847Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_dmTFH2zFde57f3tgLCOd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:29:55.848Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 6a6b74f8-96db-44d6-86c9-1574df385771: pNF baf98f1c-64f1
2022-04-11T07:29:55.848Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||INFO|500||Processing PNF resource: 0a3f7284-2add-4d77-aced-b9d474f80bb4
2022-04-11T07:29:55.848Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:29:55.848Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_dmTFH2zFde57f3tgLCOd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:29:55.848Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||INFO|500||Resource customization UUID: 987b372d-55c7-4b89-8e38-73915b448c87 is the same as notified resource customizationUUID: 987b372d-55c7-4b89-8e38-73915b448c87
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-11T07:29:55.876Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF baf98f1c-64f1 0a3f7284-2add-4d77-aced-b9d474f80bb4 0 ASDC deployResourceStructure
2022-04-11T07:29:55.877Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar ASDC sendASDCNotification
2022-04-11T07:29:55.877Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar
2022-04-11T07:29:55.877Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:29:55.877Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:29:55.879Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:29:55.879Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662195877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:29:55.979Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:29:55.980Z||pool-192-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:29:55.980Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:29:56.004Z||pool-192-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:29:56.004Z||pool-192-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:29:56.881Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10202fa1-eee5-43e6-bb03-cfe5d73bcca5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:29:56.903Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10202fa1-eee5-43e6-bb03-cfe5d73bcca5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:29:56.905Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:29:56.906Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T07:29:56.906Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T07:29:56.906Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T07:29:56.906Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T07:29:56.906Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-11T07:29:56.906Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:29:56.910Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T07:30:26.910Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10202fa1-eee5-43e6-bb03-cfe5d73bcca5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T07:30:26.918Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10202fa1-eee5-43e6-bb03-cfe5d73bcca5 and serviceModelVersionId: 6a6b74f8-96db-44d6-86c9-1574df385771
2022-04-11T07:30:26.918Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 228a4aa3-78b7-4ba8-bfb6-219d592bbbad
2022-04-11T07:30:26.919Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0
2022-04-11T07:30:26.923Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-04-11T07:30:26.963Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T07:30:26.965Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Invoke
2022-04-11T07:30:28.493Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T07:30:28.494Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Invoke
2022-04-11T07:30:30.036Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T07:30:30.037Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Invoke
2022-04-11T07:30:31.064Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:30:31.065Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-11T07:30:31.066Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:30:31.067Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:30:31.073Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-11T07:30:31.074Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10202fa1-eee5-43e6-bb03-cfe5d73bcca5 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:30:31.074Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-11T07:30:31.075Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:30:31.077Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:30:31.077Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||try to send status {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662231074,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T07:30:31.177Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:30:31.178Z||pool-193-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:30:31.178Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:30:31.204Z||pool-193-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:30:31.205Z||pool-193-thread-1|||||INFO|500||cambria reply ok (28 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-04-11T07:30:44.821Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:30:44.822Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:30:44.822Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:30:44.824Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:30:44.824Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:30:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:30:44.943Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:30:44.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:30:44.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662184821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:30:44.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:30:54.373Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:31:44.821Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:31:44.822Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:31:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:31:44.824Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:31:44.824Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:31:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:31:44.845Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:31:44.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:31:44.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662184821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:31:44.847Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:31:44.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:31:44.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662184821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:31:44.847Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:31:44.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:31:44.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662184821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:31:44.847Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:31:44.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:31:44.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662184821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:31:44.848Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:31:44.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:31:44.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662184821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/resourceInstances/pnfbaf98f1c64f10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:31:44.848Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:31:44.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:31:44.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662184821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:31:44.849Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:31:44.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:31:44.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662184821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:31:44.849Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:31:44.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:31:44.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662193898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:31:44.849Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:31:44.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:31:44.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662195877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmtfh2zfde57f3tglcod/1.0/artifacts/service-DemoPnfDmtfh2zfde57f3tglcod-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:31:44.850Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:31:44.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:31:44.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10202fa1-eee5-43e6-bb03-cfe5d73bcca5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662231074,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T07:31:44.850Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:31:45.447Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:31:45.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T07:31:45.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"2f10d6a7-bc67-434d-99c1-62af9ab468d1","serviceName":"vFW 2022-04-11 07-29-40","serviceVersion":"1.0","serviceUUID":"a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249","serviceDescription":"catalog service description","serviceInvariantUUID":"18d4d342-c384-45aa-a36f-9680964ae4b9","resources":[{"resourceInstanceName":"vFW 7da869e5-4c29 0","resourceName":"vFW 7da869e5-4c29","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e3c346c6-e4ae-49ad-a803-6f47fcb15530","resourceInvariantUUID":"0bf2919c-3e37-4ef9-8dd7-5276a77bab51","resourceCustomizationUUID":"60178462-e82b-4172-951c-a03b2fbb6f20","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vf-license-model.xml","artifactChecksum":"MDRiM2E2M2MzMDQxZTliZWMyZDdjNDg5ZDk4YzkyZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b27be148-9c06-4c08-92dc-28776d6be7f0","artifactVersion":"1"},{"artifactName":"vfw7da869e54c290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vfw7da869e54c290_modules.json","artifactChecksum":"Y2M0MjMxZTAwNjY0MjE5MTdkMjE4MzA2OTRkMjQ0ZDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8bf1ca0c-7b76-4d7f-899c-979a741552d4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"76cf656e-799d-425a-b243-5f9e37f4e004","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vendor-license-model.xml","artifactChecksum":"YmQyYTY2MmUyYTg0OGVlN2Y3NDYzYmQxOGIzNmM2MTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e40aadaa-3ff9-40d9-8161-d8ec75a4975a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6de4be06-62ec-46e4-b239-ecb9805ecac7","artifactVersion":"2","generatedFromUUID":"76cf656e-799d-425a-b243-5f9e37f4e004"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220411072940-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-template.yml","artifactChecksum":"OGU0ZGQyY2NlMTBmOTE2MWFlMzRlNzQzOGRiZjgyYTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6e70c3a8-883e-4675-85bc-cd908c8dc2fe","artifactVersion":"1"},{"artifactName":"service-Vfw20220411072940-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar","artifactChecksum":"MjFmMmQyMmM0NTM5ZTJiYTZhOTI1NmJkYjRmMTBlZTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"33881f08-d469-4fce-b9e3-cffe36bc2351","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T07:31:45.449Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:31:45.450Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:31:45.452Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:31:45.452Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662304821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:31:45.554Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-11T07:31:45.555Z||pool-194-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:31:45.555Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:31:45.569Z||pool-194-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:31:45.570Z||pool-194-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:31:46.453Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:31:46.454Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:31:46.456Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:31:46.457Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662304821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vfw7da869e54c290_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:31:46.556Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:31:46.557Z||pool-195-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:31:46.557Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:31:46.569Z||pool-195-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:31:46.570Z||pool-195-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:31:47.457Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:31:47.458Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:31:47.460Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:31:47.460Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662304821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:31:47.560Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:31:47.561Z||pool-196-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:31:47.561Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:31:47.577Z||pool-196-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:31:47.577Z||pool-196-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:31:48.461Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:31:48.462Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:31:48.465Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:31:48.465Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662304821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:31:48.565Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:31:48.566Z||pool-197-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:31:48.566Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:31:48.577Z||pool-197-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:31:48.578Z||pool-197-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:31:49.465Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:31:49.466Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:31:49.468Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:31:49.468Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662304821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-11T07:31:49.568Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:31:49.569Z||pool-198-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:31:49.570Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:31:49.581Z||pool-198-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:31:49.581Z||pool-198-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:31:50.469Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:31:50.470Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:31:50.472Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:31:50.472Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662304821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:31:50.572Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:31:50.573Z||pool-199-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:31:50.573Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:31:50.600Z||pool-199-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:31:50.600Z||pool-199-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:31:51.473Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:31:51.474Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:31:51.476Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:31:51.476Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662304821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:31:51.576Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:31:51.577Z||pool-200-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:31:51.577Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:31:51.610Z||pool-200-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:31:51.611Z||pool-200-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:31:52.478Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "serviceName": "vFW 2022-04-11 07-29-40",
  "serviceVersion": "1.0",
  "serviceUUID": "a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "18d4d342-c384-45aa-a36f-9680964ae4b9",
  "resources": [
    {
      "resourceInstanceName": "vFW 7da869e5-4c29 0",
      "resourceCustomizationUUID": "60178462-e82b-4172-951c-a03b2fbb6f20",
      "resourceName": "vFW 7da869e5-4c29",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e3c346c6-e4ae-49ad-a803-6f47fcb15530",
      "resourceInvariantUUID": "0bf2919c-3e37-4ef9-8dd7-5276a77bab51",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw7da869e54c290_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vfw7da869e54c290_modules.json",
          "artifactChecksum": "Y2M0MjMxZTAwNjY0MjE5MTdkMjE4MzA2OTRkMjQ0ZDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8bf1ca0c-7b76-4d7f-899c-979a741552d4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "76cf656e-799d-425a-b243-5f9e37f4e004",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6de4be06-62ec-46e4-b239-ecb9805ecac7",
            "generatedFromUUID": "76cf656e-799d-425a-b243-5f9e37f4e004"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6de4be06-62ec-46e4-b239-ecb9805ecac7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220411072940-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar",
      "artifactChecksum": "MjFmMmQyMmM0NTM5ZTJiYTZhOTI1NmJkYjRmMTBlZTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "33881f08-d469-4fce-b9e3-cffe36bc2351"
    }
  ],
  "workloadContext": "Production"
}
2022-04-11T07:31:52.479Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T07:31:52.479Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249 ASDC
2022-04-11T07:31:52.480Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:2f10d6a7-bc67-434d-99c1-62af9ab468d1
ServiceName:vFW 2022-04-11 07-29-40
ServiceVersion:1.0
ServiceUUID:a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249
ServiceInvariantUUID:18d4d342-c384-45aa-a36f-9680964ae4b9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220411072940-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar
ArtifactUUID:33881f08-d469-4fce-b9e3-cffe36bc2351
ArtifactChecksum:MjFmMmQyMmM0NTM5ZTJiYTZhOTI1NmJkYjRmMTBlZTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7da869e5-4c29 0
ResourceCustomizationUUID:60178462-e82b-4172-951c-a03b2fbb6f20
ResourceInvariantUUID:0bf2919c-3e37-4ef9-8dd7-5276a77bab51
ResourceName:vFW 7da869e5-4c29
ResourceType:VF
ResourceUUID:e3c346c6-e4ae-49ad-a803-6f47fcb15530
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7da869e54c290_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vfw7da869e54c290_modules.json
ArtifactUUID:8bf1ca0c-7b76-4d7f-899c-979a741552d4
ArtifactChecksum:Y2M0MjMxZTAwNjY0MjE5MTdkMjE4MzA2OTRkMjQ0ZDg=
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/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.yaml
ArtifactUUID:76cf656e-799d-425a-b243-5f9e37f4e004
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.env
ArtifactUUID:6de4be06-62ec-46e4-b239-ecb9805ecac7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.env
ArtifactUUID:6de4be06-62ec-46e4-b239-ecb9805ecac7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-11T07:31:52.480Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:31:52.551Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:31:52.552Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-11T07:31:52.552Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-11T07:31:52.553Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 33881f08-d469-4fce-b9e3-cffe36bc2351 from URL: /sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar
2022-04-11T07:31:52.553Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-11T07:31:52.554Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar
2022-04-11T07:31:53.098Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-11T07:31:53.107Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar 33881f08-d469-4fce-b9e3-cffe36bc2351 98981
2022-04-11T07:31:53.108Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar ASDC sendASDCNotification
2022-04-11T07:31:53.108Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar
2022-04-11T07:31:53.108Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:31:53.109Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:31:53.112Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:31:53.112Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662313108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:31:53.211Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:31:53.212Z||pool-201-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:31:53.212Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:31:53.222Z||pool-201-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:31:53.223Z||pool-201-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:31:54.113Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:31:54.115Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-11T07:31:54.115Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 33881f08-d469-4fce-b9e3-cffe36bc2351, URL: /sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar to file: /app/ASDC/1/service-Vfw20220411072940-csar.csar
2022-04-11T07:31:54.115Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220411072940-csar.csar
2022-04-11T07:31:54.116Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220411072940-csar.csar
2022-04-11T07:31:54.116Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220411072940-csar.csar
2022-04-11T07:31:54.280Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12744323967095906502/Definitions/service-Vfw20220411072940-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-04-11T07:31:56.571Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-11T07:31:56.572Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-11T07:31:56.572Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220411072940-csar.csar
2022-04-11T07:31:56.572Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-11T07:31:56.572Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||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-Vfw20220411072940-csar.csar
2022-04-11T07:31:56.572Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||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-Vfw20220411072940-csar.csar
2022-04-11T07:31:56.573Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|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-Vfw20220411072940-csar.csar
2022-04-11T07:31:56.573Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220411072940-csar.csar
2022-04-11T07:31:56.573Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7da869e5-4c29 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-Vfw20220411072940-csar.csar
2022-04-11T07:31:56.573Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220411072940-csar.csar
2022-04-11T07:31:56.574Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||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-Vfw20220411072940-csar.csar
2022-04-11T07:31:56.574Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|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-Vfw20220411072940-csar.csar
2022-04-11T07:31:56.574Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|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-Vfw20220411072940-csar.csar
2022-04-11T07:31:56.574Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220411072940-csar.csar
2022-04-11T07:31:56.575Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|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-Vfw20220411072940-csar.csar
2022-04-11T07:31:56.575Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220411072940-csar.csar
2022-04-11T07:31:56.575Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|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-Vfw20220411072940-csar.csar
2022-04-11T07:31:56.575Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-11T07:31:56.576Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:31:56.576Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 07-29-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:31:56.576Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da869e5-4c29 0 is matching search criteria
2022-04-11T07:31:56.577Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-11T07:31:56.577Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da869e5-4c29 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:31:56.577Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:31:56.577Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 07-29-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:31:56.578Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da869e5-4c29 0 is matching search criteria
2022-04-11T07:31:56.578Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-11T07:31:56.578Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da869e5-4c29 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:31:56.579Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:31:56.579Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 07-29-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:31:56.579Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:31:56.579Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da869e5-4c29 0 is not matching search criteria
2022-04-11T07:31:56.579Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:31:56.581Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:31:56.582Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:31:56.582Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:31:56.582Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:31:56.582Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:31:56.583Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:31:56.583Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:31:56.583Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:31:56.583Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:31:56.584Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:31:56.584Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:31:56.584Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:31:56.584Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:31:56.585Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:31:56.585Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-11T07:31:56.585Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:31:56.585Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 07-29-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T07:31:56.586Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:31:56.586Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da869e5-4c29 0 is matching search criteria
2022-04-11T07:31:56.586Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da869e5-4c29 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:31:56.586Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:31:56.587Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da869e5-4c29 0 is matching search criteria
2022-04-11T07:31:56.587Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da869e5-4c29 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:31:56.587Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:31:56.587Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da869e5-4c29 0 is matching search criteria
2022-04-11T07:31:56.588Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da869e5-4c29 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:31:56.589Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:31:56.589Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da869e5-4c29 0 is not matching search criteria
2022-04-11T07:31:56.589Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:31:56.589Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-11T07:31:56.589Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:31:56.590Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:31:56.590Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:31:56.590Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:31:56.590Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:31:56.591Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:31:56.591Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:31:56.591Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:31:56.592Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:31:56.592Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=846e0455-de00-414a-94d6-1c37af7fd9fe
2022-04-11T07:31:56.592Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:31:56.592Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da869e5-4c29 0 is not matching search criteria
2022-04-11T07:31:56.593Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:31:56.593Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:31:56.593Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:31:56.593Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:31:56.594Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:31:56.594Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:31:56.594Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:31:56.594Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-11T07:31:56.594Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:31:56.595Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:31:56.595Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:31:56.596Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:31:56.596Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6c17ed1a-0774-49d8-b26b-99e1991d9df9
2022-04-11T07:31:56.596Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:31:56.596Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da869e5-4c29 0 is not matching search criteria
2022-04-11T07:31:56.596Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:31:56.597Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:31:56.597Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:31:56.597Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:31:56.597Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:31:56.597Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:31:56.597Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:31:56.597Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:31:56.597Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:31:56.598Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:31:56.598Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:31:56.598Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-11T07:31:56.598Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=58bccb80-0095-4808-bfe8-0c20d8c74f09
2022-04-11T07:31:56.598Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:31:56.598Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 07-29-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:31:56.599Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:31:56.599Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 07-29-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:31:56.599Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:31:56.599Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 07-29-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:31:56.599Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:31:56.599Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 07-29-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:31:56.600Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-11 07-29-40
Description:catalog service description
Model UUID:a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249
Model Version:NULL
Model InvariantUuid:18d4d342-c384-45aa-a36f-9680964ae4b9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 7da869e5-4c29
Model UUID:154d6db3-814f-4c10-aacb-1c46658c9632
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0bf2919c-3e37-4ef9-8dd7-5276a77bab51
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:60178462-e82b-4172-951c-a03b2fbb6f20
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1151206a-9f95-4516-8cd2-d86c078e770f
ModelName:Vfw7da869e54c29..base_vfw..module-0
ModelUuid:aa29408b-e911-4296-9941-0902fabe09a3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:846e0455-de00-414a-94d6-1c37af7fd9fe
ModelInvariantUuid:db1d388a-eb31-4e1d-87b7-1d44aa8e5153
ModelName:vFW 7da869e5-4c29-nodes.vfwCvfc
ModelUuid:4f82a546-7306-4cec-b298-3bbbc4bdac1e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:ad84fdae-b7eb-427d-8815-9bd205742800
ModelInvariantUuid:9e9efc38-b1b0-4015-ad18-113dbfc8add5
ModelName:Vfw7da869e54c29.compute.nodes.heat.vfw
ModelUuid:8091810f-7ec6-43d2-8ade-bc1b73292d53
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6c17ed1a-0774-49d8-b26b-99e1991d9df9
ModelInvariantUuid:63104010-640f-423d-b640-734c2a785a09
ModelName:vFW 7da869e5-4c29-nodes.vsnCvfc
ModelUuid:9e60e0cb-fcad-44a0-94ec-ada5b03e1b8b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:4009574d-09d2-4a09-869f-8847a1c86dab
ModelInvariantUuid:83a85699-4096-41fc-a7ab-24e836e37ad4
ModelName:Vfw7da869e54c29.compute.nodes.heat.vsn
ModelUuid:36a797ad-e973-4d19-b537-71c3dbecc773
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:58bccb80-0095-4808-bfe8-0c20d8c74f09
ModelInvariantUuid:b81b7648-7460-40ed-8b23-c4ecec912c1e
ModelName:vFW 7da869e5-4c29-nodes.vpgCvfc
ModelUuid:48fa90ee-53c0-4ca3-b414-9cf808544604
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:2ff2d389-1189-4475-b327-961d130edfb4
ModelInvariantUuid:d89d91e2-41fd-4758-b5f2-90c87ae7925b
ModelName:Vfw7da869e54c29.compute.nodes.heat.vpg
ModelUuid:0f7039b8-c75a-410a-ae3d-bcc5812e9029
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T07:31:56.607Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: e3c346c6-e4ae-49ad-a803-6f47fcb15530
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:31:56.610Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||vFW 7da869e5-4c29 0
2022-04-11T07:31:56.611Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e3c346c6-e4ae-49ad-a803-6f47fcb15530
2022-04-11T07:31:56.612Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8bf1ca0c-7b76-4d7f-899c-979a741552d4 from URL: /sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vfw7da869e54c290_modules.json
2022-04-11T07:31:56.612Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-11T07:31:56.612Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vfw7da869e54c290_modules.json
2022-04-11T07:31:56.828Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-11T07:31:56.828Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vfw7da869e54c290_modules.json 8bf1ca0c-7b76-4d7f-899c-979a741552d4 785
2022-04-11T07:31:56.829Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vfw7da869e54c290_modules.json ASDC sendASDCNotification
2022-04-11T07:31:56.829Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vfw7da869e54c290_modules.json
2022-04-11T07:31:56.829Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:31:56.829Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:31:56.831Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:31:56.832Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662316829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vfw7da869e54c290_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:31:56.931Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:31:56.932Z||pool-202-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:31:56.932Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:31:56.944Z||pool-202-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:31:56.944Z||pool-202-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:31:57.833Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7da869e54c29..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1151206a-9f95-4516-8cd2-d86c078e770f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aa29408b-e911-4296-9941-0902fabe09a3",
    "vfModuleModelCustomizationUUID": "cef6d32a-9017-4a64-b632-0770d79f231d",
    "isBase": true,
    "artifacts": [
      "76cf656e-799d-425a-b243-5f9e37f4e004",
      "6de4be06-62ec-46e4-b239-ecb9805ecac7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T07:31:57.837Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7da869e54c29..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aa29408b-e911-4296-9941-0902fabe09a3
VfModuleModelInvariantUUID:1151206a-9f95-4516-8cd2-d86c078e770f
VfModuleModelDescription:NULL
Artifacts UUID List:{
76cf656e-799d-425a-b243-5f9e37f4e004
,
6de4be06-62ec-46e4-b239-ecb9805ecac7

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

isBase:true


}

2022-04-11T07:31:57.840Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7da869e54c29..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1151206a-9f95-4516-8cd2-d86c078e770f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aa29408b-e911-4296-9941-0902fabe09a3",
    "vfModuleModelCustomizationUUID": "cef6d32a-9017-4a64-b632-0770d79f231d",
    "isBase": true,
    "artifacts": [
      "76cf656e-799d-425a-b243-5f9e37f4e004",
      "6de4be06-62ec-46e4-b239-ecb9805ecac7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T07:31:57.840Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7da869e54c29..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aa29408b-e911-4296-9941-0902fabe09a3
VfModuleModelInvariantUUID:1151206a-9f95-4516-8cd2-d86c078e770f
VfModuleModelDescription:NULL
Artifacts UUID List:{
76cf656e-799d-425a-b243-5f9e37f4e004
,
6de4be06-62ec-46e4-b239-ecb9805ecac7

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

isBase:true


}

2022-04-11T07:31:57.841Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 76cf656e-799d-425a-b243-5f9e37f4e004 from URL: /sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.yaml
2022-04-11T07:31:57.841Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-11T07:31:57.841Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.yaml
2022-04-11T07:31:57.909Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-11T07:31:57.912Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.yaml 76cf656e-799d-425a-b243-5f9e37f4e004 20368
2022-04-11T07:31:57.913Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-11T07:31:57.913Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.yaml
2022-04-11T07:31:57.913Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:31:57.914Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:31:57.916Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:31:57.916Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662317913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:31:58.016Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:31:58.017Z||pool-203-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:31:58.017Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:31:58.036Z||pool-203-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:31:58.036Z||pool-203-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:31:58.917Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6de4be06-62ec-46e4-b239-ecb9805ecac7 from URL: /sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.env
2022-04-11T07:31:58.918Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-11T07:31:58.918Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.env
2022-04-11T07:31:59.100Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-11T07:31:59.104Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.env 6de4be06-62ec-46e4-b239-ecb9805ecac7 2098
2022-04-11T07:31:59.104Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-11T07:31:59.104Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.env
2022-04-11T07:31:59.104Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:31:59.105Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:31:59.107Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:31:59.108Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662319104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:31:59.206Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-11T07:31:59.208Z||pool-204-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:31:59.208Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:31:59.240Z||pool-204-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:31:59.240Z||pool-204-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:32:00.108Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249
2022-04-11T07:32:00.109Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7da869e5-4c29 0 e3c346c6-e4ae-49ad-a803-6f47fcb15530 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:32:00.123Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28a3b9b4, org.onap.sdc.toscaparser.api.parameters.Input@5e55548b, org.onap.sdc.toscaparser.api.parameters.Input@2e2d910, org.onap.sdc.toscaparser.api.parameters.Input@212c62f3, org.onap.sdc.toscaparser.api.parameters.Input@1477117b]
2022-04-11T07:32:00.124Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:32:00.125Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 07-29-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:32:00.125Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-04-11T07:32:00.125Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 60178462-e82b-4172-951c-a03b2fbb6f20
2022-04-11T07:32:00.125Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 60178462-e82b-4172-951c-a03b2fbb6f20 matches Tosca VF Customization UUID: 60178462-e82b-4172-951c-a03b2fbb6f20
2022-04-11T07:32:00.126Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 60178462-e82b-4172-951c-a03b2fbb6f20  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-11T07:32:00.148Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:32:00.148Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 07-29-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:32:00.150Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 60178462-e82b-4172-951c-a03b2fbb6f20: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-11T07:32:00.150Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36b55eb5
2022-04-11T07:32:00.151Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:32:00.151Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 07-29-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T07:32:00.151Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cef6d32a-9017-4a64-b632-0770d79f231d
2022-04-11T07:32:00.152Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cef6d32a-9017-4a64-b632-0770d79f231d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-11T07:32:00.155Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:32:00.155Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da869e5-4c29 0 is matching search criteria
2022-04-11T07:32:00.155Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da869e5-4c29 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:32:00.156Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:32:00.156Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da869e5-4c29 0 is matching search criteria
2022-04-11T07:32:00.156Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da869e5-4c29 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:32:00.156Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:32:00.157Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da869e5-4c29 0 is not matching search criteria
2022-04-11T07:32:00.157Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:32:00.157Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-11T07:32:00.157Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:32:00.157Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:32:00.158Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:32:00.158Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:32:00.158Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:32:00.158Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:32:00.158Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:32:00.159Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:32:00.159Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:32:00.159Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=846e0455-de00-414a-94d6-1c37af7fd9fe
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T07:32:00.162Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:32:00.162Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da869e5-4c29 0 is matching search criteria
2022-04-11T07:32:00.162Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da869e5-4c29 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:32:00.163Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:32:00.163Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da869e5-4c29 0 is not matching search criteria
2022-04-11T07:32:00.163Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:32:00.163Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:32:00.164Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:32:00.164Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:32:00.164Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:32:00.164Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:32:00.165Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:32:00.165Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-11T07:32:00.165Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:32:00.165Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:32:00.165Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:32:00.166Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:32:00.166Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6c17ed1a-0774-49d8-b26b-99e1991d9df9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T07:32:00.169Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:32:00.169Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da869e5-4c29 0 is matching search criteria
2022-04-11T07:32:00.169Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da869e5-4c29 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:32:00.170Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:32:00.170Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da869e5-4c29 0 is not matching search criteria
2022-04-11T07:32:00.170Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:32:00.170Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:32:00.171Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:32:00.171Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:32:00.171Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:32:00.172Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:32:00.172Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:32:00.172Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:32:00.173Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:32:00.173Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:32:00.173Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:32:00.173Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-11T07:32:00.174Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=58bccb80-0095-4808-bfe8-0c20d8c74f09
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T07:32:00.177Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:32:00.177Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da869e5-4c29 0 is matching search criteria
2022-04-11T07:32:00.177Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da869e5-4c29 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:32:00.178Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:32:00.178Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da869e5-4c29 0 is matching search criteria
2022-04-11T07:32:00.178Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da869e5-4c29 0] matching following query criteria: sdcType=VF, customizationUUID=60178462-e82b-4172-951c-a03b2fbb6f20
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:32:00.181Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:32:00.181Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 07-29-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:32:00.182Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249: vFW 7da869e5-4c29
2022-04-11T07:32:00.182Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:32:00.183Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 07-29-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:32:00.183Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:32:00.183Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 07-29-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:32:00.184Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:32:00.184Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 07-29-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:32:00.191Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:32:00.192Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 07-29-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:32:00.193Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:32:00.193Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 07-29-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:32:00.193Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-04-11 07-29-40 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:32:00.421Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7da869e5-4c29 e3c346c6-e4ae-49ad-a803-6f47fcb15530 1 ASDC deployResourceStructure
2022-04-11T07:32:00.422Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vfw7da869e54c290_modules.json ASDC sendASDCNotification
2022-04-11T07:32:00.422Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vfw7da869e54c290_modules.json
2022-04-11T07:32:00.422Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:32:00.423Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:32:00.425Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:32:00.425Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662320422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vfw7da869e54c290_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T07:32:00.525Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:32:00.526Z||pool-205-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:32:00.526Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:32:00.537Z||pool-205-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:32:00.538Z||pool-205-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:32:01.427Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-11T07:32:01.428Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.yaml
2022-04-11T07:32:01.428Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:32:01.428Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:32:01.431Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:32:01.431Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662321427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T07:32:01.531Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:32:01.532Z||pool-206-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:32:01.533Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:32:01.548Z||pool-206-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:32:01.549Z||pool-206-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:32:02.432Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-11T07:32:02.433Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.env
2022-04-11T07:32:02.433Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:32:02.433Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:32:02.435Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:32:02.435Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662322432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-11T07:32:02.535Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:32:02.536Z||pool-207-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:32:02.536Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:32:02.551Z||pool-207-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:32:02.552Z||pool-207-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:32:03.436Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar ASDC sendASDCNotification
2022-04-11T07:32:03.437Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar
2022-04-11T07:32:03.437Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:32:03.438Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:32:03.440Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:32:03.440Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662323436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:32:03.540Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:32:03.541Z||pool-208-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:32:03.541Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:32:03.553Z||pool-208-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:32:03.554Z||pool-208-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:32:04.441Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f10d6a7-bc67-434d-99c1-62af9ab468d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:32:04.455Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f10d6a7-bc67-434d-99c1-62af9ab468d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:32:04.457Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:32:04.457Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:32:04.457Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T07:32:34.458Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f10d6a7-bc67-434d-99c1-62af9ab468d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:32:34.476Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f10d6a7-bc67-434d-99c1-62af9ab468d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:32:34.479Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:32:34.479Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:32:34.479Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T07:32:44.824Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:32:44.825Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:32:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:32:44.847Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:32:44.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:32:44.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662289960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:32:44.850Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:32:44.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:32:44.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662289960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vfw7da869e54c290_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:32:44.850Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:32:44.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:32:44.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "cds",
  "timestamp": 1649662297157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:32:44.850Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:32:44.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:32:44.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662289960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:32:44.851Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:32:44.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:32:44.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "cds",
  "timestamp": 1649662297157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vfw7da869e54c290_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:32:44.851Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:32:44.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:32:44.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662289960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:32:44.851Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:32:44.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:32:44.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "cds",
  "timestamp": 1649662297157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:32:44.852Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:32:44.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:32:44.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662289960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-11T07:32:44.852Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:32:44.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:32:44.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "cds",
  "timestamp": 1649662297157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:32:44.852Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:32:44.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:32:44.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662289960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:32:44.853Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:32:44.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:32:44.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "cds",
  "timestamp": 1649662297157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:32:44.853Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:32:44.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:32:44.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662289960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:32:44.853Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:32:44.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:32:44.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "cds",
  "timestamp": 1649662297157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:32:44.853Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:32:44.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:32:44.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "clamp",
  "timestamp": 1649662302519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:32:44.854Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:32:44.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:32:44.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "cds",
  "timestamp": 1649662297157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:32:44.854Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:32:44.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:32:44.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662302864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vfw7da869e54c290_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:32:44.854Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:32:44.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:32:44.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "clamp",
  "timestamp": 1649662302519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vfw7da869e54c290_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:32:44.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:32:44.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:32:44.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "policy-id",
  "timestamp": 1649662303889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:32:44.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:32:44.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:32:44.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "cds",
  "timestamp": 1649662305128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:32:44.855Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:32:44.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:32:44.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662304178,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:32:44.855Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:32:44.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:32:44.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "clamp",
  "timestamp": 1649662302519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:32:44.856Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:33:04.480Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f10d6a7-bc67-434d-99c1-62af9ab468d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:33:04.496Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f10d6a7-bc67-434d-99c1-62af9ab468d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:33:04.498Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:33:04.498Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:33:04.498Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T07:33:34.499Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f10d6a7-bc67-434d-99c1-62af9ab468d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:33:34.507Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f10d6a7-bc67-434d-99c1-62af9ab468d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:33:34.509Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:33:34.509Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:33:34.509Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T07:33:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:33:44.826Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:33:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:33:44.844Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:33:44.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:33:44.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "policy-id",
  "timestamp": 1649662303889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vfw7da869e54c290_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:33:44.846Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:04.509Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f10d6a7-bc67-434d-99c1-62af9ab468d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:34:04.520Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f10d6a7-bc67-434d-99c1-62af9ab468d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:34:04.522Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:34:04.522Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:34:04.522Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T07:34:34.522Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f10d6a7-bc67-434d-99c1-62af9ab468d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:34:34.536Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f10d6a7-bc67-434d-99c1-62af9ab468d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:34:34.539Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:34:34.539Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:34:34.539Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T07:34:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:34:44.825Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:34:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:34:45.350Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:34:45.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "cds",
  "timestamp": 1649662306134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:34:45.362Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2f10d6a7-bc67-434d-99c1-62af9ab468d1
2022-04-11T07:34:45.362Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f10d6a7-bc67-434d-99c1-62af9ab468d1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:34:45.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "clamp",
  "timestamp": 1649662302519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:34:45.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662304821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:34:45.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662305464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:34:45.373Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:34:45.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "policy-id",
  "timestamp": 1649662303889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:34:45.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662305101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:34:45.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "clamp",
  "timestamp": 1649662302519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:34:45.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662304821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vfw7da869e54c290_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:34:45.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662306498,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:34:45.379Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2f10d6a7-bc67-434d-99c1-62af9ab468d1
2022-04-11T07:34:45.379Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f10d6a7-bc67-434d-99c1-62af9ab468d1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:34:45.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "policy-id",
  "timestamp": 1649662303889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:34:45.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662305101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vfw7da869e54c290_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:34:45.390Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "clamp",
  "timestamp": 1649662302519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:34:45.390Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662304821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:34:45.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662307503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vfw7da869e54c290_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T07:34:45.391Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:34:45.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "policy-id",
  "timestamp": 1649662303889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:34:45.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662305101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:34:45.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "clamp",
  "timestamp": 1649662302519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:34:45.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662304821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:34:45.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "policy-id",
  "timestamp": 1649662303889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:34:45.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662305101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:34:45.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "aai-ml",
  "timestamp": 1649662308234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:34:45.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662304821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-11T07:34:45.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "policy-id",
  "timestamp": 1649662303889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:34:45.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662305101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:34:45.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "aai-ml",
  "timestamp": 1649662308234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vfw7da869e54c290_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:34:45.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662304821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:34:45.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662305101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:34:45.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "aai-ml",
  "timestamp": 1649662308234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:34:45.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "policy-id",
  "timestamp": 1649662312121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:34:45.396Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:34:45.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662304821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:34:45.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662305101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:34:45.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "aai-ml",
  "timestamp": 1649662308234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:34:45.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "policy-id",
  "timestamp": 1649662313126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:34:45.397Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:34:45.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "aai-ml",
  "timestamp": 1649662308234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:34:45.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662313108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:34:45.397Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:34:45.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "policy-id",
  "timestamp": 1649662314130,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:34:45.402Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2f10d6a7-bc67-434d-99c1-62af9ab468d1
2022-04-11T07:34:45.402Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f10d6a7-bc67-434d-99c1-62af9ab468d1 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-04-11T07:34:45.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "aai-ml",
  "timestamp": 1649662308234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:34:45.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662314717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:34:45.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "aai-ml",
  "timestamp": 1649662308234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:34:45.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662314717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vfw7da869e54c290_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:34:45.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "aai-ml",
  "timestamp": 1649662316080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:34:45.410Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:34:45.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662314717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:34:45.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662316829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vfw7da869e54c290_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:34:45.410Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:34:45.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662314717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:34:45.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "clamp",
  "timestamp": 1649662318406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:34:45.410Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:34:45.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662317913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:34:45.411Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:34:45.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662314717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:34:45.411Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662319104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:34:45.411Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:34:45.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662314717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:34:45.412Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "clamp",
  "timestamp": 1649662320409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:34:45.412Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:34:45.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662314717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:34:45.412Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:34:45.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662320422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/vfw7da869e54c290_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T07:34:45.412Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:34:45.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "clamp",
  "timestamp": 1649662321413,
  "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-04-11T07:34:45.416Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2f10d6a7-bc67-434d-99c1-62af9ab468d1
2022-04-11T07:34:45.416Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f10d6a7-bc67-434d-99c1-62af9ab468d1 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-04-11T07:34:45.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662322555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:34:45.423Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:34:45.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662321427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T07:34:45.423Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:34:45.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662322432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/resourceInstances/vfw7da869e54c290/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-11T07:34:45.424Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:34:45.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662323436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:34:45.424Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:34:45.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662326200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:34:45.424Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:34:45.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662327204,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:34:45.428Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2f10d6a7-bc67-434d-99c1-62af9ab468d1
2022-04-11T07:34:45.428Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f10d6a7-bc67-434d-99c1-62af9ab468d1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:34:45.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "aai-ml",
  "timestamp": 1649662326947,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411072940/1.0/artifacts/service-Vfw20220411072940-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-11T07:34:45.436Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:34:45.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:34:45.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "aai-ml",
  "timestamp": 1649662327952,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:34:45.442Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 2f10d6a7-bc67-434d-99c1-62af9ab468d1
2022-04-11T07:34:45.442Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f10d6a7-bc67-434d-99c1-62af9ab468d1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:35:04.539Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f10d6a7-bc67-434d-99c1-62af9ab468d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:35:04.548Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f10d6a7-bc67-434d-99c1-62af9ab468d1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:35:04.550Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:35:04.550Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T07:35:04.551Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T07:35:04.551Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T07:35:04.551Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-11T07:35:04.551Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:35:04.554Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T07:35:34.555Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2f10d6a7-bc67-434d-99c1-62af9ab468d1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T07:35:34.561Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2f10d6a7-bc67-434d-99c1-62af9ab468d1 and serviceModelVersionId: a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249
2022-04-11T07:35:34.561Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 18d4d342-c384-45aa-a36f-9680964ae4b9
2022-04-11T07:35:34.562Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0
2022-04-11T07:35:34.569Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-04-11T07:35:34.615Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||Invoke
2022-04-11T07:35:34.615Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2f10d6a7-bc67-434d-99c1-62af9ab468d1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9d73f008-b206-4865-a90e-64307375f46a], X-ECOMP-RequestID=[2f10d6a7-bc67-434d-99c1-62af9ab468d1], X-TransactionId=[], X-ONAP-RequestID=[2f10d6a7-bc67-434d-99c1-62af9ab468d1], Content-Type=[application/merge-patch+json]}
2022-04-11T07:35:36.142Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||Invoke
2022-04-11T07:35:36.142Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2f10d6a7-bc67-434d-99c1-62af9ab468d1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6a0f1748-9a73-4053-bd6b-e02c718c684c], X-ECOMP-RequestID=[2f10d6a7-bc67-434d-99c1-62af9ab468d1], X-TransactionId=[], X-ONAP-RequestID=[2f10d6a7-bc67-434d-99c1-62af9ab468d1], Content-Type=[application/merge-patch+json]}
2022-04-11T07:35:37.677Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||Invoke
2022-04-11T07:35:37.678Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2f10d6a7-bc67-434d-99c1-62af9ab468d1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[50c1da0c-e5d4-4d1d-85a2-a7174b790454], X-ECOMP-RequestID=[2f10d6a7-bc67-434d-99c1-62af9ab468d1], X-TransactionId=[], X-ONAP-RequestID=[2f10d6a7-bc67-434d-99c1-62af9ab468d1], Content-Type=[application/merge-patch+json]}
2022-04-11T07:35:38.711Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:35:38.712Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-11T07:35:38.713Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:35:38.714Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:35:38.721Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-11T07:35:38.721Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2f10d6a7-bc67-434d-99c1-62af9ab468d1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:35:38.722Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-11T07:35:38.722Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:35:38.726Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:35:38.726Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||try to send status {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662538722,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T07:35:38.825Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-11T07:35:38.827Z||pool-209-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:35:38.827Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:35:38.860Z||pool-209-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:35:38.860Z||pool-209-thread-1|||||INFO|500||cambria reply ok (34 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-04-11T07:35:39.749Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:35:39.750Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:35:39.750Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:35:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:35:44.825Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:35:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:35:45.455Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:35:45.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T07:35:45.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f10d6a7-bc67-434d-99c1-62af9ab468d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662538722,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T07:35:45.457Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:35:49.973Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:35:49.974Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:35:49.974Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:35:49.974Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:35:59.516Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:35:59.516Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:35:59.517Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:35:59.517Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:36:09.065Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:36:09.065Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:36:09.066Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:36:09.066Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:36:18.613Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:36:44.821Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:36:44.822Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:36:44.822Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:36:44.824Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:36:44.824Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:36:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:36:54.374Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:36:54.377Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:37:44.823Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:37:44.824Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:37:44.824Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:37:44.824Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:37:44.825Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:37:44.825Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:37:54.373Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:37:54.397Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:38:44.821Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:38:44.822Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:38:44.822Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:38:44.824Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:38:44.825Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:38:44.826Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:38:45.495Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:38:45.495Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.496Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"1b934cd8-f298-4e36-967d-9c539b5b1e04","serviceName":"Demo_pNF_l6GicydyMg5foHYZKfAX","serviceVersion":"1.0","serviceUUID":"6749fe53-60a3-4732-913d-168dcd55445c","serviceDescription":"catalog service description","serviceInvariantUUID":"4cd7da4f-ed14-428a-ad65-b85b9fb93f1e","resources":[{"resourceInstanceName":"pNF 70337d7f-151e 0","resourceName":"pNF 70337d7f-151e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"16f8e8e4-ff4e-42cd-9c60-5c017d169380","resourceInvariantUUID":"c2a8fd38-a945-4c83-8aaf-672d342d0047","resourceCustomizationUUID":"eb498a61-632d-4975-a862-fa9bd622fa83","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/vf-license-model.xml","artifactChecksum":"MGYxMzZhNGE0MDFlZWM4OGJlZGE1OTZhOWE1ZDZlMmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0e792b8-884e-407b-8d15-d0d935f184b1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/pNF.csar","artifactChecksum":"YjBhYzYyMmUxN2VhOWQ0YjM0NWEzZjMzYWU3ZjMzZTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d92bb083-2eb8-4b0b-b199-4d4e86d307d3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fa024bda-cec4-49df-bd1d-d3086b8cb512","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/vendor-license-model.xml","artifactChecksum":"MzYzZjU2ZjIzNTllM2Q2OTgxZDNmODc5NGQ2NmVlZWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dd662f1b-2132-4dd7-9585-aa3a0fd95aa9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9af79b38-f970-48ca-8ddf-8c0584b9375f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0c7c0c8b-7cb0-4c08-917b-5b363a045a14","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfL6gicydymg5fohyzkfax-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-template.yml","artifactChecksum":"OTU4NjI1MDU2NzIyN2E1ZTU0YWY4ZDQ3OGMyMTQzMTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"06f432a8-2262-4a87-b048-ad722ffa7ef3","artifactVersion":"1"},{"artifactName":"service-DemoPnfL6gicydymg5fohyzkfax-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar","artifactChecksum":"MzI4YjU3MWNmMzJhMTcwNTkyYmQ3NmU3YTI2YWEzY2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6e299ea0-b737-4fb3-8db7-d1df48bc5a49","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T07:38:45.498Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:38:45.498Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:38:45.498Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:38:45.499Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.500Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "cds",
  "timestamp": 1649662687157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.500Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.500Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.500Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662689961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.500Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.500Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.500Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "policy-id",
  "timestamp": 1649662683889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.501Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.501Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.501Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662685101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.501Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.501Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.501Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662689961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.501Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.501Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.501Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "cds",
  "timestamp": 1649662687157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.501Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.502Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.502Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "policy-id",
  "timestamp": 1649662683889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.501Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:38:45.502Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.502Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.502Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662685101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.502Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.502Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.502Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "clamp",
  "timestamp": 1649662692518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.502Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.502Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.502Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662689961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.502Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.503Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.503Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "cds",
  "timestamp": 1649662687157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.502Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||try to send status {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662724821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.503Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.503Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.503Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "policy-id",
  "timestamp": 1649662683889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.503Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.503Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.504Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662685101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.504Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.504Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.504Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "clamp",
  "timestamp": 1649662692518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.504Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.504Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.504Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662689961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.505Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.505Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.505Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "cds",
  "timestamp": 1649662687157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.505Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.505Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.505Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "policy-id",
  "timestamp": 1649662683889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.506Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.506Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.506Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662685101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.506Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.506Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.506Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "clamp",
  "timestamp": 1649662692518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.506Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.507Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.507Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662689961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.507Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.507Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.507Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "cds",
  "timestamp": 1649662687157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.507Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.508Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.508Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "policy-id",
  "timestamp": 1649662683889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.508Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.508Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.508Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662685101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.508Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.509Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.509Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "clamp",
  "timestamp": 1649662692518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.509Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.509Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.509Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662689961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.509Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.509Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.510Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "cds",
  "timestamp": 1649662687157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.510Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.510Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.510Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "policy-id",
  "timestamp": 1649662683889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.511Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.511Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.511Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662685101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:38:45.511Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.511Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.511Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "clamp",
  "timestamp": 1649662692518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.512Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.512Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.512Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662689961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.512Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.512Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.512Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "cds",
  "timestamp": 1649662687157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.512Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.513Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.513Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "policy-id",
  "timestamp": 1649662683889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.513Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.514Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.514Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662685101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.514Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.514Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.514Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "clamp",
  "timestamp": 1649662692518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.514Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.515Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.515Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662689961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:38:45.515Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.515Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.515Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "cds",
  "timestamp": 1649662687157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:38:45.515Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.515Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.516Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "policy-id",
  "timestamp": 1649662683889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:38:45.516Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.516Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.516Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662685101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.516Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.516Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.517Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "clamp",
  "timestamp": 1649662692518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.517Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.517Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.517Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "cds",
  "timestamp": 1649662699916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:38:45.517Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:38:45.522Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.522Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662698731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:38:45.522Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:38:45.522Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.523Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "policy-id",
  "timestamp": 1649662699730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:38:45.523Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:38:45.523Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.523Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "aai-ml",
  "timestamp": 1649662698233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.523Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.523Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.524Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "clamp",
  "timestamp": 1649662692518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:38:45.524Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.524Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.524Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "cds",
  "timestamp": 1649662700934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:38:45.537Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b934cd8-f298-4e36-967d-9c539b5b1e04
2022-04-11T07:38:45.537Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 1b934cd8-f298-4e36-967d-9c539b5b1e04 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:38:45.545Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.546Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662699750,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T07:38:45.546Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:38:45.546Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.546Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "policy-id",
  "timestamp": 1649662700736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:38:45.546Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:38:45.546Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.546Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "aai-ml",
  "timestamp": 1649662698233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.546Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.546Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.546Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662700757,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:38:45.551Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 1b934cd8-f298-4e36-967d-9c539b5b1e04
2022-04-11T07:38:45.551Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 1b934cd8-f298-4e36-967d-9c539b5b1e04 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:38:45.560Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.560Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "policy-id",
  "timestamp": 1649662701741,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:38:45.565Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b934cd8-f298-4e36-967d-9c539b5b1e04
2022-04-11T07:38:45.565Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 1b934cd8-f298-4e36-967d-9c539b5b1e04 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:38:45.574Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.574Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "aai-ml",
  "timestamp": 1649662698233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.574Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.575Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.575Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "aai-ml",
  "timestamp": 1649662698233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.575Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.575Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.575Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "aai-ml",
  "timestamp": 1649662698233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.576Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.576Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.576Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "aai-ml",
  "timestamp": 1649662698233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.576Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.577Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.577Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662704717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.577Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.577Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.577Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "aai-ml",
  "timestamp": 1649662698233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.578Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.578Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.578Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662704717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.578Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.579Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.579Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "aai-ml",
  "timestamp": 1649662698233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:38:45.579Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.579Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.579Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662704717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.580Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.580Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.580Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "aai-ml",
  "timestamp": 1649662707070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:38:45.580Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:38:45.581Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.581Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662704717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.581Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.581Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.581Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662704717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.582Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.582Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.582Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662704717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.582Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.582Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.583Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "clamp",
  "timestamp": 1649662710480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:38:45.583Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:38:45.583Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.583Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662704717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:45.584Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.584Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.584Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662704717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:38:45.584Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:38:45.585Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.585Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "clamp",
  "timestamp": 1649662712489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:38:45.585Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:38:45.586Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.586Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662713552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:38:45.586Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:38:45.586Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.586Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "clamp",
  "timestamp": 1649662713494,
  "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-04-11T07:38:45.591Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1b934cd8-f298-4e36-967d-9c539b5b1e04
2022-04-11T07:38:45.592Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 1b934cd8-f298-4e36-967d-9c539b5b1e04 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-04-11T07:38:45.598Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.599Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "aai-ml",
  "timestamp": 1649662713008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-11T07:38:45.599Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:38:45.599Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.599Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "aai-ml",
  "timestamp": 1649662714014,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:38:45.600Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-11T07:38:45.601Z||pool-210-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:38:45.601Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:38:45.603Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 1b934cd8-f298-4e36-967d-9c539b5b1e04
2022-04-11T07:38:45.603Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 1b934cd8-f298-4e36-967d-9c539b5b1e04 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:38:45.611Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.611Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662715724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:38:45.611Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:38:45.611Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:38:45.611Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662716728,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:38:45.615Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1b934cd8-f298-4e36-967d-9c539b5b1e04
2022-04-11T07:38:45.616Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 1b934cd8-f298-4e36-967d-9c539b5b1e04 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:38:45.628Z||pool-210-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:38:45.628Z||pool-210-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:38:46.504Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:38:46.505Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:38:46.507Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:38:46.507Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||try to send status {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662724821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:46.607Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:38:46.608Z||pool-211-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:38:46.608Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:38:46.618Z||pool-211-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:38:46.618Z||pool-211-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:38:47.508Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:38:47.509Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:38:47.512Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:38:47.512Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||try to send status {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662724821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:47.612Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:38:47.613Z||pool-212-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:38:47.613Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:38:47.624Z||pool-212-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:38:47.624Z||pool-212-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:38:48.512Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:38:48.514Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:38:48.516Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:38:48.516Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||try to send status {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662724821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:48.616Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:38:48.617Z||pool-213-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:38:48.617Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:38:48.628Z||pool-213-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:38:48.628Z||pool-213-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:38:49.516Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:38:49.517Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:38:49.519Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:38:49.519Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||try to send status {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662724821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:49.619Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:38:49.620Z||pool-214-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:38:49.620Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:38:49.640Z||pool-214-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:38:49.641Z||pool-214-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:38:50.520Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:38:50.521Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:38:50.523Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:38:50.523Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||try to send status {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662724821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:50.623Z||pool-215-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:38:50.624Z||pool-215-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:38:50.624Z||pool-215-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:38:50.636Z||pool-215-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:38:50.637Z||pool-215-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:38:51.524Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:38:51.525Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:38:51.528Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:38:51.528Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||try to send status {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662724821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:38:51.628Z||pool-216-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:38:51.629Z||pool-216-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:38:51.629Z||pool-216-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:38:51.643Z||pool-216-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:38:51.644Z||pool-216-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:38:52.528Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:38:52.530Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:38:52.532Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:38:52.532Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||try to send status {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662724821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:38:52.632Z||pool-217-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:38:52.633Z||pool-217-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:38:52.633Z||pool-217-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:38:52.655Z||pool-217-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:38:52.656Z||pool-217-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:38:53.534Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "serviceName": "Demo_pNF_l6GicydyMg5foHYZKfAX",
  "serviceVersion": "1.0",
  "serviceUUID": "6749fe53-60a3-4732-913d-168dcd55445c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4cd7da4f-ed14-428a-ad65-b85b9fb93f1e",
  "resources": [
    {
      "resourceInstanceName": "pNF 70337d7f-151e 0",
      "resourceCustomizationUUID": "eb498a61-632d-4975-a862-fa9bd622fa83",
      "resourceName": "pNF 70337d7f-151e",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "16f8e8e4-ff4e-42cd-9c60-5c017d169380",
      "resourceInvariantUUID": "c2a8fd38-a945-4c83-8aaf-672d342d0047",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfL6gicydymg5fohyzkfax-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar",
      "artifactChecksum": "MzI4YjU3MWNmMzJhMTcwNTkyYmQ3NmU3YTI2YWEzY2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6e299ea0-b737-4fb3-8db7-d1df48bc5a49"
    }
  ],
  "workloadContext": "Production"
}
2022-04-11T07:38:53.534Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T07:38:53.534Z|2f10d6a7-bc67-434d-99c1-62af9ab468d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6749fe53-60a3-4732-913d-168dcd55445c ASDC
2022-04-11T07:38:53.535Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||ASDC Notification:
DistributionID:1b934cd8-f298-4e36-967d-9c539b5b1e04
ServiceName:Demo_pNF_l6GicydyMg5foHYZKfAX
ServiceVersion:1.0
ServiceUUID:6749fe53-60a3-4732-913d-168dcd55445c
ServiceInvariantUUID:4cd7da4f-ed14-428a-ad65-b85b9fb93f1e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfL6gicydymg5fohyzkfax-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar
ArtifactUUID:6e299ea0-b737-4fb3-8db7-d1df48bc5a49
ArtifactChecksum:MzI4YjU3MWNmMzJhMTcwNTkyYmQ3NmU3YTI2YWEzY2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 70337d7f-151e 0
ResourceCustomizationUUID:eb498a61-632d-4975-a862-fa9bd622fa83
ResourceInvariantUUID:c2a8fd38-a945-4c83-8aaf-672d342d0047
ResourceName:pNF 70337d7f-151e
ResourceType:PNF
ResourceUUID:16f8e8e4-ff4e-42cd-9c60-5c017d169380
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-11T07:38:53.535Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6749fe53-60a3-4732-913d-168dcd55445c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T07:38:53.563Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:38:53.564Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:38:53.564Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:38:53.565Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||Trying to download the artifact UUID: 6e299ea0-b737-4fb3-8db7-d1df48bc5a49 from URL: /sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar
2022-04-11T07:38:53.565Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:38:53.565Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar
2022-04-11T07:38:53.991Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:38:53.997Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar 6e299ea0-b737-4fb3-8db7-d1df48bc5a49 82659
2022-04-11T07:38:53.999Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar ASDC sendASDCNotification
2022-04-11T07:38:54.000Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar
2022-04-11T07:38:54.000Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:38:54.000Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:38:54.002Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:38:54.002Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||try to send status {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662733999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:38:54.102Z||pool-218-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:38:54.103Z||pool-218-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:38:54.103Z||pool-218-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:38:54.118Z||pool-218-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:38:54.119Z||pool-218-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:38:55.003Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:38:55.004Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:38:55.005Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||Trying to write artifact UUID: 6e299ea0-b737-4fb3-8db7-d1df48bc5a49, URL: /sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar to file: /app/ASDC/1/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar
2022-04-11T07:38:55.006Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfL6gicydymg5fohyzkfax-csar.csar
2022-04-11T07:38:55.006Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar
2022-04-11T07:38:55.006Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar
2022-04-11T07:38:55.144Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4232962452154441193/Definitions/service-DemoPnfL6gicydymg5fohyzkfax-template.yml
2022-04-11T07:38:55.994Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-11T07:38:55.995Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|WARN|500||####################################################################################################
2022-04-11T07:38:55.995Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar
2022-04-11T07:38:55.995Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-11T07:38:55.995Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 70337d7f-151e 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-DemoPnfL6gicydymg5fohyzkfax-csar.csar
2022-04-11T07:38:55.995Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|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-DemoPnfL6gicydymg5fohyzkfax-csar.csar
2022-04-11T07:38:55.995Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar
2022-04-11T07:38:55.996Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|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-DemoPnfL6gicydymg5fohyzkfax-csar.csar
2022-04-11T07:38:55.996Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|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-DemoPnfL6gicydymg5fohyzkfax-csar.csar
2022-04-11T07:38:55.996Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|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-DemoPnfL6gicydymg5fohyzkfax-csar.csar
2022-04-11T07:38:55.996Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|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-DemoPnfL6gicydymg5fohyzkfax-csar.csar
2022-04-11T07:38:55.996Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|WARN|500||####################################################################################################
2022-04-11T07:38:55.997Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:38:55.997Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Service Demo_pNF_l6GicydyMg5foHYZKfAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:38:55.997Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Node template pNF 70337d7f-151e 0 is matching search criteria
2022-04-11T07:38:55.997Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Search for entities recursively
2022-04-11T07:38:55.997Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Found topology templates [pNF 70337d7f-151e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:38:55.998Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:38:55.998Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Service Demo_pNF_l6GicydyMg5foHYZKfAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:38:55.998Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Node template pNF 70337d7f-151e 0 is matching search criteria
2022-04-11T07:38:55.998Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Search for entities recursively
2022-04-11T07:38:55.998Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Found topology templates [pNF 70337d7f-151e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:38:55.998Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:38:55.998Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Service Demo_pNF_l6GicydyMg5foHYZKfAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:38:55.999Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:38:55.999Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Service Demo_pNF_l6GicydyMg5foHYZKfAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:38:55.999Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:38:55.999Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Service Demo_pNF_l6GicydyMg5foHYZKfAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:38:55.999Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:38:55.999Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Service Demo_pNF_l6GicydyMg5foHYZKfAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:38:55.999Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:38:56.000Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Service Demo_pNF_l6GicydyMg5foHYZKfAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:38:56.000Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_l6GicydyMg5foHYZKfAX
Description:catalog service description
Model UUID:6749fe53-60a3-4732-913d-168dcd55445c
Model Version:NULL
Model InvariantUuid:4cd7da4f-ed14-428a-ad65-b85b9fb93f1e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T07:38:56.005Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 16f8e8e4-ff4e-42cd-9c60-5c017d169380
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:38:56.007Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||pNF 70337d7f-151e 0
2022-04-11T07:38:56.008Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 16f8e8e4-ff4e-42cd-9c60-5c017d169380
2022-04-11T07:38:56.008Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||No resources found for Service: 6749fe53-60a3-4732-913d-168dcd55445c
2022-04-11T07:38:56.008Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Preparing to deploy Service: 6749fe53-60a3-4732-913d-168dcd55445c
2022-04-11T07:38:56.008Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 70337d7f-151e 0 16f8e8e4-ff4e-42cd-9c60-5c017d169380 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:38:56.012Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@394bec03, org.onap.sdc.toscaparser.api.parameters.Input@440ed8bd, org.onap.sdc.toscaparser.api.parameters.Input@6c5e69b2, org.onap.sdc.toscaparser.api.parameters.Input@571267b, org.onap.sdc.toscaparser.api.parameters.Input@633ce922]
2022-04-11T07:38:56.012Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:38:56.012Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Service Demo_pNF_l6GicydyMg5foHYZKfAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:38:56.012Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500|| resourceSeq for service uuid 6749fe53-60a3-4732-913d-168dcd55445c: pNF 70337d7f-151e
2022-04-11T07:38:56.013Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||Processing PNF resource: 16f8e8e4-ff4e-42cd-9c60-5c017d169380
2022-04-11T07:38:56.013Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:38:56.013Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Service Demo_pNF_l6GicydyMg5foHYZKfAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:38:56.014Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||Resource customization UUID: eb498a61-632d-4975-a862-fa9bd622fa83 is the same as notified resource customizationUUID: eb498a61-632d-4975-a862-fa9bd622fa83
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-11T07:38:56.041Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 70337d7f-151e 16f8e8e4-ff4e-42cd-9c60-5c017d169380 0 ASDC deployResourceStructure
2022-04-11T07:38:56.042Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar ASDC sendASDCNotification
2022-04-11T07:38:56.042Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar
2022-04-11T07:38:56.042Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:38:56.042Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:38:56.044Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:38:56.044Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||try to send status {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662736042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:38:56.144Z||pool-219-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:38:56.145Z||pool-219-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:38:56.145Z||pool-219-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:38:56.158Z||pool-219-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:38:56.158Z||pool-219-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:38:57.045Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b934cd8-f298-4e36-967d-9c539b5b1e04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:38:57.057Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b934cd8-f298-4e36-967d-9c539b5b1e04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:38:57.060Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:38:57.060Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T07:38:57.060Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T07:38:57.060Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T07:38:57.061Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T07:38:57.061Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-11T07:38:57.061Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:38:57.065Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T07:39:27.066Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b934cd8-f298-4e36-967d-9c539b5b1e04 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T07:39:27.071Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b934cd8-f298-4e36-967d-9c539b5b1e04 and serviceModelVersionId: 6749fe53-60a3-4732-913d-168dcd55445c
2022-04-11T07:39:27.071Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4cd7da4f-ed14-428a-ad65-b85b9fb93f1e
2022-04-11T07:39:27.073Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0
2022-04-11T07:39:27.077Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18d4d342-c384-45aa-a36f-9680964ae4b9/model-vers/model-ver/a20d9c7c-ceb4-4fc0-8fc6-bd8bced94249?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-11T07:39:27.111Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Invoke
2022-04-11T07:39:27.113Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1b934cd8-f298-4e36-967d-9c539b5b1e04], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[875e6e45-0486-44a6-85e7-233cbd7bd15c], X-ECOMP-RequestID=[1b934cd8-f298-4e36-967d-9c539b5b1e04], X-TransactionId=[], X-ONAP-RequestID=[1b934cd8-f298-4e36-967d-9c539b5b1e04], Content-Type=[application/merge-patch+json]}
2022-04-11T07:39:28.653Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Invoke
2022-04-11T07:39:28.653Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1b934cd8-f298-4e36-967d-9c539b5b1e04], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9dfb127c-8c0b-4547-950a-fc97db7a4872], X-ECOMP-RequestID=[1b934cd8-f298-4e36-967d-9c539b5b1e04], X-TransactionId=[], X-ONAP-RequestID=[1b934cd8-f298-4e36-967d-9c539b5b1e04], Content-Type=[application/merge-patch+json]}
2022-04-11T07:39:30.189Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Invoke
2022-04-11T07:39:30.190Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1b934cd8-f298-4e36-967d-9c539b5b1e04], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7518bac9-e643-48b4-819e-330bdf9622d1], X-ECOMP-RequestID=[1b934cd8-f298-4e36-967d-9c539b5b1e04], X-TransactionId=[], X-ONAP-RequestID=[1b934cd8-f298-4e36-967d-9c539b5b1e04], Content-Type=[application/merge-patch+json]}
2022-04-11T07:39:31.227Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:39:31.227Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-11T07:39:31.228Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:39:31.228Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:39:31.233Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-11T07:39:31.234Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b934cd8-f298-4e36-967d-9c539b5b1e04 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:39:31.234Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-11T07:39:31.234Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:39:31.236Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:39:31.236Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||try to send status {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662771234,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T07:39:31.336Z||pool-220-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:39:31.337Z||pool-220-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:39:31.338Z||pool-220-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:39:31.363Z||pool-220-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:39:31.363Z||pool-220-thread-1|||||INFO|500||cambria reply ok (26 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-04-11T07:39:44.821Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:39:44.822Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:39:44.822Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:39:44.827Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:39:44.829Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:39:44.829Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:39:44.945Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:39:44.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T07:39:44.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662724821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:39:44.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:39:54.367Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:40:44.824Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:40:44.825Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:40:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:40:44.840Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:40:44.840Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:40:44.840Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:40:45.366Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:40:45.367Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:40:45.368Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662724821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:40:45.368Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:40:45.368Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:40:45.369Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662724821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:40:45.369Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:40:45.369Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:40:45.369Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662724821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:40:45.369Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:40:45.369Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:40:45.369Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662724821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:40:45.369Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:40:45.369Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:40:45.369Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662724821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/resourceInstances/pnf70337d7f151e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:40:45.370Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:40:45.370Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:40:45.370Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662724821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:40:45.370Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:40:45.370Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:40:45.370Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662724821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:40:45.370Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:40:45.370Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:40:45.371Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662733999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:40:45.371Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:40:45.371Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:40:45.371Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662736042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL6gicydymg5fohyzkfax/1.0/artifacts/service-DemoPnfL6gicydymg5fohyzkfax-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:40:45.371Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:40:45.371Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:40:45.371Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1b934cd8-f298-4e36-967d-9c539b5b1e04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662771234,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T07:40:45.372Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:40:54.392Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:41:44.821Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:41:44.822Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:41:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:41:44.824Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:41:44.824Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:41:44.824Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:41:44.947Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:41:44.948Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:41:44.948Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662889961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:41:44.949Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:41:44.949Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:41:44.949Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "cds",
  "timestamp": 1649662897157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:41:44.950Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:41:44.950Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:41:44.950Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "cds",
  "timestamp": 1649662897157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vfw8543f1f0beac0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:41:44.951Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:41:44.951Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:41:44.951Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662889961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vfw8543f1f0beac0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:41:44.951Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:41:44.951Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:41:44.951Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "cds",
  "timestamp": 1649662897157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:41:44.952Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:41:44.952Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:41:44.952Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662889961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:41:44.953Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:41:44.953Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:41:44.953Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "cds",
  "timestamp": 1649662897157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:41:44.953Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:41:44.953Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:41:44.953Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662889961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:41:44.953Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:41:44.954Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:41:44.954Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "clamp",
  "timestamp": 1649662902518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:41:44.954Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:41:44.954Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:41:44.954Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "cds",
  "timestamp": 1649662897157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:41:44.955Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:41:44.955Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:41:44.955Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662889961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-11T07:41:44.955Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:41:44.955Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:41:44.955Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "clamp",
  "timestamp": 1649662902518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vfw8543f1f0beac0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:41:44.956Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:41:44.956Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:41:44.956Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662889961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:41:44.956Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:41:44.956Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:41:44.956Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "cds",
  "timestamp": 1649662897157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:41:44.957Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:41:44.957Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:41:44.957Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "policy-id",
  "timestamp": 1649662903889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:41:44.957Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:41:44.957Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:41:44.957Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "clamp",
  "timestamp": 1649662902518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:41:44.957Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:41:44.957Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:41:44.958Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "cds",
  "timestamp": 1649662897157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:41:44.958Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:41:44.958Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:41:44.958Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662889961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:41:44.958Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:41:45.447Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:41:45.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T07:41:45.448Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"fcf6c7f4-8f28-4bd5-a1c8-72558a526e19","serviceName":"vFW 2022-04-11 07-39-55","serviceVersion":"1.0","serviceUUID":"c9c0163d-42cc-4579-8f2a-307bb31e6f71","serviceDescription":"catalog service description","serviceInvariantUUID":"6fb43cbe-6d31-4a7b-a146-8b78a8b560fe","resources":[{"resourceInstanceName":"vFW 8543f1f0-beac 0","resourceName":"vFW 8543f1f0-beac","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b245ea76-c756-4ebc-aed4-d7c443b71b7d","resourceInvariantUUID":"6e3a9ddb-079d-4a85-8930-277503775242","resourceCustomizationUUID":"a1dc825d-7449-4c1b-b0c1-f9238f70ec03","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vf-license-model.xml","artifactChecksum":"YzQ1NzE2MDhkNjFhYjMyZTU5M2EzNGUzODcxYWVlZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d75f87f9-0d1a-4cd2-9fcb-5cd5a0aac4f9","artifactVersion":"1"},{"artifactName":"vfw8543f1f0beac0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vfw8543f1f0beac0_modules.json","artifactChecksum":"OWFkNmY3OGU1YjU1MzUzMGExMGU4NTlkYWNhOWFmYWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0f0e193c-d0e1-4b7c-b176-9357920fdef2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ad450fa5-0578-4dc9-bea2-2c91cfb7a04b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vendor-license-model.xml","artifactChecksum":"MzEyNzViOTNhNTRlZmEzNTk0NGU4NmI4OWU3ZjlkYTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d65ac08e-1dde-47e9-8299-3b06717f0809","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"32ef0960-6bce-41ad-9c53-de03bfe63ed3","artifactVersion":"2","generatedFromUUID":"ad450fa5-0578-4dc9-bea2-2c91cfb7a04b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220411073955-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-template.yml","artifactChecksum":"YWZjN2I0ZjQxNDk0ZmYzMTYyNTE2YmViY2RjNWUyY2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"819315cd-a997-4d97-b1a9-ae781b0a4ae8","artifactVersion":"1"},{"artifactName":"service-Vfw20220411073955-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar","artifactChecksum":"ZmU0MTE0MDlmZWI2NDRkMjc4YzliZDg3ZjBlNTU0ZjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e2f1815-bdd0-486e-8761-7ab37b0730b9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T07:41:45.452Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:41:45.453Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:41:45.455Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:41:45.456Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662904821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:41:45.555Z||pool-221-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:41:45.556Z||pool-221-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:41:45.557Z||pool-221-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:41:45.574Z||pool-221-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:41:45.575Z||pool-221-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:41:46.456Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:41:46.457Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:41:46.464Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:41:46.464Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662904821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vfw8543f1f0beac0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:41:46.561Z||pool-222-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-11T07:41:46.563Z||pool-222-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:41:46.563Z||pool-222-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:41:46.585Z||pool-222-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:41:46.586Z||pool-222-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:41:47.465Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:41:47.466Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:41:47.468Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:41:47.468Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662904821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:41:47.568Z||pool-223-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:41:47.569Z||pool-223-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:41:47.569Z||pool-223-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:41:47.580Z||pool-223-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:41:47.580Z||pool-223-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:41:48.468Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:41:48.469Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:41:48.471Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:41:48.472Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662904821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:41:48.571Z||pool-224-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:41:48.572Z||pool-224-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:41:48.572Z||pool-224-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:41:48.588Z||pool-224-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:41:48.588Z||pool-224-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:41:49.472Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:41:49.473Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:41:49.475Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:41:49.475Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662904821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-11T07:41:49.575Z||pool-225-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:41:49.576Z||pool-225-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:41:49.576Z||pool-225-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:41:49.588Z||pool-225-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:41:49.589Z||pool-225-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:41:50.476Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:41:50.477Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:41:50.479Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:41:50.480Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662904821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:41:50.579Z||pool-226-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:41:50.580Z||pool-226-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:41:50.580Z||pool-226-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:41:50.592Z||pool-226-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:41:50.593Z||pool-226-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:41:51.481Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:41:51.482Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:41:51.485Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:41:51.486Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662904821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:41:51.585Z||pool-227-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:41:51.586Z||pool-227-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:41:51.586Z||pool-227-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:41:51.606Z||pool-227-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:41:51.607Z||pool-227-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:41:52.488Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "serviceName": "vFW 2022-04-11 07-39-55",
  "serviceVersion": "1.0",
  "serviceUUID": "c9c0163d-42cc-4579-8f2a-307bb31e6f71",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6fb43cbe-6d31-4a7b-a146-8b78a8b560fe",
  "resources": [
    {
      "resourceInstanceName": "vFW 8543f1f0-beac 0",
      "resourceCustomizationUUID": "a1dc825d-7449-4c1b-b0c1-f9238f70ec03",
      "resourceName": "vFW 8543f1f0-beac",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b245ea76-c756-4ebc-aed4-d7c443b71b7d",
      "resourceInvariantUUID": "6e3a9ddb-079d-4a85-8930-277503775242",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8543f1f0beac0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vfw8543f1f0beac0_modules.json",
          "artifactChecksum": "OWFkNmY3OGU1YjU1MzUzMGExMGU4NTlkYWNhOWFmYWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0f0e193c-d0e1-4b7c-b176-9357920fdef2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ad450fa5-0578-4dc9-bea2-2c91cfb7a04b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "32ef0960-6bce-41ad-9c53-de03bfe63ed3",
            "generatedFromUUID": "ad450fa5-0578-4dc9-bea2-2c91cfb7a04b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "32ef0960-6bce-41ad-9c53-de03bfe63ed3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220411073955-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar",
      "artifactChecksum": "ZmU0MTE0MDlmZWI2NDRkMjc4YzliZDg3ZjBlNTU0ZjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e2f1815-bdd0-486e-8761-7ab37b0730b9"
    }
  ],
  "workloadContext": "Production"
}
2022-04-11T07:41:52.490Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T07:41:52.490Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c9c0163d-42cc-4579-8f2a-307bb31e6f71 ASDC
2022-04-11T07:41:52.491Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:fcf6c7f4-8f28-4bd5-a1c8-72558a526e19
ServiceName:vFW 2022-04-11 07-39-55
ServiceVersion:1.0
ServiceUUID:c9c0163d-42cc-4579-8f2a-307bb31e6f71
ServiceInvariantUUID:6fb43cbe-6d31-4a7b-a146-8b78a8b560fe
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220411073955-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar
ArtifactUUID:1e2f1815-bdd0-486e-8761-7ab37b0730b9
ArtifactChecksum:ZmU0MTE0MDlmZWI2NDRkMjc4YzliZDg3ZjBlNTU0ZjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8543f1f0-beac 0
ResourceCustomizationUUID:a1dc825d-7449-4c1b-b0c1-f9238f70ec03
ResourceInvariantUUID:6e3a9ddb-079d-4a85-8930-277503775242
ResourceName:vFW 8543f1f0-beac
ResourceType:VF
ResourceUUID:b245ea76-c756-4ebc-aed4-d7c443b71b7d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8543f1f0beac0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vfw8543f1f0beac0_modules.json
ArtifactUUID:0f0e193c-d0e1-4b7c-b176-9357920fdef2
ArtifactChecksum:OWFkNmY3OGU1YjU1MzUzMGExMGU4NTlkYWNhOWFmYWM=
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/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.yaml
ArtifactUUID:ad450fa5-0578-4dc9-bea2-2c91cfb7a04b
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.env
ArtifactUUID:32ef0960-6bce-41ad-9c53-de03bfe63ed3
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.env
ArtifactUUID:32ef0960-6bce-41ad-9c53-de03bfe63ed3
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-11T07:41:52.491Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c9c0163d-42cc-4579-8f2a-307bb31e6f71 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:41:52.543Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:41:52.545Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-11T07:41:52.545Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-11T07:41:52.545Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1e2f1815-bdd0-486e-8761-7ab37b0730b9 from URL: /sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar
2022-04-11T07:41:52.545Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-11T07:41:52.545Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar
2022-04-11T07:41:52.852Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-11T07:41:52.858Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar 1e2f1815-bdd0-486e-8761-7ab37b0730b9 98955
2022-04-11T07:41:52.858Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar ASDC sendASDCNotification
2022-04-11T07:41:52.859Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar
2022-04-11T07:41:52.859Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:41:52.859Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:41:52.861Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:41:52.862Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662912858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:41:52.961Z||pool-228-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:41:52.962Z||pool-228-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:41:52.962Z||pool-228-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:41:52.975Z||pool-228-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:41:52.976Z||pool-228-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:41:53.862Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:41:53.864Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-11T07:41:53.865Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 1e2f1815-bdd0-486e-8761-7ab37b0730b9, URL: /sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar to file: /app/ASDC/1/service-Vfw20220411073955-csar.csar
2022-04-11T07:41:53.865Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220411073955-csar.csar
2022-04-11T07:41:53.865Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220411073955-csar.csar
2022-04-11T07:41:53.866Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220411073955-csar.csar
2022-04-11T07:41:54.079Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6643981403119538819/Definitions/service-Vfw20220411073955-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-04-11T07:41:56.238Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-11T07:41:56.238Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-11T07:41:56.239Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220411073955-csar.csar
2022-04-11T07:41:56.239Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-11T07:41:56.239Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220411073955-csar.csar
2022-04-11T07:41:56.239Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220411073955-csar.csar
2022-04-11T07:41:56.240Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220411073955-csar.csar
2022-04-11T07:41:56.240Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220411073955-csar.csar
2022-04-11T07:41:56.240Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220411073955-csar.csar
2022-04-11T07:41:56.241Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220411073955-csar.csar
2022-04-11T07:41:56.241Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220411073955-csar.csar
2022-04-11T07:41:56.241Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220411073955-csar.csar
2022-04-11T07:41:56.241Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220411073955-csar.csar
2022-04-11T07:41:56.242Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220411073955-csar.csar
2022-04-11T07:41:56.242Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220411073955-csar.csar
2022-04-11T07:41:56.242Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8543f1f0-beac 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-Vfw20220411073955-csar.csar
2022-04-11T07:41:56.242Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220411073955-csar.csar
2022-04-11T07:41:56.243Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-11T07:41:56.243Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:56.243Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-11 07-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:41:56.244Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vFW 8543f1f0-beac 0 is matching search criteria
2022-04-11T07:41:56.244Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-11T07:41:56.244Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8543f1f0-beac 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:41:56.245Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:56.245Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-11 07-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:41:56.245Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vFW 8543f1f0-beac 0 is matching search criteria
2022-04-11T07:41:56.245Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-11T07:41:56.246Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8543f1f0-beac 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:41:56.246Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:56.246Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-11 07-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:41:56.247Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:56.247Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vFW 8543f1f0-beac 0 is not matching search criteria
2022-04-11T07:41:56.247Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:41:56.248Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:41:56.248Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:41:56.248Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:41:56.248Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:41:56.249Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:41:56.249Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:41:56.249Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:41:56.250Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:41:56.250Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:41:56.250Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:41:56.251Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:41:56.251Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:41:56.251Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:41:56.252Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:41:56.252Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-11T07:41:56.252Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:56.253Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-11 07-39-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T07:41:56.253Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:56.253Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vFW 8543f1f0-beac 0 is matching search criteria
2022-04-11T07:41:56.254Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8543f1f0-beac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:41:56.254Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:56.255Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vFW 8543f1f0-beac 0 is matching search criteria
2022-04-11T07:41:56.255Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8543f1f0-beac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:41:56.255Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:56.256Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vFW 8543f1f0-beac 0 is matching search criteria
2022-04-11T07:41:56.256Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8543f1f0-beac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:41:56.256Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:56.257Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vFW 8543f1f0-beac 0 is not matching search criteria
2022-04-11T07:41:56.257Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:41:56.257Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-11T07:41:56.258Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:41:56.258Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:41:56.258Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:41:56.259Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:41:56.259Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:41:56.259Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:41:56.260Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:41:56.260Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:41:56.260Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:41:56.260Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4d5df35b-85b6-4c2d-a41c-10c66ba1b5db
2022-04-11T07:41:56.260Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:56.260Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vFW 8543f1f0-beac 0 is not matching search criteria
2022-04-11T07:41:56.261Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:41:56.261Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:41:56.261Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:41:56.261Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:41:56.261Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:41:56.261Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:41:56.261Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:41:56.261Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-11T07:41:56.262Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:41:56.262Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:41:56.262Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:41:56.262Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:41:56.262Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d0440cd8-f47c-4fb2-8e23-008d806a0511
2022-04-11T07:41:56.262Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:56.262Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vFW 8543f1f0-beac 0 is not matching search criteria
2022-04-11T07:41:56.263Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:41:56.263Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:41:56.263Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:41:56.263Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:41:56.263Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:41:56.263Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:41:56.263Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:41:56.263Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:41:56.264Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:41:56.264Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:41:56.264Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:41:56.264Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-11T07:41:56.264Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3546d40c-e0e7-4bc9-8bf8-a3a35ade9139
2022-04-11T07:41:56.264Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:56.264Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-11 07-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:41:56.265Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:56.265Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-11 07-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:41:56.265Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:56.265Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-11 07-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:41:56.265Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:56.265Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-11 07-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:41:56.266Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-11 07-39-55
Description:catalog service description
Model UUID:c9c0163d-42cc-4579-8f2a-307bb31e6f71
Model Version:NULL
Model InvariantUuid:6fb43cbe-6d31-4a7b-a146-8b78a8b560fe
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8543f1f0-beac
Model UUID:10fd5c3d-49dc-4ab0-ae2a-dc6b57b41c87
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6e3a9ddb-079d-4a85-8930-277503775242
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a1dc825d-7449-4c1b-b0c1-f9238f70ec03
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2a48c35c-8d78-4a4f-ac58-991248814cb1
ModelName:Vfw8543f1f0Beac..base_vfw..module-0
ModelUuid:c764f639-dc32-4b67-b48e-46c832ea0634
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4d5df35b-85b6-4c2d-a41c-10c66ba1b5db
ModelInvariantUuid:eaaad6ce-026d-4713-ab10-eb0708fa5dcf
ModelName:vFW 8543f1f0-beac-nodes.vfwCvfc
ModelUuid:baf55206-1909-4a5e-971e-5ab31bdd6a86
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:5fdc91be-7686-42a8-8f6d-718486575068
ModelInvariantUuid:f45b4152-e04c-4482-aec0-48498668c0ef
ModelName:Vfw8543f1f0Beac.compute.nodes.heat.vfw
ModelUuid:489eb67e-4c15-4410-ab6b-1543fdcfaaa0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d0440cd8-f47c-4fb2-8e23-008d806a0511
ModelInvariantUuid:efef6483-6ace-409c-b7af-52db4fba5755
ModelName:vFW 8543f1f0-beac-nodes.vsnCvfc
ModelUuid:0e97602d-8625-4c76-bae1-ca56b8f63be9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:c4974a4c-4365-4962-8bfd-f866a0a731c7
ModelInvariantUuid:947a656f-20b4-48ea-8dcc-bdb2400d1575
ModelName:Vfw8543f1f0Beac.compute.nodes.heat.vsn
ModelUuid:b1e1785d-6b8c-459e-8693-aaf3e0ed2d08
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3546d40c-e0e7-4bc9-8bf8-a3a35ade9139
ModelInvariantUuid:82800705-f8a9-4265-8348-f106c4a51321
ModelName:vFW 8543f1f0-beac-nodes.vpgCvfc
ModelUuid:4b0107c7-c289-4241-872f-c83a60277d8e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:800f5552-b6ec-46a2-911f-d7da095af332
ModelInvariantUuid:f1d922da-f791-42c6-9b26-71a7bf3605ed
ModelName:Vfw8543f1f0Beac.compute.nodes.heat.vpg
ModelUuid:69e33cca-6829-4e39-b953-a319ecc700c4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T07:41:56.271Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b245ea76-c756-4ebc-aed4-d7c443b71b7d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:41:56.273Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||vFW 8543f1f0-beac 0
2022-04-11T07:41:56.273Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b245ea76-c756-4ebc-aed4-d7c443b71b7d
2022-04-11T07:41:56.273Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0f0e193c-d0e1-4b7c-b176-9357920fdef2 from URL: /sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vfw8543f1f0beac0_modules.json
2022-04-11T07:41:56.273Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-11T07:41:56.273Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vfw8543f1f0beac0_modules.json
2022-04-11T07:41:56.400Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-11T07:41:56.401Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vfw8543f1f0beac0_modules.json 0f0e193c-d0e1-4b7c-b176-9357920fdef2 785
2022-04-11T07:41:56.401Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vfw8543f1f0beac0_modules.json ASDC sendASDCNotification
2022-04-11T07:41:56.401Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vfw8543f1f0beac0_modules.json
2022-04-11T07:41:56.401Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:41:56.401Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:41:56.403Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:41:56.403Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662916401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vfw8543f1f0beac0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:41:56.503Z||pool-229-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:41:56.504Z||pool-229-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:41:56.504Z||pool-229-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:41:56.520Z||pool-229-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:41:56.521Z||pool-229-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:41:57.406Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8543f1f0Beac..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2a48c35c-8d78-4a4f-ac58-991248814cb1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c764f639-dc32-4b67-b48e-46c832ea0634",
    "vfModuleModelCustomizationUUID": "8af4137f-8b66-4aca-b800-66f566f5b3ba",
    "isBase": true,
    "artifacts": [
      "ad450fa5-0578-4dc9-bea2-2c91cfb7a04b",
      "32ef0960-6bce-41ad-9c53-de03bfe63ed3"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T07:41:57.410Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8543f1f0Beac..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c764f639-dc32-4b67-b48e-46c832ea0634
VfModuleModelInvariantUUID:2a48c35c-8d78-4a4f-ac58-991248814cb1
VfModuleModelDescription:NULL
Artifacts UUID List:{
ad450fa5-0578-4dc9-bea2-2c91cfb7a04b
,
32ef0960-6bce-41ad-9c53-de03bfe63ed3

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

isBase:true


}

2022-04-11T07:41:57.412Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8543f1f0Beac..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2a48c35c-8d78-4a4f-ac58-991248814cb1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c764f639-dc32-4b67-b48e-46c832ea0634",
    "vfModuleModelCustomizationUUID": "8af4137f-8b66-4aca-b800-66f566f5b3ba",
    "isBase": true,
    "artifacts": [
      "ad450fa5-0578-4dc9-bea2-2c91cfb7a04b",
      "32ef0960-6bce-41ad-9c53-de03bfe63ed3"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T07:41:57.412Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8543f1f0Beac..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c764f639-dc32-4b67-b48e-46c832ea0634
VfModuleModelInvariantUUID:2a48c35c-8d78-4a4f-ac58-991248814cb1
VfModuleModelDescription:NULL
Artifacts UUID List:{
ad450fa5-0578-4dc9-bea2-2c91cfb7a04b
,
32ef0960-6bce-41ad-9c53-de03bfe63ed3

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

isBase:true


}

2022-04-11T07:41:57.412Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ad450fa5-0578-4dc9-bea2-2c91cfb7a04b from URL: /sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.yaml
2022-04-11T07:41:57.412Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-11T07:41:57.412Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.yaml
2022-04-11T07:41:57.698Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-11T07:41:57.699Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.yaml ad450fa5-0578-4dc9-bea2-2c91cfb7a04b 20368
2022-04-11T07:41:57.699Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-11T07:41:57.699Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.yaml
2022-04-11T07:41:57.699Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:41:57.699Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:41:57.706Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:41:57.706Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662917699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:41:57.801Z||pool-230-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-04-11T07:41:57.802Z||pool-230-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:41:57.802Z||pool-230-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:41:57.815Z||pool-230-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:41:57.816Z||pool-230-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:41:58.714Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 32ef0960-6bce-41ad-9c53-de03bfe63ed3 from URL: /sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.env
2022-04-11T07:41:58.714Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-11T07:41:58.714Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.env
2022-04-11T07:41:58.901Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-11T07:41:58.902Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.env 32ef0960-6bce-41ad-9c53-de03bfe63ed3 2098
2022-04-11T07:41:58.902Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-11T07:41:58.903Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.env
2022-04-11T07:41:58.903Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:41:58.903Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:41:58.908Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:41:58.908Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662918902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:41:59.007Z||pool-231-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-11T07:41:59.008Z||pool-231-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:41:59.008Z||pool-231-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:41:59.021Z||pool-231-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:41:59.022Z||pool-231-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:41:59.913Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c9c0163d-42cc-4579-8f2a-307bb31e6f71
2022-04-11T07:41:59.914Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8543f1f0-beac 0 b245ea76-c756-4ebc-aed4-d7c443b71b7d ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:41:59.930Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76fcd59b, org.onap.sdc.toscaparser.api.parameters.Input@c695041, org.onap.sdc.toscaparser.api.parameters.Input@617755b9, org.onap.sdc.toscaparser.api.parameters.Input@b2ebf8f, org.onap.sdc.toscaparser.api.parameters.Input@1beef37c]
2022-04-11T07:41:59.931Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:59.931Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-11 07-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:41:59.932Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-04-11T07:41:59.932Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= a1dc825d-7449-4c1b-b0c1-f9238f70ec03
2022-04-11T07:41:59.932Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a1dc825d-7449-4c1b-b0c1-f9238f70ec03 matches Tosca VF Customization UUID: a1dc825d-7449-4c1b-b0c1-f9238f70ec03
2022-04-11T07:41:59.932Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: a1dc825d-7449-4c1b-b0c1-f9238f70ec03  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-11T07:41:59.935Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:59.935Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-11 07-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:41:59.935Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id a1dc825d-7449-4c1b-b0c1-f9238f70ec03: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-11T07:41:59.936Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@786e1a04
2022-04-11T07:41:59.936Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:59.936Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-11 07-39-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T07:41:59.936Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8af4137f-8b66-4aca-b800-66f566f5b3ba
2022-04-11T07:41:59.937Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8af4137f-8b66-4aca-b800-66f566f5b3ba
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-11T07:41:59.939Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:59.939Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vFW 8543f1f0-beac 0 is matching search criteria
2022-04-11T07:41:59.940Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8543f1f0-beac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:41:59.940Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:59.940Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vFW 8543f1f0-beac 0 is matching search criteria
2022-04-11T07:41:59.940Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8543f1f0-beac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:41:59.941Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:59.941Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vFW 8543f1f0-beac 0 is not matching search criteria
2022-04-11T07:41:59.941Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:41:59.941Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-11T07:41:59.941Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:41:59.942Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:41:59.942Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:41:59.942Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:41:59.942Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:41:59.942Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:41:59.943Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:41:59.943Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:41:59.943Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:41:59.943Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4d5df35b-85b6-4c2d-a41c-10c66ba1b5db
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T07:41:59.946Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:59.946Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vFW 8543f1f0-beac 0 is matching search criteria
2022-04-11T07:41:59.946Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8543f1f0-beac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:41:59.947Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:59.947Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vFW 8543f1f0-beac 0 is not matching search criteria
2022-04-11T07:41:59.947Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:41:59.947Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:41:59.947Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:41:59.948Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:41:59.948Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:41:59.948Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:41:59.948Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:41:59.949Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-11T07:41:59.949Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:41:59.949Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:41:59.949Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:41:59.949Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:41:59.949Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d0440cd8-f47c-4fb2-8e23-008d806a0511
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T07:41:59.952Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:59.952Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vFW 8543f1f0-beac 0 is matching search criteria
2022-04-11T07:41:59.952Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8543f1f0-beac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:41:59.952Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:59.952Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vFW 8543f1f0-beac 0 is not matching search criteria
2022-04-11T07:41:59.953Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:41:59.953Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:41:59.953Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:41:59.953Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:41:59.953Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:41:59.953Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:41:59.954Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:41:59.954Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:41:59.954Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:41:59.954Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:41:59.955Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:41:59.955Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-11T07:41:59.955Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3546d40c-e0e7-4bc9-8bf8-a3a35ade9139
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T07:41:59.958Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:59.958Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vFW 8543f1f0-beac 0 is matching search criteria
2022-04-11T07:41:59.959Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8543f1f0-beac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:41:59.959Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:59.959Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Node template vFW 8543f1f0-beac 0 is matching search criteria
2022-04-11T07:41:59.959Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8543f1f0-beac 0] matching following query criteria: sdcType=VF, customizationUUID=a1dc825d-7449-4c1b-b0c1-f9238f70ec03
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:41:59.961Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:59.961Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-11 07-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:41:59.962Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c9c0163d-42cc-4579-8f2a-307bb31e6f71: vFW 8543f1f0-beac
2022-04-11T07:41:59.962Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:59.962Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-11 07-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:41:59.962Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:59.962Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-11 07-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:41:59.962Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:59.962Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-11 07-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:41:59.963Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:59.963Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-11 07-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:41:59.963Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:41:59.963Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-11 07-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:41:59.964Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-04-11 07-39-55 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:42:00.148Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8543f1f0-beac b245ea76-c756-4ebc-aed4-d7c443b71b7d 1 ASDC deployResourceStructure
2022-04-11T07:42:00.148Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vfw8543f1f0beac0_modules.json ASDC sendASDCNotification
2022-04-11T07:42:00.149Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vfw8543f1f0beac0_modules.json
2022-04-11T07:42:00.149Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:42:00.149Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:42:00.152Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:42:00.153Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662920148,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vfw8543f1f0beac0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T07:42:00.252Z||pool-232-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-11T07:42:00.253Z||pool-232-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:42:00.253Z||pool-232-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:42:00.270Z||pool-232-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:42:00.270Z||pool-232-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:42:01.153Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-11T07:42:01.154Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.yaml
2022-04-11T07:42:01.154Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:42:01.154Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:42:01.156Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:42:01.156Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662921153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T07:42:01.256Z||pool-233-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:42:01.256Z||pool-233-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:42:01.257Z||pool-233-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:42:01.270Z||pool-233-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:42:01.271Z||pool-233-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:42:02.157Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-11T07:42:02.157Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.env
2022-04-11T07:42:02.157Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:42:02.157Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:42:02.159Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:42:02.159Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662922156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-11T07:42:02.259Z||pool-234-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:42:02.260Z||pool-234-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:42:02.261Z||pool-234-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:42:02.272Z||pool-234-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:42:02.273Z||pool-234-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:42:03.162Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar ASDC sendASDCNotification
2022-04-11T07:42:03.162Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar
2022-04-11T07:42:03.162Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:42:03.163Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:42:03.165Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:42:03.165Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662923162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:42:03.265Z||pool-235-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:42:03.266Z||pool-235-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:42:03.266Z||pool-235-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:42:03.276Z||pool-235-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:42:03.277Z||pool-235-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:42:04.166Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fcf6c7f4-8f28-4bd5-a1c8-72558a526e19
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:42:04.175Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fcf6c7f4-8f28-4bd5-a1c8-72558a526e19
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:42:04.177Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:42:04.177Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:42:04.177Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T07:42:34.177Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fcf6c7f4-8f28-4bd5-a1c8-72558a526e19
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:42:34.186Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fcf6c7f4-8f28-4bd5-a1c8-72558a526e19
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:42:34.187Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:42:34.187Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:42:34.188Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T07:42:44.824Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:42:44.825Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:42:44.825Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:42:44.855Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:42:44.856Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:42:44.856Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "policy-id",
  "timestamp": 1649662903889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vfw8543f1f0beac0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:42:44.856Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:04.188Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fcf6c7f4-8f28-4bd5-a1c8-72558a526e19
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:43:04.200Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fcf6c7f4-8f28-4bd5-a1c8-72558a526e19
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:43:04.202Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:43:04.202Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:43:04.202Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T07:43:34.203Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fcf6c7f4-8f28-4bd5-a1c8-72558a526e19
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:43:34.216Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fcf6c7f4-8f28-4bd5-a1c8-72558a526e19
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:43:34.219Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:43:34.219Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:43:34.220Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T07:43:44.824Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:43:44.825Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:43:44.825Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:43:45.352Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:43:45.353Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.353Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "clamp",
  "timestamp": 1649662902518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:43:45.354Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.354Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.354Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662904821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:43:45.354Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.355Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.355Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "policy-id",
  "timestamp": 1649662903889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:43:45.355Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.355Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.355Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662905100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:43:45.355Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.355Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.355Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662906098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vfw8543f1f0beac0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:43:45.355Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:43:45.355Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.355Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "cds",
  "timestamp": 1649662907446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:43:45.356Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:43:45.356Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.356Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "clamp",
  "timestamp": 1649662902518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:43:45.356Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.356Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.356Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662904821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vfw8543f1f0beac0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:43:45.356Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.356Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.356Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "policy-id",
  "timestamp": 1649662903889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:43:45.356Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.357Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.357Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662905100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vfw8543f1f0beac0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:43:45.357Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.357Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.357Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "cds",
  "timestamp": 1649662908452,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:43:45.364Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fcf6c7f4-8f28-4bd5-a1c8-72558a526e19
2022-04-11T07:43:45.365Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId fcf6c7f4-8f28-4bd5-a1c8-72558a526e19 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:43:45.377Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.377Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "clamp",
  "timestamp": 1649662902518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:43:45.377Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.377Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.377Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662907456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:43:45.377Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:43:45.377Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.377Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662904821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:43:45.377Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.378Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.378Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "policy-id",
  "timestamp": 1649662903889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:43:45.378Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.378Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.378Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662905100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:43:45.378Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.378Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.378Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "clamp",
  "timestamp": 1649662902518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:43:45.378Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.378Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.378Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662904821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:43:45.378Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.378Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.378Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662908511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:43:45.378Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:43:45.378Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.378Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "policy-id",
  "timestamp": 1649662903889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:43:45.379Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.379Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.379Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662905100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:43:45.379Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.379Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.379Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "aai-ml",
  "timestamp": 1649662908233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:43:45.379Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.379Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.379Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662904821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-11T07:43:45.379Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.380Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.380Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662909537,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:43:45.384Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fcf6c7f4-8f28-4bd5-a1c8-72558a526e19
2022-04-11T07:43:45.384Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId fcf6c7f4-8f28-4bd5-a1c8-72558a526e19 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:43:45.391Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.392Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "policy-id",
  "timestamp": 1649662903889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:43:45.392Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.392Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.392Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662905100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:43:45.393Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.393Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.393Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "aai-ml",
  "timestamp": 1649662908233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vfw8543f1f0beac0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:43:45.393Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.393Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.393Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662904821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:43:45.393Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.393Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.394Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649662910545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vfw8543f1f0beac0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T07:43:45.394Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:43:45.394Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.394Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662905100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:43:45.394Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.394Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.394Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "aai-ml",
  "timestamp": 1649662908233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:43:45.394Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.395Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.395Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662904821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:43:45.395Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.395Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.395Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "policy-id",
  "timestamp": 1649662912288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:43:45.395Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:43:45.395Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.395Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649662905100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:43:45.395Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.396Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.396Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "aai-ml",
  "timestamp": 1649662908233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:43:45.396Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.396Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.396Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "policy-id",
  "timestamp": 1649662913294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:43:45.396Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:43:45.396Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.396Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662912858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:43:45.396Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:43:45.397Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.397Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "aai-ml",
  "timestamp": 1649662908233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:43:45.397Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.397Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.397Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "policy-id",
  "timestamp": 1649662914296,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:43:45.402Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fcf6c7f4-8f28-4bd5-a1c8-72558a526e19
2022-04-11T07:43:45.403Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId fcf6c7f4-8f28-4bd5-a1c8-72558a526e19 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-04-11T07:43:45.409Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.409Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "aai-ml",
  "timestamp": 1649662908233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:43:45.409Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.410Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.410Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662914717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:43:45.410Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.410Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.410Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "aai-ml",
  "timestamp": 1649662908233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:43:45.410Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.411Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.411Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662914717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vfw8543f1f0beac0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:43:45.411Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.411Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.411Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "aai-ml",
  "timestamp": 1649662916077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:43:45.411Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:43:45.411Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.412Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662914717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:43:45.412Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.412Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.412Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662916401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vfw8543f1f0beac0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:43:45.412Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:43:45.412Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.412Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "clamp",
  "timestamp": 1649662917516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:43:45.413Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:43:45.413Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.413Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662914717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:43:45.413Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.413Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.413Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662917699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:43:45.413Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:43:45.413Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.413Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662914717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:43:45.413Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.414Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.414Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662918902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:43:45.414Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:43:45.414Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.414Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662914717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:43:45.414Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.414Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.414Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "clamp",
  "timestamp": 1649662920518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:43:45.414Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:43:45.415Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.415Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662920148,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/vfw8543f1f0beac0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T07:43:45.415Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:43:45.415Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.415Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662914717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:43:45.415Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:43:45.415Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.415Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "clamp",
  "timestamp": 1649662921522,
  "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-04-11T07:43:45.420Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fcf6c7f4-8f28-4bd5-a1c8-72558a526e19
2022-04-11T07:43:45.420Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId fcf6c7f4-8f28-4bd5-a1c8-72558a526e19 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-04-11T07:43:45.428Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.428Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662921153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T07:43:45.428Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:43:45.428Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.428Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662922551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:43:45.429Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:43:45.429Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.429Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662922156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/resourceInstances/vfw8543f1f0beac0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-11T07:43:45.429Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:43:45.429Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.429Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649662923162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:43:45.429Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:43:45.430Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.430Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662926104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:43:45.430Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:43:45.430Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.430Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649662927111,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:43:45.435Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fcf6c7f4-8f28-4bd5-a1c8-72558a526e19
2022-04-11T07:43:45.435Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId fcf6c7f4-8f28-4bd5-a1c8-72558a526e19 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:43:45.443Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.443Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "aai-ml",
  "timestamp": 1649662926724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411073955/1.0/artifacts/service-Vfw20220411073955-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-11T07:43:45.444Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:43:45.444Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:43:45.444Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "aai-ml",
  "timestamp": 1649662927729,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:43:45.449Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of fcf6c7f4-8f28-4bd5-a1c8-72558a526e19
2022-04-11T07:43:45.449Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId fcf6c7f4-8f28-4bd5-a1c8-72558a526e19 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:44:04.220Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fcf6c7f4-8f28-4bd5-a1c8-72558a526e19
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:44:04.232Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fcf6c7f4-8f28-4bd5-a1c8-72558a526e19
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:44:04.234Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:44:04.234Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T07:44:04.234Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T07:44:04.234Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T07:44:04.234Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-11T07:44:04.235Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:44:04.239Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T07:44:34.239Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fcf6c7f4-8f28-4bd5-a1c8-72558a526e19 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T07:44:34.248Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fcf6c7f4-8f28-4bd5-a1c8-72558a526e19 and serviceModelVersionId: c9c0163d-42cc-4579-8f2a-307bb31e6f71
2022-04-11T07:44:34.248Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6fb43cbe-6d31-4a7b-a146-8b78a8b560fe
2022-04-11T07:44:34.249Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0
2022-04-11T07:44:34.256Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-04-11T07:44:34.314Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T07:44:34.315Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||Invoke
2022-04-11T07:44:35.853Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T07:44:35.855Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||Invoke
2022-04-11T07:44:37.389Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T07:44:37.391Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||Invoke
2022-04-11T07:44:38.422Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:44:38.424Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-11T07:44:38.424Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:44:38.425Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:44:38.432Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-11T07:44:38.432Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fcf6c7f4-8f28-4bd5-a1c8-72558a526e19 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:44:38.433Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-11T07:44:38.435Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:44:38.439Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:44:38.439Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||try to send status {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663078433,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T07:44:38.539Z||pool-236-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:44:38.540Z||pool-236-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:44:38.540Z||pool-236-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:44:38.556Z||pool-236-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:44:38.557Z||pool-236-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T07:44:39.458Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:44:39.459Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:44:39.460Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:44:44.824Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:44:44.825Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:44:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:44:45.447Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:44:45.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:44:45.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcf6c7f4-8f28-4bd5-a1c8-72558a526e19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663078433,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T07:44:45.450Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:44:49.704Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:44:49.706Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:44:49.707Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:44:49.707Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:44:59.263Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:44:59.264Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:44:59.265Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:44:59.265Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:45:08.820Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:45:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:45:44.825Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:45:44.825Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:45:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:45:44.825Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:45:44.825Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:45:54.378Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:45:54.378Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:46:44.821Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:46:44.821Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:46:44.822Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:46:44.824Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:46:44.824Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:46:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:46:54.368Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:46:54.369Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:47:44.821Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:47:44.821Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:47:44.822Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:47:44.824Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:47:44.824Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:47:44.825Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:47:45.448Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:47:45.449Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.449Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"7fdc6924-d0f7-43fb-a826-e511ccf6322a","serviceName":"Demo_pNF_BXWiFFxTFnp9sh09v1GI","serviceVersion":"1.0","serviceUUID":"ff90990e-9728-449c-b07e-0af85f8e36ce","serviceDescription":"catalog service description","serviceInvariantUUID":"f8074e76-fa28-4544-a676-55033b5c9eda","resources":[{"resourceInstanceName":"pNF b0608c1f-68fe 0","resourceName":"pNF b0608c1f-68fe","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"415cb936-3f71-40d5-9777-4620111d579c","resourceInvariantUUID":"6a47b58b-9de4-4f80-9ad4-25587fda37dd","resourceCustomizationUUID":"b8385fb8-3805-472d-87d9-acecc245760a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/vf-license-model.xml","artifactChecksum":"MDFjODgyNmIxN2FhNGIxMWY3MmM0ODkxOTA0ZGZkNGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"036d893d-b665-4c91-8a8c-bfa123b6b401","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/pNF.csar","artifactChecksum":"YjBhYzYyMmUxN2VhOWQ0YjM0NWEzZjMzYWU3ZjMzZTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1c013d17-af3b-407e-bd80-21548c05d854","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6a91f2e3-d2dc-49ba-ba0b-40fe322c235d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/vendor-license-model.xml","artifactChecksum":"NTZjOTY0ZGU3N2ZhOWYyZTgzNGZhMTYwNzI1ZDM1ZDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8ee29016-f850-4f37-84f4-3fc427f4e40d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2f11de7c-eab9-4f83-a676-b7e5b9ca0d39","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3d0ee198-2fee-4f5f-b9bc-b4e191666707","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBxwiffxtfnp9sh09v1gi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-template.yml","artifactChecksum":"MGU5MGQ1NzU1NTI5MzdkZmFiNjU2MjIyMWU0YjRjZjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6c724e65-7fcb-4fe7-9500-cd4154a91306","artifactVersion":"1"},{"artifactName":"service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar","artifactChecksum":"ODhjN2JlNzBiMmRjZmQxODE1OTY2N2M4MjMxOTY5NGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"390f0d5f-46a4-4bff-b791-d7b44f9d3ce7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T07:47:45.452Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:47:45.452Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:47:45.452Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:47:45.455Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.455Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649663245101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.456Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.456Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.456Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "cds",
  "timestamp": 1649663242157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.456Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.456Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:47:45.456Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.456Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649663244717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.456Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||try to send status {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663264821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.456Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.456Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.456Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "policy-id",
  "timestamp": 1649663243889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.457Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.457Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.457Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649663245101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.457Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.457Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.457Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "cds",
  "timestamp": 1649663242157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.457Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.457Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.457Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649663244717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.457Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.457Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.457Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "policy-id",
  "timestamp": 1649663243889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.457Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.457Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.458Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649663245101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.458Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.458Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.458Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649663244717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.458Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.458Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.458Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "cds",
  "timestamp": 1649663242157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.458Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.458Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.458Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "policy-id",
  "timestamp": 1649663243889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.458Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.458Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.459Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649663249961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.459Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.459Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.459Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649663245101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.459Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.460Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.460Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "cds",
  "timestamp": 1649663242157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.460Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.460Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.460Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649663244717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.460Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.460Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.461Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "policy-id",
  "timestamp": 1649663243889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.461Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.461Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.461Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649663249961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.461Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.462Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.462Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "cds",
  "timestamp": 1649663242157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.462Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.462Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.462Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649663244717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.462Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.462Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.462Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649663245101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.462Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.463Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.463Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "policy-id",
  "timestamp": 1649663243889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.463Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.463Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.463Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649663249961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.463Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.463Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.466Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649663245101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:47:45.466Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.466Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.466Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "cds",
  "timestamp": 1649663242157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.466Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.466Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.466Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649663244717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.466Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.467Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.467Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "policy-id",
  "timestamp": 1649663243889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.467Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.467Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.467Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649663249961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.467Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.467Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.467Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "cds",
  "timestamp": 1649663242157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.467Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.467Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.468Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649663245101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.472Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.472Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.472Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649663244717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.472Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.472Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.472Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "policy-id",
  "timestamp": 1649663243889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.473Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.473Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.473Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649663249961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.473Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.473Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.473Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649663245101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.473Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.473Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.474Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "cds",
  "timestamp": 1649663242157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:47:45.474Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.474Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.474Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649663244717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:47:45.474Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.474Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.474Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "policy-id",
  "timestamp": 1649663243889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:47:45.475Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.475Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.475Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649663249961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.475Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.475Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.475Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649663249961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.475Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.475Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.476Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649663256531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:47:45.476Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:47:45.476Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.476Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649663257837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:47:45.476Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:47:45.476Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.476Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "cds",
  "timestamp": 1649663257840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:47:45.476Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:47:45.476Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.476Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "policy-id",
  "timestamp": 1649663257457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:47:45.477Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:47:45.477Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.477Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649663249961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:47:45.478Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.478Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.478Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649663257554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T07:47:45.478Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:47:45.478Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.478Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "cds",
  "timestamp": 1649663258847,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:47:45.497Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7fdc6924-d0f7-43fb-a826-e511ccf6322a
2022-04-11T07:47:45.497Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 7fdc6924-d0f7-43fb-a826-e511ccf6322a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:47:45.514Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.514Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "policy-id",
  "timestamp": 1649663258462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:47:45.515Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:47:45.515Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.515Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649663258557,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:47:45.520Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7fdc6924-d0f7-43fb-a826-e511ccf6322a
2022-04-11T07:47:45.521Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 7fdc6924-d0f7-43fb-a826-e511ccf6322a and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:47:45.529Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.529Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "policy-id",
  "timestamp": 1649663259467,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:47:45.534Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7fdc6924-d0f7-43fb-a826-e511ccf6322a
2022-04-11T07:47:45.534Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 7fdc6924-d0f7-43fb-a826-e511ccf6322a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:47:45.542Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.543Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649663260183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:47:45.543Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:47:45.543Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.543Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649663261189,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:47:45.548Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7fdc6924-d0f7-43fb-a826-e511ccf6322a
2022-04-11T07:47:45.548Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 7fdc6924-d0f7-43fb-a826-e511ccf6322a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:47:45.556Z||pool-237-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:47:45.556Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.556Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "clamp",
  "timestamp": 1649663262518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.557Z||pool-237-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:47:45.557Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.557Z||pool-237-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:47:45.557Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.557Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "clamp",
  "timestamp": 1649663262518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.557Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.557Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:47:45.557Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "clamp",
  "timestamp": 1649663262518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:45.557Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:47:45.570Z||pool-237-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:47:45.571Z||pool-237-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:47:46.457Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:47:46.457Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:47:46.460Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:47:46.460Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||try to send status {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663264821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:46.560Z||pool-238-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:47:46.561Z||pool-238-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:47:46.561Z||pool-238-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:47:46.577Z||pool-238-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:47:46.577Z||pool-238-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:47:47.461Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:47:47.462Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:47:47.465Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:47:47.465Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||try to send status {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663264821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:47.564Z||pool-239-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:47:47.565Z||pool-239-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:47:47.566Z||pool-239-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:47:47.577Z||pool-239-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:47:47.577Z||pool-239-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:47:48.466Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:47:48.467Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:47:48.469Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:47:48.470Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||try to send status {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663264821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:48.570Z||pool-240-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:47:48.571Z||pool-240-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:47:48.572Z||pool-240-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:47:48.588Z||pool-240-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:47:48.590Z||pool-240-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:47:49.470Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:47:49.471Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:47:49.474Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:47:49.474Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||try to send status {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663264821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:49.574Z||pool-241-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:47:49.575Z||pool-241-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:47:49.575Z||pool-241-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:47:49.591Z||pool-241-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:47:49.591Z||pool-241-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:47:50.475Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:47:50.476Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:47:50.478Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:47:50.478Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||try to send status {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663264821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:50.578Z||pool-242-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:47:50.579Z||pool-242-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:47:50.579Z||pool-242-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:47:50.594Z||pool-242-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:47:50.594Z||pool-242-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:47:51.478Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:47:51.479Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:47:51.484Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:47:51.485Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||try to send status {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663264821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:47:51.584Z||pool-243-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:47:51.585Z||pool-243-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:47:51.586Z||pool-243-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:47:51.601Z||pool-243-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:47:51.602Z||pool-243-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:47:52.485Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:47:52.486Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:47:52.489Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:47:52.489Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||try to send status {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663264821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:47:52.589Z||pool-244-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:47:52.590Z||pool-244-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:47:52.590Z||pool-244-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:47:52.609Z||pool-244-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:47:52.609Z||pool-244-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:47:53.491Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "serviceName": "Demo_pNF_BXWiFFxTFnp9sh09v1GI",
  "serviceVersion": "1.0",
  "serviceUUID": "ff90990e-9728-449c-b07e-0af85f8e36ce",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f8074e76-fa28-4544-a676-55033b5c9eda",
  "resources": [
    {
      "resourceInstanceName": "pNF b0608c1f-68fe 0",
      "resourceCustomizationUUID": "b8385fb8-3805-472d-87d9-acecc245760a",
      "resourceName": "pNF b0608c1f-68fe",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "415cb936-3f71-40d5-9777-4620111d579c",
      "resourceInvariantUUID": "6a47b58b-9de4-4f80-9ad4-25587fda37dd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar",
      "artifactChecksum": "ODhjN2JlNzBiMmRjZmQxODE1OTY2N2M4MjMxOTY5NGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "390f0d5f-46a4-4bff-b791-d7b44f9d3ce7"
    }
  ],
  "workloadContext": "Production"
}
2022-04-11T07:47:53.496Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T07:47:53.496Z|fcf6c7f4-8f28-4bd5-a1c8-72558a526e19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ff90990e-9728-449c-b07e-0af85f8e36ce ASDC
2022-04-11T07:47:53.500Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||ASDC Notification:
DistributionID:7fdc6924-d0f7-43fb-a826-e511ccf6322a
ServiceName:Demo_pNF_BXWiFFxTFnp9sh09v1GI
ServiceVersion:1.0
ServiceUUID:ff90990e-9728-449c-b07e-0af85f8e36ce
ServiceInvariantUUID:f8074e76-fa28-4544-a676-55033b5c9eda
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar
ArtifactUUID:390f0d5f-46a4-4bff-b791-d7b44f9d3ce7
ArtifactChecksum:ODhjN2JlNzBiMmRjZmQxODE1OTY2N2M4MjMxOTY5NGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b0608c1f-68fe 0
ResourceCustomizationUUID:b8385fb8-3805-472d-87d9-acecc245760a
ResourceInvariantUUID:6a47b58b-9de4-4f80-9ad4-25587fda37dd
ResourceName:pNF b0608c1f-68fe
ResourceType:PNF
ResourceUUID:415cb936-3f71-40d5-9777-4620111d579c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-11T07:47:53.500Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ff90990e-9728-449c-b07e-0af85f8e36ce ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T07:47:53.530Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:47:53.532Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:47:53.532Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:47:53.532Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||Trying to download the artifact UUID: 390f0d5f-46a4-4bff-b791-d7b44f9d3ce7 from URL: /sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar
2022-04-11T07:47:53.532Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:47:53.533Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar
2022-04-11T07:47:53.875Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:47:53.879Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar 390f0d5f-46a4-4bff-b791-d7b44f9d3ce7 82646
2022-04-11T07:47:53.880Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar ASDC sendASDCNotification
2022-04-11T07:47:53.880Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar
2022-04-11T07:47:53.880Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:47:53.880Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:47:53.882Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:47:53.883Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||try to send status {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663273880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:47:53.984Z||pool-245-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-11T07:47:53.992Z||pool-245-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:47:53.996Z||pool-245-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:47:54.008Z||pool-245-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:47:54.009Z||pool-245-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:47:54.883Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:47:54.884Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:47:54.884Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||Trying to write artifact UUID: 390f0d5f-46a4-4bff-b791-d7b44f9d3ce7, URL: /sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar to file: /app/ASDC/1/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar
2022-04-11T07:47:54.885Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar
2022-04-11T07:47:54.885Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar
2022-04-11T07:47:54.885Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar
2022-04-11T07:47:55.114Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2077440180835550312/Definitions/service-DemoPnfBxwiffxtfnp9sh09v1gi-template.yml
2022-04-11T07:47:56.044Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-11T07:47:56.045Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|WARN|500||####################################################################################################
2022-04-11T07:47:56.045Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar
2022-04-11T07:47:56.045Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-11T07:47:56.046Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|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-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar
2022-04-11T07:47:56.046Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b0608c1f-68fe 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-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar
2022-04-11T07:47:56.046Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar
2022-04-11T07:47:56.046Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|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-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar
2022-04-11T07:47:56.046Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|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-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar
2022-04-11T07:47:56.046Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|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-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar
2022-04-11T07:47:56.046Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|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-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar
2022-04-11T07:47:56.046Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|WARN|500||####################################################################################################
2022-04-11T07:47:56.047Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:47:56.047Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Service Demo_pNF_BXWiFFxTFnp9sh09v1GI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:47:56.047Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Node template pNF b0608c1f-68fe 0 is matching search criteria
2022-04-11T07:47:56.048Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Search for entities recursively
2022-04-11T07:47:56.048Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Found topology templates [pNF b0608c1f-68fe 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:47:56.048Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:47:56.048Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Service Demo_pNF_BXWiFFxTFnp9sh09v1GI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:47:56.048Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Node template pNF b0608c1f-68fe 0 is matching search criteria
2022-04-11T07:47:56.049Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Search for entities recursively
2022-04-11T07:47:56.049Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Found topology templates [pNF b0608c1f-68fe 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:47:56.049Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:47:56.049Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Service Demo_pNF_BXWiFFxTFnp9sh09v1GI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:47:56.049Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:47:56.049Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Service Demo_pNF_BXWiFFxTFnp9sh09v1GI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:47:56.049Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:47:56.050Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Service Demo_pNF_BXWiFFxTFnp9sh09v1GI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:47:56.050Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:47:56.050Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Service Demo_pNF_BXWiFFxTFnp9sh09v1GI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:47:56.050Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:47:56.050Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Service Demo_pNF_BXWiFFxTFnp9sh09v1GI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:47:56.050Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_BXWiFFxTFnp9sh09v1GI
Description:catalog service description
Model UUID:ff90990e-9728-449c-b07e-0af85f8e36ce
Model Version:NULL
Model InvariantUuid:f8074e76-fa28-4544-a676-55033b5c9eda
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T07:47:56.060Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 415cb936-3f71-40d5-9777-4620111d579c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:47:56.063Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||pNF b0608c1f-68fe 0
2022-04-11T07:47:56.063Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 415cb936-3f71-40d5-9777-4620111d579c
2022-04-11T07:47:56.064Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||No resources found for Service: ff90990e-9728-449c-b07e-0af85f8e36ce
2022-04-11T07:47:56.064Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Preparing to deploy Service: ff90990e-9728-449c-b07e-0af85f8e36ce
2022-04-11T07:47:56.064Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b0608c1f-68fe 0 415cb936-3f71-40d5-9777-4620111d579c ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:47:56.069Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ca36ec2, org.onap.sdc.toscaparser.api.parameters.Input@6a7dd461, org.onap.sdc.toscaparser.api.parameters.Input@3bcfb3d6, org.onap.sdc.toscaparser.api.parameters.Input@4ed12e22, org.onap.sdc.toscaparser.api.parameters.Input@69238c44]
2022-04-11T07:47:56.069Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:47:56.070Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Service Demo_pNF_BXWiFFxTFnp9sh09v1GI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:47:56.070Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500|| resourceSeq for service uuid ff90990e-9728-449c-b07e-0af85f8e36ce: pNF b0608c1f-68fe
2022-04-11T07:47:56.071Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||Processing PNF resource: 415cb936-3f71-40d5-9777-4620111d579c
2022-04-11T07:47:56.071Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:47:56.071Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Service Demo_pNF_BXWiFFxTFnp9sh09v1GI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:47:56.071Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||Resource customization UUID: b8385fb8-3805-472d-87d9-acecc245760a is the same as notified resource customizationUUID: b8385fb8-3805-472d-87d9-acecc245760a
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-11T07:47:56.125Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b0608c1f-68fe 415cb936-3f71-40d5-9777-4620111d579c 0 ASDC deployResourceStructure
2022-04-11T07:47:56.126Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar ASDC sendASDCNotification
2022-04-11T07:47:56.126Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar
2022-04-11T07:47:56.126Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:47:56.126Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:47:56.129Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:47:56.129Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||try to send status {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663276126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:47:56.229Z||pool-246-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:47:56.229Z||pool-246-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:47:56.229Z||pool-246-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:47:56.240Z||pool-246-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:47:56.240Z||pool-246-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:47:57.130Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7fdc6924-d0f7-43fb-a826-e511ccf6322a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:47:57.138Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7fdc6924-d0f7-43fb-a826-e511ccf6322a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:47:57.140Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:47:57.140Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:47:57.140Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T07:48:27.141Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7fdc6924-d0f7-43fb-a826-e511ccf6322a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:48:27.149Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7fdc6924-d0f7-43fb-a826-e511ccf6322a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:48:27.151Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:48:27.151Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:48:27.151Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T07:48:44.824Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:48:44.825Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:48:44.825Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:48:44.945Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:48:44.945Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:48:44.946Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "clamp",
  "timestamp": 1649663262518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:48:44.946Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:48:57.152Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7fdc6924-d0f7-43fb-a826-e511ccf6322a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:48:57.163Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7fdc6924-d0f7-43fb-a826-e511ccf6322a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:48:57.165Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:48:57.165Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:48:57.165Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T07:49:27.166Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7fdc6924-d0f7-43fb-a826-e511ccf6322a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:49:27.175Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7fdc6924-d0f7-43fb-a826-e511ccf6322a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:49:27.177Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:49:27.177Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:49:27.177Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T07:49:44.824Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:49:44.825Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:49:44.825Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:49:45.347Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:49:45.348Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:49:45.348Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663264821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:49:45.349Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:49:45.349Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:49:45.349Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "clamp",
  "timestamp": 1649663262518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:49:45.350Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:49:45.350Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:49:45.350Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663264821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:49:45.350Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:49:45.351Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:49:45.351Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "clamp",
  "timestamp": 1649663262518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:49:45.351Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:49:45.352Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:49:45.352Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663264821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:49:45.352Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:49:45.352Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:49:45.353Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "clamp",
  "timestamp": 1649663262518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:49:45.353Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:49:45.353Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:49:45.353Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663264821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:49:45.354Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:49:45.354Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:49:45.354Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "aai-ml",
  "timestamp": 1649663268233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:49:45.354Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:49:45.355Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:49:45.355Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "clamp",
  "timestamp": 1649663262518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:49:45.355Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:49:45.355Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:49:45.356Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663264821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:49:45.356Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:49:45.356Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:49:45.356Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "aai-ml",
  "timestamp": 1649663268233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:49:45.356Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:49:45.356Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:49:45.356Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663264821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:49:45.357Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:49:45.357Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:49:45.357Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "aai-ml",
  "timestamp": 1649663268233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:49:45.357Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:49:45.357Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:49:45.357Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663264821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:49:45.358Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:49:45.358Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:49:45.358Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "aai-ml",
  "timestamp": 1649663268233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:49:45.358Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:49:45.358Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:49:45.358Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663264821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:49:45.359Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:49:45.359Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:49:45.359Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "aai-ml",
  "timestamp": 1649663268233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:49:45.359Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:49:45.360Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:49:45.360Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663273880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:49:45.360Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:49:45.360Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:49:45.361Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "aai-ml",
  "timestamp": 1649663268233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/resourceInstances/pnfb0608c1f68fe0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:49:45.361Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:49:45.361Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:49:45.362Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "aai-ml",
  "timestamp": 1649663268233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:49:45.362Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:49:45.362Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:49:45.362Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "aai-ml",
  "timestamp": 1649663268233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:49:45.362Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:49:45.363Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:49:45.363Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663276126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:49:45.363Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:49:45.363Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:49:45.363Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "aai-ml",
  "timestamp": 1649663277064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:49:45.364Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:49:45.364Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:49:45.364Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "clamp",
  "timestamp": 1649663281607,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:49:45.364Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:49:45.364Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:49:45.365Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "aai-ml",
  "timestamp": 1649663283363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-11T07:49:45.365Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:49:45.365Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:49:45.365Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "clamp",
  "timestamp": 1649663284614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBxwiffxtfnp9sh09v1gi/1.0/artifacts/service-DemoPnfBxwiffxtfnp9sh09v1gi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:49:45.365Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:49:45.365Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:49:45.366Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "aai-ml",
  "timestamp": 1649663284368,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:49:45.374Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 7fdc6924-d0f7-43fb-a826-e511ccf6322a
2022-04-11T07:49:45.374Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 7fdc6924-d0f7-43fb-a826-e511ccf6322a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:49:45.382Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:49:45.382Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "clamp",
  "timestamp": 1649663285619,
  "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-04-11T07:49:45.386Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7fdc6924-d0f7-43fb-a826-e511ccf6322a
2022-04-11T07:49:45.386Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 7fdc6924-d0f7-43fb-a826-e511ccf6322a 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-04-11T07:49:57.177Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7fdc6924-d0f7-43fb-a826-e511ccf6322a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:49:57.187Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7fdc6924-d0f7-43fb-a826-e511ccf6322a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:49:57.189Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:49:57.190Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T07:49:57.190Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T07:49:57.190Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T07:49:57.190Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T07:49:57.190Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-11T07:49:57.191Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:49:57.195Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T07:50:27.195Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 7fdc6924-d0f7-43fb-a826-e511ccf6322a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T07:50:27.201Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7fdc6924-d0f7-43fb-a826-e511ccf6322a and serviceModelVersionId: ff90990e-9728-449c-b07e-0af85f8e36ce
2022-04-11T07:50:27.201Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f8074e76-fa28-4544-a676-55033b5c9eda
2022-04-11T07:50:27.202Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0
2022-04-11T07:50:27.206Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb43cbe-6d31-4a7b-a146-8b78a8b560fe/model-vers/model-ver/c9c0163d-42cc-4579-8f2a-307bb31e6f71?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-11T07:50:27.242Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||Invoke
2022-04-11T07:50:27.242Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7fdc6924-d0f7-43fb-a826-e511ccf6322a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3846c1b8-8693-4690-9e7e-059d3a825729], X-ECOMP-RequestID=[7fdc6924-d0f7-43fb-a826-e511ccf6322a], X-TransactionId=[], X-ONAP-RequestID=[7fdc6924-d0f7-43fb-a826-e511ccf6322a], Content-Type=[application/merge-patch+json]}
2022-04-11T07:50:28.781Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||Invoke
2022-04-11T07:50:28.781Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7fdc6924-d0f7-43fb-a826-e511ccf6322a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[95fefca2-bd11-456f-ba1b-f648b9ae73ab], X-ECOMP-RequestID=[7fdc6924-d0f7-43fb-a826-e511ccf6322a], X-TransactionId=[], X-ONAP-RequestID=[7fdc6924-d0f7-43fb-a826-e511ccf6322a], Content-Type=[application/merge-patch+json]}
2022-04-11T07:50:30.317Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||Invoke
2022-04-11T07:50:30.318Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7fdc6924-d0f7-43fb-a826-e511ccf6322a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0990714e-81d9-4f31-8403-6b255dadb917], X-ECOMP-RequestID=[7fdc6924-d0f7-43fb-a826-e511ccf6322a], X-TransactionId=[], X-ONAP-RequestID=[7fdc6924-d0f7-43fb-a826-e511ccf6322a], Content-Type=[application/merge-patch+json]}
2022-04-11T07:50:31.351Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:50:31.351Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-11T07:50:31.352Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:50:31.352Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:50:31.356Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-11T07:50:31.356Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7fdc6924-d0f7-43fb-a826-e511ccf6322a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:50:31.356Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-11T07:50:31.356Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:50:31.358Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:50:31.358Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||try to send status {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663431356,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T07:50:31.458Z||pool-247-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:50:31.459Z||pool-247-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:50:31.459Z||pool-247-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:50:31.474Z||pool-247-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:50:31.474Z||pool-247-thread-1|||||INFO|500||cambria reply ok (16 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-04-11T07:50:32.371Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:50:32.372Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:50:32.372Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:50:36.694Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:50:36.695Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:36.695Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"f70da5aa-962c-4d9d-bef9-e2e3575d03e0","serviceName":"vFW 2022-04-11 07-48-15","serviceVersion":"1.0","serviceUUID":"bc9f9737-ac78-4931-ba9e-f85cbbd536c2","serviceDescription":"catalog service description","serviceInvariantUUID":"b4a1adc3-c5da-4452-a22f-6ada371cfe40","resources":[{"resourceInstanceName":"vFW 610aafae-8024 0","resourceName":"vFW 610aafae-8024","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cb761383-236c-43ec-8018-f00027428f0d","resourceInvariantUUID":"2c15d91d-ef77-4eac-8741-96f924fc7629","resourceCustomizationUUID":"e0caf0a2-13ad-4d48-96f5-f6e1fa44e3d9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vf-license-model.xml","artifactChecksum":"ZjdkNDM3MjYzYjA4YzBjOWU3MGEzZjJjZDk3ZDI1MDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3377ffd9-9747-4bf9-969c-8dafdf92829b","artifactVersion":"1"},{"artifactName":"vfw610aafae80240_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vfw610aafae80240_modules.json","artifactChecksum":"MWE0ZTA1MTk0YmRmNTc0NDdhOWM1MzYyN2I2ODllODM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f5657c48-43bb-4908-ad2d-343ef4a1c107","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7ab6bddc-c84e-461e-9dea-b05db96cc14c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vendor-license-model.xml","artifactChecksum":"ODExZmE5ZTJhMDFjNjRiNjEyMjM3Y2NjMjQ1YTQ4Y2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5a4dba90-91f6-4c18-a0bb-80d0cc43131a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ad81ecd6-0d90-4149-95f3-c0638fb3d3ec","artifactVersion":"2","generatedFromUUID":"7ab6bddc-c84e-461e-9dea-b05db96cc14c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220411074815-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-template.yml","artifactChecksum":"NTRkY2JmMTFlNDQyNTI4MDI1MmU4MjIzYzIyMjFhMGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f8d918b5-6f97-4fe2-acd1-e8676c23a10b","artifactVersion":"1"},{"artifactName":"service-Vfw20220411074815-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar","artifactChecksum":"N2Y2YTU4YmVlYjQwMzFjYjVmN2U0NDMwMmIxYjQ2Njg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"862b7a8e-d932-4803-876e-894864a50a9d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T07:50:36.696Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:50:36.697Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:50:36.698Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:50:36.698Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||try to send status {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663432371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:36.798Z||pool-248-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:50:36.799Z||pool-248-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:50:36.800Z||pool-248-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:50:36.813Z||pool-248-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:50:36.813Z||pool-248-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:50:37.699Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:50:37.700Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:50:37.702Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:50:37.702Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||try to send status {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663432371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vfw610aafae80240_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:50:37.802Z||pool-249-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:50:37.803Z||pool-249-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:50:37.803Z||pool-249-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:50:37.812Z||pool-249-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:50:37.813Z||pool-249-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:50:38.704Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:50:38.705Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:50:38.707Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:50:38.707Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||try to send status {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663432371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:50:38.807Z||pool-250-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:50:38.808Z||pool-250-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:50:38.808Z||pool-250-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:50:38.818Z||pool-250-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:50:38.819Z||pool-250-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:50:39.708Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:50:39.709Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:50:39.714Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:50:39.714Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||try to send status {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663432371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:39.814Z||pool-251-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:50:39.815Z||pool-251-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:50:39.815Z||pool-251-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:50:39.832Z||pool-251-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:50:39.833Z||pool-251-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:50:40.715Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:50:40.716Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:50:40.717Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:50:40.718Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||try to send status {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663432371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-11T07:50:40.817Z||pool-252-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:50:40.818Z||pool-252-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:50:40.819Z||pool-252-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:50:40.830Z||pool-252-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:50:40.830Z||pool-252-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:50:41.718Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:50:41.719Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:50:41.721Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:50:41.721Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||try to send status {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663432371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:41.821Z||pool-253-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:50:41.822Z||pool-253-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:50:41.822Z||pool-253-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:50:41.835Z||pool-253-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:50:41.836Z||pool-253-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:50:42.722Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:50:42.722Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:50:42.725Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:50:42.725Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||try to send status {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663432371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:50:42.824Z||pool-254-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:50:42.825Z||pool-254-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:50:42.826Z||pool-254-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:50:42.837Z||pool-254-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:50:42.838Z||pool-254-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:50:43.726Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "serviceName": "vFW 2022-04-11 07-48-15",
  "serviceVersion": "1.0",
  "serviceUUID": "bc9f9737-ac78-4931-ba9e-f85cbbd536c2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b4a1adc3-c5da-4452-a22f-6ada371cfe40",
  "resources": [
    {
      "resourceInstanceName": "vFW 610aafae-8024 0",
      "resourceCustomizationUUID": "e0caf0a2-13ad-4d48-96f5-f6e1fa44e3d9",
      "resourceName": "vFW 610aafae-8024",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cb761383-236c-43ec-8018-f00027428f0d",
      "resourceInvariantUUID": "2c15d91d-ef77-4eac-8741-96f924fc7629",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw610aafae80240_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vfw610aafae80240_modules.json",
          "artifactChecksum": "MWE0ZTA1MTk0YmRmNTc0NDdhOWM1MzYyN2I2ODllODM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f5657c48-43bb-4908-ad2d-343ef4a1c107",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7ab6bddc-c84e-461e-9dea-b05db96cc14c",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ad81ecd6-0d90-4149-95f3-c0638fb3d3ec",
            "generatedFromUUID": "7ab6bddc-c84e-461e-9dea-b05db96cc14c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ad81ecd6-0d90-4149-95f3-c0638fb3d3ec",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220411074815-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar",
      "artifactChecksum": "N2Y2YTU4YmVlYjQwMzFjYjVmN2U0NDMwMmIxYjQ2Njg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "862b7a8e-d932-4803-876e-894864a50a9d"
    }
  ],
  "workloadContext": "Production"
}
2022-04-11T07:50:43.727Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T07:50:43.727Z|7fdc6924-d0f7-43fb-a826-e511ccf6322a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bc9f9737-ac78-4931-ba9e-f85cbbd536c2 ASDC
2022-04-11T07:50:43.728Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||ASDC Notification:
DistributionID:f70da5aa-962c-4d9d-bef9-e2e3575d03e0
ServiceName:vFW 2022-04-11 07-48-15
ServiceVersion:1.0
ServiceUUID:bc9f9737-ac78-4931-ba9e-f85cbbd536c2
ServiceInvariantUUID:b4a1adc3-c5da-4452-a22f-6ada371cfe40
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220411074815-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar
ArtifactUUID:862b7a8e-d932-4803-876e-894864a50a9d
ArtifactChecksum:N2Y2YTU4YmVlYjQwMzFjYjVmN2U0NDMwMmIxYjQ2Njg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 610aafae-8024 0
ResourceCustomizationUUID:e0caf0a2-13ad-4d48-96f5-f6e1fa44e3d9
ResourceInvariantUUID:2c15d91d-ef77-4eac-8741-96f924fc7629
ResourceName:vFW 610aafae-8024
ResourceType:VF
ResourceUUID:cb761383-236c-43ec-8018-f00027428f0d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw610aafae80240_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vfw610aafae80240_modules.json
ArtifactUUID:f5657c48-43bb-4908-ad2d-343ef4a1c107
ArtifactChecksum:MWE0ZTA1MTk0YmRmNTc0NDdhOWM1MzYyN2I2ODllODM=
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/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.yaml
ArtifactUUID:7ab6bddc-c84e-461e-9dea-b05db96cc14c
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.env
ArtifactUUID:ad81ecd6-0d90-4149-95f3-c0638fb3d3ec
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.env
ArtifactUUID:ad81ecd6-0d90-4149-95f3-c0638fb3d3ec
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-11T07:50:43.729Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bc9f9737-ac78-4931-ba9e-f85cbbd536c2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:50:43.776Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:50:43.777Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:50:43.777Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:50:43.778Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||Trying to download the artifact UUID: 862b7a8e-d932-4803-876e-894864a50a9d from URL: /sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar
2022-04-11T07:50:43.778Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:50:43.781Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar
2022-04-11T07:50:44.031Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:50:44.035Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar 862b7a8e-d932-4803-876e-894864a50a9d 98934
2022-04-11T07:50:44.036Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar ASDC sendASDCNotification
2022-04-11T07:50:44.036Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar
2022-04-11T07:50:44.036Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:50:44.036Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:50:44.038Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:50:44.038Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||try to send status {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663444036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:50:44.138Z||pool-255-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:50:44.139Z||pool-255-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:50:44.139Z||pool-255-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:50:44.154Z||pool-255-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:50:44.154Z||pool-255-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:50:44.824Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:50:44.825Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:50:44.825Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:50:45.039Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:50:45.040Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:50:45.040Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||Trying to write artifact UUID: 862b7a8e-d932-4803-876e-894864a50a9d, URL: /sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar to file: /app/ASDC/1/service-Vfw20220411074815-csar.csar
2022-04-11T07:50:45.041Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220411074815-csar.csar
2022-04-11T07:50:45.041Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220411074815-csar.csar
2022-04-11T07:50:45.041Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220411074815-csar.csar
2022-04-11T07:50:45.228Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12628663819105704074/Definitions/service-Vfw20220411074815-template.yml
2022-04-11T07:50:45.474Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:50:45.475Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.475Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649663405101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.476Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.476Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.476Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "policy-id",
  "timestamp": 1649663403889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.476Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.476Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.476Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "cds",
  "timestamp": 1649663407158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.477Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.477Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.477Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649663405101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vfw610aafae80240_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.477Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.477Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.477Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "policy-id",
  "timestamp": 1649663403889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vfw610aafae80240_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.477Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.477Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.477Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "cds",
  "timestamp": 1649663407158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vfw610aafae80240_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.477Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.477Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.477Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649663405101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.477Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.478Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.478Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "policy-id",
  "timestamp": 1649663403889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:50:45.478Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.478Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.479Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "cds",
  "timestamp": 1649663407158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.479Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.479Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.479Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649663405101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.479Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.479Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.480Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "policy-id",
  "timestamp": 1649663403889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.480Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.480Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.480Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "cds",
  "timestamp": 1649663407158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.480Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.480Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.480Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649663405101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.481Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.481Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.481Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "policy-id",
  "timestamp": 1649663403889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.481Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.481Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.481Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649663409961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.481Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.481Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.482Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "cds",
  "timestamp": 1649663407158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.482Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.482Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.482Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649663405101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.482Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.482Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.482Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "policy-id",
  "timestamp": 1649663403889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.483Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.483Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.483Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649663409961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vfw610aafae80240_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:50:45.483Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.483Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.483Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "cds",
  "timestamp": 1649663407158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.483Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.483Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.483Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649663405101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.483Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.483Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.483Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "policy-id",
  "timestamp": 1649663403889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:50:45.484Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.484Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.484Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "clamp",
  "timestamp": 1649663412518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.484Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.484Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.484Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649663409961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:50:45.484Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.485Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.485Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "cds",
  "timestamp": 1649663407158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:50:45.485Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.485Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.485Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "policy-id",
  "timestamp": 1649663413820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:50:45.485Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:50:45.485Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.485Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "clamp",
  "timestamp": 1649663412518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vfw610aafae80240_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:50:45.486Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.486Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.486Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649663409961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.486Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.486Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.486Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "cds",
  "timestamp": 1649663415086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:50:45.486Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:50:45.486Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.487Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "policy-id",
  "timestamp": 1649663414824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:50:45.487Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:50:45.487Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.487Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "clamp",
  "timestamp": 1649663412518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.487Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.487Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.487Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649663409961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-11T07:50:45.487Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.487Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.487Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "cds",
  "timestamp": 1649663416105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:50:45.504Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f70da5aa-962c-4d9d-bef9-e2e3575d03e0
2022-04-11T07:50:45.504Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId f70da5aa-962c-4d9d-bef9-e2e3575d03e0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:50:45.540Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.540Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "policy-id",
  "timestamp": 1649663415826,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:50:45.545Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f70da5aa-962c-4d9d-bef9-e2e3575d03e0
2022-04-11T07:50:45.545Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId f70da5aa-962c-4d9d-bef9-e2e3575d03e0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:50:45.557Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.557Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "clamp",
  "timestamp": 1649663412518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.558Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.558Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.558Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649663409961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.558Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.559Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.559Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "clamp",
  "timestamp": 1649663412518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.559Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.559Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.559Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649663409961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:50:45.560Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.560Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.560Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "clamp",
  "timestamp": 1649663412518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.560Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.561Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.561Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649663417792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vfw610aafae80240_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:50:45.561Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:50:45.561Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.561Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "clamp",
  "timestamp": 1649663412518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:50:45.561Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.561Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.561Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "aai-ml",
  "timestamp": 1649663418233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.561Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.561Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.561Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649663419005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:50:45.562Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:50:45.562Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.562Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "aai-ml",
  "timestamp": 1649663418233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vfw610aafae80240_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.562Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.562Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.562Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649663420189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:50:45.562Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:50:45.562Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.562Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "aai-ml",
  "timestamp": 1649663418233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.562Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.562Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.562Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649663421213,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:50:45.567Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f70da5aa-962c-4d9d-bef9-e2e3575d03e0
2022-04-11T07:50:45.567Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId f70da5aa-962c-4d9d-bef9-e2e3575d03e0 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-04-11T07:50:45.572Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.572Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "aai-ml",
  "timestamp": 1649663418233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.572Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.573Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.573Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649663422216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vfw610aafae80240_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T07:50:45.573Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:50:45.573Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.573Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "aai-ml",
  "timestamp": 1649663418233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.573Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.573Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.573Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "aai-ml",
  "timestamp": 1649663418233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.573Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.573Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.573Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649663424718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.573Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.573Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.574Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "aai-ml",
  "timestamp": 1649663418233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:50:45.574Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.574Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.574Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649663424718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vfw610aafae80240_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.574Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.574Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.574Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649663424718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.575Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.575Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.575Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "aai-ml",
  "timestamp": 1649663426160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:50:45.575Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:50:45.575Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.575Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649663424718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.575Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.575Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.575Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649663424718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.575Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.575Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.576Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649663424718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.576Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.576Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.576Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649663424718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:50:45.576Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.576Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.576Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649663432480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:50:45.577Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:50:45.577Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.577Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7fdc6924-d0f7-43fb-a826-e511ccf6322a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663431356,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T07:50:45.577Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:50:45.577Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.577Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "clamp",
  "timestamp": 1649663432636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:50:45.577Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:50:45.578Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.578Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "clamp",
  "timestamp": 1649663435639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:50:45.578Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:50:45.578Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.578Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649663436279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:50:45.578Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:50:45.579Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.579Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "clamp",
  "timestamp": 1649663436646,
  "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-04-11T07:50:45.583Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f70da5aa-962c-4d9d-bef9-e2e3575d03e0
2022-04-11T07:50:45.583Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId f70da5aa-962c-4d9d-bef9-e2e3575d03e0 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-04-11T07:50:45.589Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.590Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649663437284,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:50:45.593Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f70da5aa-962c-4d9d-bef9-e2e3575d03e0
2022-04-11T07:50:45.594Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId f70da5aa-962c-4d9d-bef9-e2e3575d03e0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:50:45.600Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.600Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663432371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.600Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.601Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.601Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "aai-ml",
  "timestamp": 1649663436801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-11T07:50:45.601Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:50:45.601Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.601Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663432371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vfw610aafae80240_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T07:50:45.601Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.601Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.602Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "aai-ml",
  "timestamp": 1649663437805,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:50:45.606Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f70da5aa-962c-4d9d-bef9-e2e3575d03e0
2022-04-11T07:50:45.606Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId f70da5aa-962c-4d9d-bef9-e2e3575d03e0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:50:45.614Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.614Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663432371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T07:50:45.614Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.615Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.615Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663432371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.615Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.615Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.615Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663432371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-11T07:50:45.616Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.616Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.616Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663432371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:50:45.616Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.616Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.616Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663432371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:50:45.616Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T07:50:45.616Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T07:50:45.616Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663444036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:50:45.617Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-04-11T07:50:47.475Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-11T07:50:47.476Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|WARN|500||####################################################################################################
2022-04-11T07:50:47.476Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220411074815-csar.csar
2022-04-11T07:50:47.476Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-11T07:50:47.476Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|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-Vfw20220411074815-csar.csar
2022-04-11T07:50:47.477Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|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-Vfw20220411074815-csar.csar
2022-04-11T07:50:47.477Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|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-Vfw20220411074815-csar.csar
2022-04-11T07:50:47.477Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220411074815-csar.csar
2022-04-11T07:50:47.477Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220411074815-csar.csar
2022-04-11T07:50:47.477Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|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-Vfw20220411074815-csar.csar
2022-04-11T07:50:47.477Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|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-Vfw20220411074815-csar.csar
2022-04-11T07:50:47.477Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|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-Vfw20220411074815-csar.csar
2022-04-11T07:50:47.478Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220411074815-csar.csar
2022-04-11T07:50:47.478Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|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-Vfw20220411074815-csar.csar
2022-04-11T07:50:47.478Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220411074815-csar.csar
2022-04-11T07:50:47.478Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|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-Vfw20220411074815-csar.csar
2022-04-11T07:50:47.478Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 610aafae-8024 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-Vfw20220411074815-csar.csar
2022-04-11T07:50:47.478Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|WARN|500||####################################################################################################
2022-04-11T07:50:47.478Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:47.479Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Service vFW 2022-04-11 07-48-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:50:47.479Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vFW 610aafae-8024 0 is matching search criteria
2022-04-11T07:50:47.479Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Search for entities recursively
2022-04-11T07:50:47.479Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Found topology templates [vFW 610aafae-8024 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:50:47.479Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:47.480Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Service vFW 2022-04-11 07-48-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:50:47.480Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vFW 610aafae-8024 0 is matching search criteria
2022-04-11T07:50:47.480Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Search for entities recursively
2022-04-11T07:50:47.480Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Found topology templates [vFW 610aafae-8024 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:50:47.480Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:47.480Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Service vFW 2022-04-11 07-48-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:50:47.481Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:47.481Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vFW 610aafae-8024 0 is not matching search criteria
2022-04-11T07:50:47.481Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:50:47.481Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:50:47.481Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:50:47.481Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:50:47.482Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:50:47.482Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:50:47.482Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:50:47.482Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:50:47.482Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:50:47.482Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:50:47.482Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:50:47.483Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:50:47.483Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:50:47.483Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:50:47.483Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:50:47.483Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-11T07:50:47.483Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:47.484Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Service vFW 2022-04-11 07-48-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T07:50:47.484Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:47.484Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vFW 610aafae-8024 0 is matching search criteria
2022-04-11T07:50:47.484Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Found topology templates [vFW 610aafae-8024 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:50:47.485Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:47.485Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vFW 610aafae-8024 0 is matching search criteria
2022-04-11T07:50:47.485Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Found topology templates [vFW 610aafae-8024 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:50:47.485Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:47.485Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vFW 610aafae-8024 0 is matching search criteria
2022-04-11T07:50:47.485Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Found topology templates [vFW 610aafae-8024 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:50:47.486Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:47.486Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vFW 610aafae-8024 0 is not matching search criteria
2022-04-11T07:50:47.486Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:50:47.486Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:50:47.486Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-11T07:50:47.486Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:50:47.487Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:50:47.487Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:50:47.487Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:50:47.487Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:50:47.487Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:50:47.487Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:50:47.487Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:50:47.488Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=eb885087-5b76-4244-bb21-76c4f103ab1b
2022-04-11T07:50:47.488Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:47.488Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vFW 610aafae-8024 0 is not matching search criteria
2022-04-11T07:50:47.488Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:50:47.488Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:50:47.488Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:50:47.489Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:50:47.489Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:50:47.489Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:50:47.489Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:50:47.489Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-11T07:50:47.489Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:50:47.489Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:50:47.490Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:50:47.490Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:50:47.490Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f4a2c060-4db2-4b8c-8e51-bd95e3606a1b
2022-04-11T07:50:47.490Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:47.490Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vFW 610aafae-8024 0 is not matching search criteria
2022-04-11T07:50:47.490Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:50:47.491Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:50:47.491Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:50:47.491Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:50:47.491Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:50:47.491Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:50:47.491Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:50:47.492Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:50:47.492Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:50:47.492Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:50:47.492Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:50:47.492Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-11T07:50:47.492Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a87bc050-e4ae-4f94-ba4d-1e26aadba508
2022-04-11T07:50:47.493Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:47.493Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Service vFW 2022-04-11 07-48-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:50:47.493Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:47.493Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Service vFW 2022-04-11 07-48-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:50:47.493Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:47.493Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Service vFW 2022-04-11 07-48-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:50:47.493Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:47.494Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Service vFW 2022-04-11 07-48-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:50:47.494Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-11 07-48-15
Description:catalog service description
Model UUID:bc9f9737-ac78-4931-ba9e-f85cbbd536c2
Model Version:NULL
Model InvariantUuid:b4a1adc3-c5da-4452-a22f-6ada371cfe40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 610aafae-8024
Model UUID:7d0d2efd-436f-4957-9e09-86ed733e9cd7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2c15d91d-ef77-4eac-8741-96f924fc7629
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e0caf0a2-13ad-4d48-96f5-f6e1fa44e3d9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:956b147e-07d3-4294-8e46-4c469a80e1d9
ModelName:Vfw610aafae8024..base_vfw..module-0
ModelUuid:832848e3-b096-4eb1-9a39-439b1032136d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:eb885087-5b76-4244-bb21-76c4f103ab1b
ModelInvariantUuid:3ac66e44-4b84-43b7-a119-397b96222109
ModelName:vFW 610aafae-8024-nodes.vfwCvfc
ModelUuid:49312502-80f9-4608-aa6e-e1a2ee8150f0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:0f386587-a534-4b0a-b96f-83127b201bcb
ModelInvariantUuid:59b56cab-8df9-40b7-869b-a282677f2e2b
ModelName:Vfw610aafae8024.compute.nodes.heat.vfw
ModelUuid:d6835b46-5527-4020-a2da-f091fe2ad8ca
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f4a2c060-4db2-4b8c-8e51-bd95e3606a1b
ModelInvariantUuid:307e8673-b449-41ec-90af-07d956379cb8
ModelName:vFW 610aafae-8024-nodes.vsnCvfc
ModelUuid:49953abf-b89b-4b9c-9a72-928aa0cea740
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:05da6c76-699f-4ab4-8a31-1c0ced9cfa83
ModelInvariantUuid:e246293e-4738-4d23-9517-5fa48ceb88b9
ModelName:Vfw610aafae8024.compute.nodes.heat.vsn
ModelUuid:252edd78-875b-4cb8-81b0-4cca8efde866
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a87bc050-e4ae-4f94-ba4d-1e26aadba508
ModelInvariantUuid:2d0ad71c-da86-43a7-8007-dcb18aa10cd1
ModelName:vFW 610aafae-8024-nodes.vpgCvfc
ModelUuid:22cfa6e7-08ac-48e1-b9cc-97824186264b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:5cdbe810-e20b-4992-b988-a5c3c40f1256
ModelInvariantUuid:c0802b19-2a3f-4d88-bec6-06a179d4b54f
ModelName:Vfw610aafae8024.compute.nodes.heat.vpg
ModelUuid:cb6ade67-b34c-4af1-8e98-1de3eaf57f94
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T07:50:47.499Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: cb761383-236c-43ec-8018-f00027428f0d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:50:47.513Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||vFW 610aafae-8024 0
2022-04-11T07:50:47.513Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: cb761383-236c-43ec-8018-f00027428f0d
2022-04-11T07:50:47.513Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||Trying to download the artifact UUID: f5657c48-43bb-4908-ad2d-343ef4a1c107 from URL: /sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vfw610aafae80240_modules.json
2022-04-11T07:50:47.513Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:50:47.514Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vfw610aafae80240_modules.json
2022-04-11T07:50:47.694Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:50:47.695Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vfw610aafae80240_modules.json f5657c48-43bb-4908-ad2d-343ef4a1c107 785
2022-04-11T07:50:47.695Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vfw610aafae80240_modules.json ASDC sendASDCNotification
2022-04-11T07:50:47.695Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vfw610aafae80240_modules.json
2022-04-11T07:50:47.695Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:50:47.695Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:50:47.698Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:50:47.698Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||try to send status {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663447695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vfw610aafae80240_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:50:47.798Z||pool-256-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:50:47.798Z||pool-256-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:50:47.799Z||pool-256-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:50:47.808Z||pool-256-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:50:47.809Z||pool-256-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:50:48.698Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw610aafae8024..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "956b147e-07d3-4294-8e46-4c469a80e1d9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "832848e3-b096-4eb1-9a39-439b1032136d",
    "vfModuleModelCustomizationUUID": "b5009376-c202-4ecb-b5c5-5562f57143f6",
    "isBase": true,
    "artifacts": [
      "7ab6bddc-c84e-461e-9dea-b05db96cc14c",
      "ad81ecd6-0d90-4149-95f3-c0638fb3d3ec"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T07:50:48.704Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw610aafae8024..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:832848e3-b096-4eb1-9a39-439b1032136d
VfModuleModelInvariantUUID:956b147e-07d3-4294-8e46-4c469a80e1d9
VfModuleModelDescription:NULL
Artifacts UUID List:{
7ab6bddc-c84e-461e-9dea-b05db96cc14c
,
ad81ecd6-0d90-4149-95f3-c0638fb3d3ec

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

isBase:true


}

2022-04-11T07:50:48.705Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw610aafae8024..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "956b147e-07d3-4294-8e46-4c469a80e1d9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "832848e3-b096-4eb1-9a39-439b1032136d",
    "vfModuleModelCustomizationUUID": "b5009376-c202-4ecb-b5c5-5562f57143f6",
    "isBase": true,
    "artifacts": [
      "7ab6bddc-c84e-461e-9dea-b05db96cc14c",
      "ad81ecd6-0d90-4149-95f3-c0638fb3d3ec"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T07:50:48.706Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw610aafae8024..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:832848e3-b096-4eb1-9a39-439b1032136d
VfModuleModelInvariantUUID:956b147e-07d3-4294-8e46-4c469a80e1d9
VfModuleModelDescription:NULL
Artifacts UUID List:{
7ab6bddc-c84e-461e-9dea-b05db96cc14c
,
ad81ecd6-0d90-4149-95f3-c0638fb3d3ec

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

isBase:true


}

2022-04-11T07:50:48.706Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||Trying to download the artifact UUID: 7ab6bddc-c84e-461e-9dea-b05db96cc14c from URL: /sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.yaml
2022-04-11T07:50:48.706Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:50:48.706Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.yaml
2022-04-11T07:50:48.794Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:50:48.795Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.yaml 7ab6bddc-c84e-461e-9dea-b05db96cc14c 20368
2022-04-11T07:50:48.795Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-11T07:50:48.795Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.yaml
2022-04-11T07:50:48.796Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:50:48.796Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:50:48.798Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:50:48.798Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||try to send status {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663448795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:50:48.898Z||pool-257-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:50:48.899Z||pool-257-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:50:48.899Z||pool-257-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:50:48.910Z||pool-257-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:50:48.911Z||pool-257-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:50:49.799Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||Trying to download the artifact UUID: ad81ecd6-0d90-4149-95f3-c0638fb3d3ec from URL: /sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.env
2022-04-11T07:50:49.800Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:50:49.801Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.env
2022-04-11T07:50:49.978Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:50:49.979Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.env ad81ecd6-0d90-4149-95f3-c0638fb3d3ec 2098
2022-04-11T07:50:49.979Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-11T07:50:49.979Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.env
2022-04-11T07:50:49.980Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:50:49.980Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:50:49.983Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:50:49.984Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||try to send status {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663449979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:50:50.083Z||pool-258-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:50:50.085Z||pool-258-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:50:50.085Z||pool-258-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:50:50.099Z||pool-258-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:50:50.100Z||pool-258-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:50:50.985Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Preparing to deploy Service: bc9f9737-ac78-4931-ba9e-f85cbbd536c2
2022-04-11T07:50:50.986Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 610aafae-8024 0 cb761383-236c-43ec-8018-f00027428f0d ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:50:51.009Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5249bb40, org.onap.sdc.toscaparser.api.parameters.Input@180d312a, org.onap.sdc.toscaparser.api.parameters.Input@723856d8, org.onap.sdc.toscaparser.api.parameters.Input@3a1d6d79, org.onap.sdc.toscaparser.api.parameters.Input@259152c1]
2022-04-11T07:50:51.011Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:51.011Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Service vFW 2022-04-11 07-48-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:50:51.011Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||VF Category is: Generic 
2022-04-11T07:50:51.011Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||VFCustomizationUUID= e0caf0a2-13ad-4d48-96f5-f6e1fa44e3d9
2022-04-11T07:50:51.012Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e0caf0a2-13ad-4d48-96f5-f6e1fa44e3d9 matches Tosca VF Customization UUID: e0caf0a2-13ad-4d48-96f5-f6e1fa44e3d9
2022-04-11T07:50:51.012Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||vfCustomizationUUID: e0caf0a2-13ad-4d48-96f5-f6e1fa44e3d9  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-11T07:50:51.015Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:51.015Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Service vFW 2022-04-11 07-48-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:50:51.016Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||resource request for resource customization id e0caf0a2-13ad-4d48-96f5-f6e1fa44e3d9: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-11T07:50:51.016Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@357d7ead
2022-04-11T07:50:51.016Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:51.016Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Service vFW 2022-04-11 07-48-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T07:50:51.017Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b5009376-c202-4ecb-b5c5-5562f57143f6
2022-04-11T07:50:51.017Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b5009376-c202-4ecb-b5c5-5562f57143f6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-11T07:50:51.020Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:51.020Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vFW 610aafae-8024 0 is matching search criteria
2022-04-11T07:50:51.020Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Found topology templates [vFW 610aafae-8024 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:50:51.021Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:51.021Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vFW 610aafae-8024 0 is matching search criteria
2022-04-11T07:50:51.022Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Found topology templates [vFW 610aafae-8024 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:50:51.022Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:51.022Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vFW 610aafae-8024 0 is not matching search criteria
2022-04-11T07:50:51.023Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:50:51.023Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:50:51.023Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-11T07:50:51.023Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:50:51.024Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:50:51.024Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:50:51.024Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:50:51.025Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:50:51.025Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:50:51.025Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:50:51.025Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:50:51.026Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=eb885087-5b76-4244-bb21-76c4f103ab1b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T07:50:51.028Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:51.028Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vFW 610aafae-8024 0 is matching search criteria
2022-04-11T07:50:51.029Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Found topology templates [vFW 610aafae-8024 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:50:51.030Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:51.030Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vFW 610aafae-8024 0 is not matching search criteria
2022-04-11T07:50:51.030Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:50:51.031Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:50:51.031Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:50:51.031Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:50:51.031Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:50:51.032Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:50:51.032Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:50:51.032Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-11T07:50:51.033Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:50:51.033Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:50:51.033Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:50:51.034Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:50:51.034Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f4a2c060-4db2-4b8c-8e51-bd95e3606a1b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T07:50:51.037Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:51.037Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vFW 610aafae-8024 0 is matching search criteria
2022-04-11T07:50:51.037Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Found topology templates [vFW 610aafae-8024 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:50:51.038Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:51.038Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vFW 610aafae-8024 0 is not matching search criteria
2022-04-11T07:50:51.038Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:50:51.039Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:50:51.039Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:50:51.040Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:50:51.040Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:50:51.040Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:50:51.041Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:50:51.041Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:50:51.041Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:50:51.042Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:50:51.042Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:50:51.042Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-11T07:50:51.042Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a87bc050-e4ae-4f94-ba4d-1e26aadba508
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T07:50:51.049Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:51.049Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vFW 610aafae-8024 0 is matching search criteria
2022-04-11T07:50:51.050Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Found topology templates [vFW 610aafae-8024 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:50:51.051Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:51.051Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Node template vFW 610aafae-8024 0 is matching search criteria
2022-04-11T07:50:51.052Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Found topology templates [vFW 610aafae-8024 0] matching following query criteria: sdcType=VF, customizationUUID=e0caf0a2-13ad-4d48-96f5-f6e1fa44e3d9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:50:51.055Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:51.055Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Service vFW 2022-04-11 07-48-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:50:51.055Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500|| resourceSeq for service uuid bc9f9737-ac78-4931-ba9e-f85cbbd536c2: vFW 610aafae-8024
2022-04-11T07:50:51.055Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:51.056Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Service vFW 2022-04-11 07-48-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:50:51.056Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:51.056Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Service vFW 2022-04-11 07-48-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:50:51.057Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:51.057Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Service vFW 2022-04-11 07-48-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:50:51.057Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:51.058Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Service vFW 2022-04-11 07-48-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:50:51.058Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:50:51.058Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Service vFW 2022-04-11 07-48-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:50:51.058Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||Saving Service: vFW 2022-04-11 07-48-15 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:50:51.239Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 610aafae-8024 cb761383-236c-43ec-8018-f00027428f0d 1 ASDC deployResourceStructure
2022-04-11T07:50:51.239Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vfw610aafae80240_modules.json ASDC sendASDCNotification
2022-04-11T07:50:51.239Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vfw610aafae80240_modules.json
2022-04-11T07:50:51.239Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:50:51.240Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:50:51.242Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:50:51.242Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||try to send status {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663451239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vfw610aafae80240_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T07:50:51.342Z||pool-259-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:50:51.343Z||pool-259-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:50:51.343Z||pool-259-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:50:51.357Z||pool-259-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:50:51.357Z||pool-259-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:50:52.243Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-11T07:50:52.244Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.yaml
2022-04-11T07:50:52.244Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:50:52.244Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:50:52.246Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:50:52.246Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||try to send status {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663452243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T07:50:52.346Z||pool-260-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:50:52.347Z||pool-260-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:50:52.347Z||pool-260-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:50:52.359Z||pool-260-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:50:52.359Z||pool-260-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:50:53.247Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-11T07:50:53.248Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.env
2022-04-11T07:50:53.248Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:50:53.248Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:50:53.250Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:50:53.251Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||try to send status {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663453247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-11T07:50:53.350Z||pool-261-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:50:53.351Z||pool-261-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:50:53.352Z||pool-261-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:50:53.363Z||pool-261-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:50:53.363Z||pool-261-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:50:54.252Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar ASDC sendASDCNotification
2022-04-11T07:50:54.252Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar
2022-04-11T07:50:54.252Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:50:54.253Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:50:54.255Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:50:54.255Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||try to send status {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663454252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:50:54.355Z||pool-262-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:50:54.356Z||pool-262-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:50:54.356Z||pool-262-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:50:54.367Z||pool-262-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:50:54.368Z||pool-262-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:50:55.256Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f70da5aa-962c-4d9d-bef9-e2e3575d03e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:50:55.267Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f70da5aa-962c-4d9d-bef9-e2e3575d03e0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:50:55.268Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:50:55.268Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T07:50:55.268Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T07:50:55.268Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T07:50:55.268Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-11T07:50:55.269Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:50:55.272Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T07:51:25.273Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: f70da5aa-962c-4d9d-bef9-e2e3575d03e0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T07:51:25.279Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f70da5aa-962c-4d9d-bef9-e2e3575d03e0 and serviceModelVersionId: bc9f9737-ac78-4931-ba9e-f85cbbd536c2
2022-04-11T07:51:25.279Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b4a1adc3-c5da-4452-a22f-6ada371cfe40
2022-04-11T07:51:25.280Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0
2022-04-11T07:51:25.285Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8074e76-fa28-4544-a676-55033b5c9eda/model-vers/model-ver/ff90990e-9728-449c-b07e-0af85f8e36ce?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-11T07:51:25.317Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|INFO|500||Invoke
2022-04-11T07:51:25.318Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f70da5aa-962c-4d9d-bef9-e2e3575d03e0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c8bc166b-7ce0-4dfd-b14d-75d20ac3752a], X-ECOMP-RequestID=[f70da5aa-962c-4d9d-bef9-e2e3575d03e0], X-TransactionId=[], X-ONAP-RequestID=[f70da5aa-962c-4d9d-bef9-e2e3575d03e0], Content-Type=[application/merge-patch+json]}
2022-04-11T07:51:26.861Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|INFO|500||Invoke
2022-04-11T07:51:26.862Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f70da5aa-962c-4d9d-bef9-e2e3575d03e0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[af17478a-c0b7-4b65-8ad6-193ddb809a02], X-ECOMP-RequestID=[f70da5aa-962c-4d9d-bef9-e2e3575d03e0], X-TransactionId=[], X-ONAP-RequestID=[f70da5aa-962c-4d9d-bef9-e2e3575d03e0], Content-Type=[application/merge-patch+json]}
2022-04-11T07:51:28.399Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|INFO|500||Invoke
2022-04-11T07:51:28.399Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f70da5aa-962c-4d9d-bef9-e2e3575d03e0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[86aa7459-b1e2-42e6-81ac-7e86f374e56c], X-ECOMP-RequestID=[f70da5aa-962c-4d9d-bef9-e2e3575d03e0], X-TransactionId=[], X-ONAP-RequestID=[f70da5aa-962c-4d9d-bef9-e2e3575d03e0], Content-Type=[application/merge-patch+json]}
2022-04-11T07:51:29.434Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:51:29.435Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-11T07:51:29.435Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:51:29.435Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:51:29.439Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-11T07:51:29.439Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f70da5aa-962c-4d9d-bef9-e2e3575d03e0 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T07:51:29.439Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-11T07:51:29.440Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:51:29.441Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:51:29.441Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|DEBUG|500||try to send status {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663489439,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T07:51:29.541Z||pool-263-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:51:29.542Z||pool-263-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:51:29.542Z||pool-263-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:51:29.556Z||pool-263-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:51:29.556Z||pool-263-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T07:51:30.451Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:51:30.452Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:51:30.452Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:51:39.987Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:51:39.988Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:51:39.988Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:51:39.988Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:51:44.824Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:51:44.825Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:51:44.825Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:51:45.447Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:51:45.447Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:51:45.447Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663447695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vfw610aafae80240_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:51:45.448Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:51:45.448Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:51:45.448Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663448795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:51:45.448Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:51:45.448Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:51:45.448Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663449979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:51:45.449Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:51:45.449Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:51:45.449Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663451239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/vfw610aafae80240_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T07:51:45.449Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:51:45.449Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:51:45.449Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663452243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T07:51:45.449Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:51:45.449Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:51:45.449Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663453247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/resourceInstances/vfw610aafae80240/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-11T07:51:45.449Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:51:45.449Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:51:45.449Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663454252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411074815/1.0/artifacts/service-Vfw20220411074815-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:51:45.449Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:51:45.449Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T07:51:45.449Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f70da5aa-962c-4d9d-bef9-e2e3575d03e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663489439,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T07:51:45.450Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:51:49.531Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:51:49.531Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:51:49.532Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:51:49.532Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:51:59.068Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:52:44.821Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:52:44.822Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:52:44.822Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:52:44.824Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:52:44.824Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:52:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:52:54.373Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:52:54.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:53:44.821Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:53:44.821Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:53:44.822Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:53:44.824Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:53:44.825Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:53:44.825Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:53:54.366Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:53:54.367Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:54:44.821Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:54:44.822Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:54:44.822Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:54:44.824Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:54:44.825Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:54:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:54:54.377Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:54:54.377Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:55:44.821Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:55:44.822Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:55:44.822Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:55:44.824Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:55:44.824Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:55:44.824Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:55:54.370Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:55:54.370Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:56:44.821Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:56:44.822Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:56:44.822Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:56:44.824Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:56:44.824Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:56:44.824Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:56:54.364Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:56:54.364Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:57:44.821Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:57:44.823Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:57:44.823Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:57:44.825Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:57:44.826Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:57:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:57:44.951Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:57:44.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:57:44.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649663849961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:57:44.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:57:44.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:57:44.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "cds",
  "timestamp": 1649663857157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:57:44.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:57:44.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:57:44.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649663849961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:57:44.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:57:44.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:57:44.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "cds",
  "timestamp": 1649663857157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:57:44.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:57:44.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:57:44.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649663849961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:57:44.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:57:44.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:57:44.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "cds",
  "timestamp": 1649663857157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:57:44.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:57:44.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:57:44.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649663849961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:57:44.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:57:44.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:57:44.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "cds",
  "timestamp": 1649663857157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:57:44.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:57:44.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:57:44.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649663849961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:57:44.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:57:44.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:57:44.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "cds",
  "timestamp": 1649663857157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:57:44.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:57:44.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:57:44.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649663849961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:57:44.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:57:44.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:57:44.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "cds",
  "timestamp": 1649663857157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:57:44.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:57:44.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:57:44.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649663849961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:57:44.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:57:44.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:57:44.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "clamp",
  "timestamp": 1649663862518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:57:44.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:57:44.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:57:44.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "cds",
  "timestamp": 1649663857157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:57:44.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:57:44.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:57:44.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649663849961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:57:44.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:57:44.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:57:44.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "clamp",
  "timestamp": 1649663862518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:57:44.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:57:44.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:57:44.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "cds",
  "timestamp": 1649663857157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:57:44.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:57:44.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:57:44.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "policy-id",
  "timestamp": 1649663863889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:57:44.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:57:44.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:57:44.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "clamp",
  "timestamp": 1649663862518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:57:44.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:57:45.448Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:57:45.449Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||received message from topic
2022-04-11T07:57:45.449Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"218f9b80-19de-4c70-bb13-476f1349dc40","serviceName":"Demo_pNF_T7frxQ5ONQNTomHym4Xp","serviceVersion":"1.0","serviceUUID":"eb55e33a-d632-4d73-8b6d-e6f7651c4492","serviceDescription":"catalog service description","serviceInvariantUUID":"49a2f05f-505f-4c2c-ae94-85f9cbcaf76e","resources":[{"resourceInstanceName":"pNF 34aef202-b846 0","resourceName":"pNF 34aef202-b846","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4e7d2561-55b9-4005-ac47-03ad98897928","resourceInvariantUUID":"2b3b4acc-b21b-44c3-b30c-1ee19c3f4969","resourceCustomizationUUID":"78d779e5-cd8b-4e42-8547-f53ce518ed84","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/vf-license-model.xml","artifactChecksum":"ZjkzZmRkZjBhOGY2N2U2YTY5MDQzZDM0NjBlOGE5NjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"185f5ed7-d7dc-4398-88cc-29565773f045","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/pNF.csar","artifactChecksum":"YjBhYzYyMmUxN2VhOWQ0YjM0NWEzZjMzYWU3ZjMzZTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0d9a4eb3-5a0f-4ac2-a831-58a22f71349c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2d17db1-6c6f-4a0a-9bca-1acbd28dcd09","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/vendor-license-model.xml","artifactChecksum":"YWM1NzdkMDJhYzdmNDBjN2M5YzU4YmY5OTEzN2FjNTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"debfc565-0b33-410f-a3b3-c389eab19f15","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b76d20d1-5177-44c4-85ff-b64b87b9db8b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"853e0d8d-152c-4f3e-b122-18804dd4f8cf","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfT7frxq5onqntomhym4xp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-template.yml","artifactChecksum":"Y2NiZjcyMTU1NzFkMDY0NjYyNjU0ZGU5ZDczNDAwNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f61eca60-21fd-47fe-858f-5e98d612980f","artifactVersion":"1"},{"artifactName":"service-DemoPnfT7frxq5onqntomhym4xp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar","artifactChecksum":"YjRmNDQyMDQwNTFhNWVlYWM2Njg0YjgxNDMyYjViNDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d9d51cd0-1cda-46ad-a137-152d7bc83d11","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T07:57:45.452Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:57:45.453Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:57:45.459Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:57:45.459Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||try to send status {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663864821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:57:45.558Z||pool-264-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:57:45.560Z||pool-264-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:57:45.560Z||pool-264-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:57:45.571Z||pool-264-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:57:45.571Z||pool-264-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:57:46.460Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:57:46.461Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:57:46.464Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:57:46.464Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||try to send status {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663864821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:57:46.569Z||pool-265-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-11T07:57:46.570Z||pool-265-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:57:46.570Z||pool-265-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:57:46.581Z||pool-265-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:57:46.582Z||pool-265-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:57:47.465Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:57:47.466Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:57:47.468Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:57:47.468Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||try to send status {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663864821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:57:47.568Z||pool-266-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:57:47.569Z||pool-266-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:57:47.569Z||pool-266-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:57:47.581Z||pool-266-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:57:47.581Z||pool-266-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:57:48.469Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:57:48.469Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:57:48.471Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:57:48.471Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||try to send status {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663864821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:57:48.571Z||pool-267-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:57:48.572Z||pool-267-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:57:48.572Z||pool-267-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:57:48.585Z||pool-267-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:57:48.585Z||pool-267-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:57:49.472Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:57:49.473Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:57:49.475Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:57:49.475Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||try to send status {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663864821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:57:49.575Z||pool-268-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:57:49.576Z||pool-268-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:57:49.576Z||pool-268-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:57:49.587Z||pool-268-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:57:49.587Z||pool-268-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:57:50.475Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:57:50.476Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:57:50.478Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:57:50.478Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||try to send status {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663864821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:57:50.578Z||pool-269-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:57:50.579Z||pool-269-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:57:50.579Z||pool-269-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:57:50.591Z||pool-269-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:57:50.591Z||pool-269-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:57:51.479Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:57:51.480Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:57:51.482Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:57:51.482Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||try to send status {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663864821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:57:51.582Z||pool-270-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:57:51.584Z||pool-270-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:57:51.585Z||pool-270-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:57:51.610Z||pool-270-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:57:51.611Z||pool-270-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:57:52.482Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:57:52.484Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:57:52.486Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:57:52.486Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||try to send status {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663864821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T07:57:52.586Z||pool-271-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:57:52.587Z||pool-271-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:57:52.587Z||pool-271-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:57:52.598Z||pool-271-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:57:52.599Z||pool-271-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:57:53.488Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "serviceName": "Demo_pNF_T7frxQ5ONQNTomHym4Xp",
  "serviceVersion": "1.0",
  "serviceUUID": "eb55e33a-d632-4d73-8b6d-e6f7651c4492",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "49a2f05f-505f-4c2c-ae94-85f9cbcaf76e",
  "resources": [
    {
      "resourceInstanceName": "pNF 34aef202-b846 0",
      "resourceCustomizationUUID": "78d779e5-cd8b-4e42-8547-f53ce518ed84",
      "resourceName": "pNF 34aef202-b846",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4e7d2561-55b9-4005-ac47-03ad98897928",
      "resourceInvariantUUID": "2b3b4acc-b21b-44c3-b30c-1ee19c3f4969",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfT7frxq5onqntomhym4xp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar",
      "artifactChecksum": "YjRmNDQyMDQwNTFhNWVlYWM2Njg0YjgxNDMyYjViNDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d9d51cd0-1cda-46ad-a137-152d7bc83d11"
    }
  ],
  "workloadContext": "Production"
}
2022-04-11T07:57:53.489Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T07:57:53.490Z|10202fa1-eee5-43e6-bb03-cfe5d73bcca5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 eb55e33a-d632-4d73-8b6d-e6f7651c4492 ASDC
2022-04-11T07:57:53.492Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||ASDC Notification:
DistributionID:218f9b80-19de-4c70-bb13-476f1349dc40
ServiceName:Demo_pNF_T7frxQ5ONQNTomHym4Xp
ServiceVersion:1.0
ServiceUUID:eb55e33a-d632-4d73-8b6d-e6f7651c4492
ServiceInvariantUUID:49a2f05f-505f-4c2c-ae94-85f9cbcaf76e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfT7frxq5onqntomhym4xp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar
ArtifactUUID:d9d51cd0-1cda-46ad-a137-152d7bc83d11
ArtifactChecksum:YjRmNDQyMDQwNTFhNWVlYWM2Njg0YjgxNDMyYjViNDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 34aef202-b846 0
ResourceCustomizationUUID:78d779e5-cd8b-4e42-8547-f53ce518ed84
ResourceInvariantUUID:2b3b4acc-b21b-44c3-b30c-1ee19c3f4969
ResourceName:pNF 34aef202-b846
ResourceType:PNF
ResourceUUID:4e7d2561-55b9-4005-ac47-03ad98897928
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-11T07:57:53.492Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eb55e33a-d632-4d73-8b6d-e6f7651c4492 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:57:53.527Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:57:53.528Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:57:53.529Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:57:53.529Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Trying to download the artifact UUID: d9d51cd0-1cda-46ad-a137-152d7bc83d11 from URL: /sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar
2022-04-11T07:57:53.529Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||DistributionClient - download
2022-04-11T07:57:53.530Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar
2022-04-11T07:57:53.787Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T07:57:53.797Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar d9d51cd0-1cda-46ad-a137-152d7bc83d11 82649
2022-04-11T07:57:53.797Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar ASDC sendASDCNotification
2022-04-11T07:57:53.797Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar
2022-04-11T07:57:53.798Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:57:53.798Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:57:53.800Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:57:53.800Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||try to send status {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663873797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:57:53.900Z||pool-272-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:57:53.901Z||pool-272-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:57:53.901Z||pool-272-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:57:53.914Z||pool-272-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:57:53.915Z||pool-272-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:57:54.801Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:57:54.802Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||MSO config path is: /app
2022-04-11T07:57:54.802Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Trying to write artifact UUID: d9d51cd0-1cda-46ad-a137-152d7bc83d11, URL: /sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar to file: /app/ASDC/1/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar
2022-04-11T07:57:54.802Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfT7frxq5onqntomhym4xp-csar.csar
2022-04-11T07:57:54.803Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar
2022-04-11T07:57:54.803Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar
2022-04-11T07:57:55.066Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16779550892522725065/Definitions/service-DemoPnfT7frxq5onqntomhym4xp-template.yml
2022-04-11T07:57:56.160Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-11T07:57:56.160Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|WARN|500||####################################################################################################
2022-04-11T07:57:56.160Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar
2022-04-11T07:57:56.160Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-11T07:57:56.161Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|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-DemoPnfT7frxq5onqntomhym4xp-csar.csar
2022-04-11T07:57:56.161Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar
2022-04-11T07:57:56.161Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|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-DemoPnfT7frxq5onqntomhym4xp-csar.csar
2022-04-11T07:57:56.161Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|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-DemoPnfT7frxq5onqntomhym4xp-csar.csar
2022-04-11T07:57:56.161Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|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-DemoPnfT7frxq5onqntomhym4xp-csar.csar
2022-04-11T07:57:56.161Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 34aef202-b846 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-DemoPnfT7frxq5onqntomhym4xp-csar.csar
2022-04-11T07:57:56.161Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|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-DemoPnfT7frxq5onqntomhym4xp-csar.csar
2022-04-11T07:57:56.161Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|WARN|500||####################################################################################################
2022-04-11T07:57:56.162Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:57:56.162Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Service Demo_pNF_T7frxQ5ONQNTomHym4Xp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:57:56.162Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Node template pNF 34aef202-b846 0 is matching search criteria
2022-04-11T07:57:56.162Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Search for entities recursively
2022-04-11T07:57:56.163Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Found topology templates [pNF 34aef202-b846 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:57:56.163Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:57:56.163Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Service Demo_pNF_T7frxQ5ONQNTomHym4Xp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:57:56.163Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Node template pNF 34aef202-b846 0 is matching search criteria
2022-04-11T07:57:56.163Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Search for entities recursively
2022-04-11T07:57:56.163Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Found topology templates [pNF 34aef202-b846 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:57:56.164Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:57:56.164Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Service Demo_pNF_T7frxQ5ONQNTomHym4Xp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:57:56.164Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:57:56.164Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Service Demo_pNF_T7frxQ5ONQNTomHym4Xp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:57:56.164Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:57:56.164Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Service Demo_pNF_T7frxQ5ONQNTomHym4Xp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:57:56.165Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:57:56.165Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Service Demo_pNF_T7frxQ5ONQNTomHym4Xp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:57:56.165Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:57:56.165Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Service Demo_pNF_T7frxQ5ONQNTomHym4Xp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:57:56.165Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_T7frxQ5ONQNTomHym4Xp
Description:catalog service description
Model UUID:eb55e33a-d632-4d73-8b6d-e6f7651c4492
Model Version:NULL
Model InvariantUuid:49a2f05f-505f-4c2c-ae94-85f9cbcaf76e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T07:57:56.174Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 4e7d2561-55b9-4005-ac47-03ad98897928
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:57:56.179Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||pNF 34aef202-b846 0
2022-04-11T07:57:56.179Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 4e7d2561-55b9-4005-ac47-03ad98897928
2022-04-11T07:57:56.179Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||No resources found for Service: eb55e33a-d632-4d73-8b6d-e6f7651c4492
2022-04-11T07:57:56.179Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Preparing to deploy Service: eb55e33a-d632-4d73-8b6d-e6f7651c4492
2022-04-11T07:57:56.180Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 34aef202-b846 0 4e7d2561-55b9-4005-ac47-03ad98897928 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:57:56.186Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@340a7faf, org.onap.sdc.toscaparser.api.parameters.Input@5e86ef9e, org.onap.sdc.toscaparser.api.parameters.Input@6511701e, org.onap.sdc.toscaparser.api.parameters.Input@1bfe5d28, org.onap.sdc.toscaparser.api.parameters.Input@7ceeaeff]
2022-04-11T07:57:56.186Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:57:56.186Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Service Demo_pNF_T7frxQ5ONQNTomHym4Xp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:57:56.187Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500|| resourceSeq for service uuid eb55e33a-d632-4d73-8b6d-e6f7651c4492: pNF 34aef202-b846
2022-04-11T07:57:56.187Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Processing PNF resource: 4e7d2561-55b9-4005-ac47-03ad98897928
2022-04-11T07:57:56.188Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T07:57:56.188Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Service Demo_pNF_T7frxQ5ONQNTomHym4Xp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:57:56.188Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||Resource customization UUID: 78d779e5-cd8b-4e42-8547-f53ce518ed84 is the same as notified resource customizationUUID: 78d779e5-cd8b-4e42-8547-f53ce518ed84
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-11T07:57:56.225Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 34aef202-b846 4e7d2561-55b9-4005-ac47-03ad98897928 0 ASDC deployResourceStructure
2022-04-11T07:57:56.226Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar ASDC sendASDCNotification
2022-04-11T07:57:56.226Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar
2022-04-11T07:57:56.226Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T07:57:56.226Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T07:57:56.228Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:57:56.228Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||try to send status {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663876226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T07:57:56.328Z||pool-273-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:57:56.329Z||pool-273-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:57:56.329Z||pool-273-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:57:56.348Z||pool-273-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:57:56.349Z||pool-273-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:57:57.229Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 218f9b80-19de-4c70-bb13-476f1349dc40
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:57:57.240Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 218f9b80-19de-4c70-bb13-476f1349dc40
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:57:57.242Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:57:57.242Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:57:57.242Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T07:58:27.243Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 218f9b80-19de-4c70-bb13-476f1349dc40
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:58:27.253Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 218f9b80-19de-4c70-bb13-476f1349dc40
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:58:27.254Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:58:27.254Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:58:27.255Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T07:58:44.824Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:58:44.825Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:58:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:58:44.851Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:58:44.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:58:44.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "policy-id",
  "timestamp": 1649663863889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T07:58:44.853Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T07:58:57.255Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 218f9b80-19de-4c70-bb13-476f1349dc40
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:58:57.264Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 218f9b80-19de-4c70-bb13-476f1349dc40
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:58:57.265Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:58:57.265Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:58:57.265Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T07:59:27.265Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 218f9b80-19de-4c70-bb13-476f1349dc40
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:59:27.274Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 218f9b80-19de-4c70-bb13-476f1349dc40
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:59:27.276Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:59:27.276Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:59:27.276Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T07:59:44.824Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:59:44.825Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:59:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:59:44.853Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T07:59:44.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T07:59:44.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "cds",
  "timestamp": 1649663866120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T07:59:44.855Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:59:57.276Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 218f9b80-19de-4c70-bb13-476f1349dc40
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:59:57.295Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 218f9b80-19de-4c70-bb13-476f1349dc40
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T07:59:57.296Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T07:59:57.296Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T07:59:57.297Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T08:00:27.297Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 218f9b80-19de-4c70-bb13-476f1349dc40
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T08:00:27.306Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 218f9b80-19de-4c70-bb13-476f1349dc40
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T08:00:27.308Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T08:00:27.308Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T08:00:27.308Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T08:00:44.824Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:00:44.825Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:00:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T08:00:45.349Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:00:45.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "clamp",
  "timestamp": 1649663862518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663864821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "policy-id",
  "timestamp": 1649663863889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649663865100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "cds",
  "timestamp": 1649663867128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T08:00:45.359Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 218f9b80-19de-4c70-bb13-476f1349dc40
2022-04-11T08:00:45.359Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 218f9b80-19de-4c70-bb13-476f1349dc40 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T08:00:45.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "clamp",
  "timestamp": 1649663862518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663864821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.367Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "policy-id",
  "timestamp": 1649663863889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.367Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649663865100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.367Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "clamp",
  "timestamp": 1649663862518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.367Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663864821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.368Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "policy-id",
  "timestamp": 1649663863889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.368Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649663865100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.368Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "clamp",
  "timestamp": 1649663862518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.368Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663864821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.368Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.369Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.369Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "policy-id",
  "timestamp": 1649663863889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.369Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.369Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.369Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649663865100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.369Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.369Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.369Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "aai-ml",
  "timestamp": 1649663868234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.369Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.369Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.369Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "clamp",
  "timestamp": 1649663862518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T08:00:45.369Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.369Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.370Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663864821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.370Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.370Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "policy-id",
  "timestamp": 1649663863889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.370Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.370Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649663865100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.370Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.370Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "aai-ml",
  "timestamp": 1649663868234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.370Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.370Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663864821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.371Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "policy-id",
  "timestamp": 1649663863889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T08:00:45.371Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649663865100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-11T08:00:45.371Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "aai-ml",
  "timestamp": 1649663868234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.371Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663864821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.371Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649663865100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.372Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "aai-ml",
  "timestamp": 1649663868234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.372Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "policy-id",
  "timestamp": 1649663872797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T08:00:45.372Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:00:45.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663864821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T08:00:45.372Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649663865100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "aai-ml",
  "timestamp": 1649663868234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "policy-id",
  "timestamp": 1649663873802,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T08:00:45.373Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:00:45.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663873797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T08:00:45.373Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:00:45.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "aai-ml",
  "timestamp": 1649663868234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "policy-id",
  "timestamp": 1649663874806,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T08:00:45.378Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 218f9b80-19de-4c70-bb13-476f1349dc40
2022-04-11T08:00:45.378Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 218f9b80-19de-4c70-bb13-476f1349dc40 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T08:00:45.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649663874056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T08:00:45.384Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:00:45.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649663874717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "aai-ml",
  "timestamp": 1649663868234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649663874717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649663875076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T08:00:45.386Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:00:45.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "aai-ml",
  "timestamp": 1649663868234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T08:00:45.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649663874717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649663876079,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T08:00:45.391Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 218f9b80-19de-4c70-bb13-476f1349dc40
2022-04-11T08:00:45.391Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 218f9b80-19de-4c70-bb13-476f1349dc40 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T08:00:45.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649663876226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T08:00:45.398Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:00:45.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.398Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "aai-ml",
  "timestamp": 1649663877068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T08:00:45.398Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:00:45.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.398Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649663874717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.398Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.398Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649663874717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.399Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649663874717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/resourceInstances/pnf34aef202b8460/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.399Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "clamp",
  "timestamp": 1649663880715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T08:00:45.399Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:00:45.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649663874717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:00:45.399Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649663874717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T08:00:45.400Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-11T08:00:45.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "clamp",
  "timestamp": 1649663882724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T08:00:45.400Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:00:45.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649663883486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T08:00:45.400Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:00:45.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "clamp",
  "timestamp": 1649663883729,
  "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-04-11T08:00:45.406Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 218f9b80-19de-4c70-bb13-476f1349dc40
2022-04-11T08:00:45.406Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 218f9b80-19de-4c70-bb13-476f1349dc40 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-04-11T08:00:45.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "aai-ml",
  "timestamp": 1649663883046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-11T08:00:45.413Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:00:45.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "aai-ml",
  "timestamp": 1649663884051,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T08:00:45.416Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 218f9b80-19de-4c70-bb13-476f1349dc40
2022-04-11T08:00:45.417Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 218f9b80-19de-4c70-bb13-476f1349dc40 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T08:00:45.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649663885586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT7frxq5onqntomhym4xp/1.0/artifacts/service-DemoPnfT7frxq5onqntomhym4xp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T08:00:45.424Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:00:45.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:00:45.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649663886590,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T08:00:45.428Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 218f9b80-19de-4c70-bb13-476f1349dc40
2022-04-11T08:00:45.428Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 218f9b80-19de-4c70-bb13-476f1349dc40 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T08:00:57.308Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 218f9b80-19de-4c70-bb13-476f1349dc40
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T08:00:57.318Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 218f9b80-19de-4c70-bb13-476f1349dc40
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T08:00:57.320Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T08:00:57.320Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T08:00:57.320Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T08:00:57.320Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T08:00:57.320Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T08:00:57.320Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-11T08:00:57.320Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T08:00:57.324Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T08:01:27.326Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 218f9b80-19de-4c70-bb13-476f1349dc40 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T08:01:27.333Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 218f9b80-19de-4c70-bb13-476f1349dc40 and serviceModelVersionId: eb55e33a-d632-4d73-8b6d-e6f7651c4492
2022-04-11T08:01:27.333Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 49a2f05f-505f-4c2c-ae94-85f9cbcaf76e
2022-04-11T08:01:27.334Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0
2022-04-11T08:01:27.339Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228a4aa3-78b7-4ba8-bfb6-219d592bbbad/model-vers/model-ver/6a6b74f8-96db-44d6-86c9-1574df385771?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-11T08:01:27.375Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|INFO|500||Invoke
2022-04-11T08:01:27.376Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[218f9b80-19de-4c70-bb13-476f1349dc40], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ff5e7799-2256-4d8c-a71a-e7370a9a4f1f], X-ECOMP-RequestID=[218f9b80-19de-4c70-bb13-476f1349dc40], X-TransactionId=[], X-ONAP-RequestID=[218f9b80-19de-4c70-bb13-476f1349dc40], Content-Type=[application/merge-patch+json]}
2022-04-11T08:01:28.909Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|INFO|500||Invoke
2022-04-11T08:01:28.910Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[218f9b80-19de-4c70-bb13-476f1349dc40], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[49427f03-2934-4381-9f67-e6965a127af6], X-ECOMP-RequestID=[218f9b80-19de-4c70-bb13-476f1349dc40], X-TransactionId=[], X-ONAP-RequestID=[218f9b80-19de-4c70-bb13-476f1349dc40], Content-Type=[application/merge-patch+json]}
2022-04-11T08:01:30.464Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|INFO|500||Invoke
2022-04-11T08:01:30.464Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[218f9b80-19de-4c70-bb13-476f1349dc40], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[16d3ab36-1bb4-4104-8556-8088673d5993], X-ECOMP-RequestID=[218f9b80-19de-4c70-bb13-476f1349dc40], X-TransactionId=[], X-ONAP-RequestID=[218f9b80-19de-4c70-bb13-476f1349dc40], Content-Type=[application/merge-patch+json]}
2022-04-11T08:01:31.479Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T08:01:31.480Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-11T08:01:31.480Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T08:01:31.480Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T08:01:31.487Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-11T08:01:31.487Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 218f9b80-19de-4c70-bb13-476f1349dc40 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T08:01:31.488Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-11T08:01:31.488Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T08:01:31.490Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T08:01:31.490Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|DEBUG|500||try to send status {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649664091488,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T08:01:31.590Z||pool-274-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T08:01:31.591Z||pool-274-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T08:01:31.591Z||pool-274-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T08:01:31.604Z||pool-274-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:01:31.605Z||pool-274-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T08:01:32.508Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:01:32.509Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:01:32.509Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:01:42.730Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:01:42.731Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:01:42.731Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:01:42.731Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:01:44.824Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:01:44.824Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:01:44.824Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:01:45.447Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:01:45.447Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||received message from topic
2022-04-11T08:01:45.447Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "218f9b80-19de-4c70-bb13-476f1349dc40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649664091488,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T08:01:45.448Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:01:52.283Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:01:52.284Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:01:52.285Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:01:52.285Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:02:01.822Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:02:01.823Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:02:01.824Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:02:01.824Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:02:11.363Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:02:44.821Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:02:44.822Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:02:44.822Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:02:44.824Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:02:44.825Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:02:44.825Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:02:54.365Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:02:54.365Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:03:44.821Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:03:44.822Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:03:44.822Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:03:44.824Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:03:44.825Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:03:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T08:03:54.362Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:03:54.377Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:04:44.821Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:04:44.822Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:04:44.822Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:04:44.824Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:04:44.825Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:04:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T08:04:54.368Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:04:54.368Z|218f9b80-19de-4c70-bb13-476f1349dc40|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a2f05f-505f-4c2c-ae94-85f9cbcaf76e/model-vers/model-ver/eb55e33a-d632-4d73-8b6d-e6f7651c4492?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:05:44.821Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:05:44.822Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:05:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T08:05:44.824Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:05:44.826Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:05:44.826Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:05:54.369Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:05:54.369Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:06:44.821Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:06:44.823Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:06:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T08:06:44.824Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:06:44.824Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:06:44.824Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:06:54.368Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:06:54.369Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:07:44.821Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:07:44.822Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:07:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T08:07:44.824Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:07:44.824Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:07:44.824Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:07:54.381Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:07:54.382Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:08:44.821Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:08:44.822Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:08:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T08:08:44.824Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:08:44.824Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:08:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T08:08:54.367Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:08:54.368Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:09:44.821Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:09:44.822Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:09:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T08:09:44.824Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:09:44.825Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:09:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T08:09:54.365Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:09:54.365Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:10:44.821Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:10:44.823Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:10:44.823Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:10:44.824Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:10:44.824Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:10:44.824Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:10:54.373Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:10:54.396Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:11:44.821Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:11:44.822Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:11:44.822Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:11:44.824Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:11:44.824Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:11:44.824Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:11:44.950Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:11:44.951Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:11:44.951Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "cds",
  "timestamp": 1649664697157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:11:44.952Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:11:44.952Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:11:44.952Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "cds",
  "timestamp": 1649664697157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:11:44.953Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:11:44.953Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:11:44.953Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "clamp",
  "timestamp": 1649664702518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:11:44.953Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:11:44.953Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:11:44.953Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "cds",
  "timestamp": 1649664697157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:11:44.953Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:11:44.953Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:11:44.953Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "clamp",
  "timestamp": 1649664702518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:11:44.953Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:11:44.953Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:11:44.953Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "cds",
  "timestamp": 1649664697157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:11:44.953Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:11:44.953Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:11:44.954Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "policy-id",
  "timestamp": 1649664703890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:11:44.954Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:11:44.954Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:11:44.954Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "clamp",
  "timestamp": 1649664702518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:11:44.954Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:11:44.954Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:11:44.954Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "cds",
  "timestamp": 1649664697157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:11:44.954Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:11:45.448Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:11:45.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-11T08:11:45.450Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c48a5a21-e091-471a-9e81-36f3a23ff86a","serviceName":"Demo_pNF_C5Jd7HAn1NpdaUHlZWAV","serviceVersion":"1.0","serviceUUID":"040d7149-b027-4369-b153-d512e782b450","serviceDescription":"catalog service description","serviceInvariantUUID":"71100992-e1e1-4072-b87d-502275da9780","resources":[{"resourceInstanceName":"pNF 1ef0e3c0-9ce1 0","resourceName":"pNF 1ef0e3c0-9ce1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"95fa92ea-bfee-417c-93c9-221f24401032","resourceInvariantUUID":"e0d6877f-f027-4eb3-bf1c-20973cb750a9","resourceCustomizationUUID":"a24d6c4f-a661-4d9a-9da3-201c3cc849ae","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/vf-license-model.xml","artifactChecksum":"OTI3NDVjNjkyMmM1ZjhhYmM2YjUwYTIxMmIxMzA1OGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19002459-23be-4c31-95ca-0472b91682c4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/pNF.csar","artifactChecksum":"YjBhYzYyMmUxN2VhOWQ0YjM0NWEzZjMzYWU3ZjMzZTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dc7385cb-cb90-47ad-a154-f46ff8a8da5a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1dbd9597-aae2-4b4f-9e85-54f82a903f3c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/vendor-license-model.xml","artifactChecksum":"OTdjM2QyYTY5MWEzYTE3NGYxNmE1Y2VkYjkwMzRkMWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ccfa0cc8-1b15-45dc-93b9-94bc666dad32","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"96e385a4-fe89-4d32-9d57-19cc14c7e26d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d6d7a975-e363-4f9b-8038-0224ecfa3a03","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfC5jd7han1npdauhlzwav-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-template.yml","artifactChecksum":"OTBjOWY2N2MyOWFlNDIxM2Q1YmJlZjE0YWNmNWVlNGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6e61eaa8-2d9a-4b56-bac4-93703bc38ace","artifactVersion":"1"},{"artifactName":"service-DemoPnfC5jd7han1npdauhlzwav-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar","artifactChecksum":"NWVhYTA1NzQ1NDgyZDE0NWU0NGMxMDNhYzA4OTA2NmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"37f0da63-de29-4fd3-a84e-4f0a1a206769","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T08:11:45.454Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T08:11:45.455Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-11T08:11:45.461Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T08:11:45.461Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649664704821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:11:45.561Z||pool-275-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T08:11:45.562Z||pool-275-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T08:11:45.562Z||pool-275-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T08:11:45.577Z||pool-275-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:11:45.580Z||pool-275-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-11T08:11:46.462Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T08:11:46.464Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-11T08:11:46.467Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T08:11:46.467Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649664704821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:11:46.566Z||pool-276-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T08:11:46.567Z||pool-276-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T08:11:46.567Z||pool-276-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T08:11:46.578Z||pool-276-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:11:46.578Z||pool-276-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T08:11:47.468Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T08:11:47.469Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-11T08:11:47.471Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T08:11:47.471Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649664704821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:11:47.571Z||pool-277-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T08:11:47.572Z||pool-277-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T08:11:47.573Z||pool-277-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T08:11:47.583Z||pool-277-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:11:47.584Z||pool-277-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-11T08:11:48.472Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T08:11:48.473Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-11T08:11:48.475Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T08:11:48.476Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649664704821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:11:48.575Z||pool-278-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T08:11:48.576Z||pool-278-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T08:11:48.576Z||pool-278-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T08:11:48.590Z||pool-278-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:11:48.591Z||pool-278-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-11T08:11:49.476Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T08:11:49.477Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-11T08:11:49.479Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T08:11:49.480Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649664704821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:11:49.579Z||pool-279-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T08:11:49.580Z||pool-279-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T08:11:49.581Z||pool-279-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T08:11:49.592Z||pool-279-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:11:49.593Z||pool-279-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T08:11:50.480Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T08:11:50.482Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-11T08:11:50.484Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T08:11:50.484Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649664704821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:11:50.585Z||pool-280-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T08:11:50.587Z||pool-280-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T08:11:50.587Z||pool-280-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T08:11:50.603Z||pool-280-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:11:50.604Z||pool-280-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-11T08:11:51.488Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T08:11:51.490Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-11T08:11:51.492Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T08:11:51.493Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649664704821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:11:51.593Z||pool-281-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T08:11:51.594Z||pool-281-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T08:11:51.594Z||pool-281-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T08:11:51.605Z||pool-281-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:11:51.606Z||pool-281-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T08:11:52.493Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T08:11:52.494Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-11T08:11:52.497Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T08:11:52.498Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649664704821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T08:11:52.596Z||pool-282-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-11T08:11:52.598Z||pool-282-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T08:11:52.598Z||pool-282-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T08:11:52.608Z||pool-282-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:11:52.609Z||pool-282-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-11T08:11:53.501Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "serviceName": "Demo_pNF_C5Jd7HAn1NpdaUHlZWAV",
  "serviceVersion": "1.0",
  "serviceUUID": "040d7149-b027-4369-b153-d512e782b450",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "71100992-e1e1-4072-b87d-502275da9780",
  "resources": [
    {
      "resourceInstanceName": "pNF 1ef0e3c0-9ce1 0",
      "resourceCustomizationUUID": "a24d6c4f-a661-4d9a-9da3-201c3cc849ae",
      "resourceName": "pNF 1ef0e3c0-9ce1",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "95fa92ea-bfee-417c-93c9-221f24401032",
      "resourceInvariantUUID": "e0d6877f-f027-4eb3-bf1c-20973cb750a9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfC5jd7han1npdauhlzwav-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar",
      "artifactChecksum": "NWVhYTA1NzQ1NDgyZDE0NWU0NGMxMDNhYzA4OTA2NmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "37f0da63-de29-4fd3-a84e-4f0a1a206769"
    }
  ],
  "workloadContext": "Production"
}
2022-04-11T08:11:53.501Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T08:11:53.502Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 040d7149-b027-4369-b153-d512e782b450 ASDC
2022-04-11T08:11:53.503Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c48a5a21-e091-471a-9e81-36f3a23ff86a
ServiceName:Demo_pNF_C5Jd7HAn1NpdaUHlZWAV
ServiceVersion:1.0
ServiceUUID:040d7149-b027-4369-b153-d512e782b450
ServiceInvariantUUID:71100992-e1e1-4072-b87d-502275da9780
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfC5jd7han1npdauhlzwav-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar
ArtifactUUID:37f0da63-de29-4fd3-a84e-4f0a1a206769
ArtifactChecksum:NWVhYTA1NzQ1NDgyZDE0NWU0NGMxMDNhYzA4OTA2NmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 1ef0e3c0-9ce1 0
ResourceCustomizationUUID:a24d6c4f-a661-4d9a-9da3-201c3cc849ae
ResourceInvariantUUID:e0d6877f-f027-4eb3-bf1c-20973cb750a9
ResourceName:pNF 1ef0e3c0-9ce1
ResourceType:PNF
ResourceUUID:95fa92ea-bfee-417c-93c9-221f24401032
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-11T08:11:53.504Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 040d7149-b027-4369-b153-d512e782b450 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T08:11:53.550Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T08:11:53.552Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-11T08:11:53.553Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-11T08:11:53.553Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 37f0da63-de29-4fd3-a84e-4f0a1a206769 from URL: /sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar
2022-04-11T08:11:53.553Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-11T08:11:53.554Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar
2022-04-11T08:11:53.986Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-11T08:11:53.992Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar 37f0da63-de29-4fd3-a84e-4f0a1a206769 82659
2022-04-11T08:11:53.993Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar ASDC sendASDCNotification
2022-04-11T08:11:53.993Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar
2022-04-11T08:11:53.994Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T08:11:53.994Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-11T08:11:53.996Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T08:11:53.997Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649664713993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T08:11:54.096Z||pool-283-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T08:11:54.097Z||pool-283-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T08:11:54.097Z||pool-283-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T08:11:54.113Z||pool-283-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:11:54.114Z||pool-283-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-11T08:11:54.999Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T08:11:55.000Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-11T08:11:55.000Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 37f0da63-de29-4fd3-a84e-4f0a1a206769, URL: /sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar to file: /app/ASDC/1/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar
2022-04-11T08:11:55.001Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfC5jd7han1npdauhlzwav-csar.csar
2022-04-11T08:11:55.001Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar
2022-04-11T08:11:55.001Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar
2022-04-11T08:11:55.195Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3330650344680332300/Definitions/service-DemoPnfC5jd7han1npdauhlzwav-template.yml
2022-04-11T08:11:56.203Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-11T08:11:56.203Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-11T08:11:56.204Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar
2022-04-11T08:11:56.204Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-11T08:11:56.204Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||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-DemoPnfC5jd7han1npdauhlzwav-csar.csar
2022-04-11T08:11:56.204Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar
2022-04-11T08:11:56.204Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||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-DemoPnfC5jd7han1npdauhlzwav-csar.csar
2022-04-11T08:11:56.204Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||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-DemoPnfC5jd7han1npdauhlzwav-csar.csar
2022-04-11T08:11:56.204Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||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-DemoPnfC5jd7han1npdauhlzwav-csar.csar
2022-04-11T08:11:56.204Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1ef0e3c0-9ce1 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-DemoPnfC5jd7han1npdauhlzwav-csar.csar
2022-04-11T08:11:56.204Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||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-DemoPnfC5jd7han1npdauhlzwav-csar.csar
2022-04-11T08:11:56.204Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-11T08:11:56.204Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T08:11:56.205Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_C5Jd7HAn1NpdaUHlZWAV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T08:11:56.205Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Node template pNF 1ef0e3c0-9ce1 0 is matching search criteria
2022-04-11T08:11:56.205Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-11T08:11:56.205Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 1ef0e3c0-9ce1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T08:11:56.206Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T08:11:56.206Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_C5Jd7HAn1NpdaUHlZWAV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T08:11:56.206Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Node template pNF 1ef0e3c0-9ce1 0 is matching search criteria
2022-04-11T08:11:56.206Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-11T08:11:56.206Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 1ef0e3c0-9ce1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T08:11:56.206Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T08:11:56.206Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_C5Jd7HAn1NpdaUHlZWAV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T08:11:56.206Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T08:11:56.206Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_C5Jd7HAn1NpdaUHlZWAV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T08:11:56.206Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T08:11:56.207Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_C5Jd7HAn1NpdaUHlZWAV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T08:11:56.207Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T08:11:56.207Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_C5Jd7HAn1NpdaUHlZWAV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T08:11:56.207Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T08:11:56.207Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_C5Jd7HAn1NpdaUHlZWAV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T08:11:56.207Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_C5Jd7HAn1NpdaUHlZWAV
Description:catalog service description
Model UUID:040d7149-b027-4369-b153-d512e782b450
Model Version:NULL
Model InvariantUuid:71100992-e1e1-4072-b87d-502275da9780
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T08:11:56.216Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 95fa92ea-bfee-417c-93c9-221f24401032
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T08:11:56.221Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||INFO|500||pNF 1ef0e3c0-9ce1 0
2022-04-11T08:11:56.221Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 95fa92ea-bfee-417c-93c9-221f24401032
2022-04-11T08:11:56.221Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 040d7149-b027-4369-b153-d512e782b450
2022-04-11T08:11:56.221Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 040d7149-b027-4369-b153-d512e782b450
2022-04-11T08:11:56.222Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 1ef0e3c0-9ce1 0 95fa92ea-bfee-417c-93c9-221f24401032 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T08:11:56.227Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e50fb66, org.onap.sdc.toscaparser.api.parameters.Input@c2304d1, org.onap.sdc.toscaparser.api.parameters.Input@16371b6b, org.onap.sdc.toscaparser.api.parameters.Input@426b9bf4, org.onap.sdc.toscaparser.api.parameters.Input@2b89c314]
2022-04-11T08:11:56.227Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T08:11:56.227Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_C5Jd7HAn1NpdaUHlZWAV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T08:11:56.228Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 040d7149-b027-4369-b153-d512e782b450: pNF 1ef0e3c0-9ce1
2022-04-11T08:11:56.228Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||INFO|500||Processing PNF resource: 95fa92ea-bfee-417c-93c9-221f24401032
2022-04-11T08:11:56.228Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T08:11:56.228Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_C5Jd7HAn1NpdaUHlZWAV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T08:11:56.229Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||INFO|500||Resource customization UUID: a24d6c4f-a661-4d9a-9da3-201c3cc849ae is the same as notified resource customizationUUID: a24d6c4f-a661-4d9a-9da3-201c3cc849ae
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-11T08:11:56.260Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 1ef0e3c0-9ce1 95fa92ea-bfee-417c-93c9-221f24401032 0 ASDC deployResourceStructure
2022-04-11T08:11:56.260Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar ASDC sendASDCNotification
2022-04-11T08:11:56.260Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar
2022-04-11T08:11:56.261Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T08:11:56.261Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-11T08:11:56.263Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T08:11:56.263Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649664716260,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T08:11:56.363Z||pool-284-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T08:11:56.364Z||pool-284-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T08:11:56.364Z||pool-284-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T08:11:56.374Z||pool-284-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:11:56.375Z||pool-284-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T08:11:57.264Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c48a5a21-e091-471a-9e81-36f3a23ff86a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T08:11:57.274Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c48a5a21-e091-471a-9e81-36f3a23ff86a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T08:11:57.276Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T08:11:57.276Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T08:11:57.276Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T08:12:27.276Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c48a5a21-e091-471a-9e81-36f3a23ff86a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T08:12:27.288Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c48a5a21-e091-471a-9e81-36f3a23ff86a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T08:12:27.289Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T08:12:27.289Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T08:12:27.289Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T08:12:44.824Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:12:44.825Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:12:44.825Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:12:44.847Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:12:44.848Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:12:44.848Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "policy-id",
  "timestamp": 1649664703890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:12:44.849Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:12:57.291Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c48a5a21-e091-471a-9e81-36f3a23ff86a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T08:12:57.302Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c48a5a21-e091-471a-9e81-36f3a23ff86a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T08:12:57.303Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T08:12:57.303Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T08:12:57.304Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T08:13:27.304Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c48a5a21-e091-471a-9e81-36f3a23ff86a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T08:13:27.316Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c48a5a21-e091-471a-9e81-36f3a23ff86a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T08:13:27.318Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T08:13:27.318Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T08:13:27.318Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T08:13:44.824Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:13:44.825Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:13:44.825Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:13:45.349Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:13:45.351Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.351Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "clamp",
  "timestamp": 1649664702518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.353Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.353Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.353Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649664704821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.353Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.354Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.354Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "cds",
  "timestamp": 1649664697157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.354Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.355Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.355Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "policy-id",
  "timestamp": 1649664703890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.355Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.355Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.356Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649664705100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.356Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.356Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.356Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "clamp",
  "timestamp": 1649664702518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.357Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.357Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.357Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649664704821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.358Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.358Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.358Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "cds",
  "timestamp": 1649664697157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.358Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.359Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.359Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "policy-id",
  "timestamp": 1649664703890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.359Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.360Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.360Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649664705100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.360Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.360Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.361Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "clamp",
  "timestamp": 1649664702518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.361Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.361Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.361Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649664704821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.362Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.362Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.362Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "cds",
  "timestamp": 1649664697157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T08:13:45.363Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.363Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.363Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "policy-id",
  "timestamp": 1649664703890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.363Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.364Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.364Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649664705100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.364Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.364Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.365Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "clamp",
  "timestamp": 1649664702518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.365Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.365Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.365Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649664704821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.366Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.366Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.366Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "cds",
  "timestamp": 1649664709816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T08:13:45.367Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:13:45.367Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.367Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "policy-id",
  "timestamp": 1649664703890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.367Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.368Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.368Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649664705100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.368Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.369Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.369Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "aai-ml",
  "timestamp": 1649664708233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.369Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.369Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.370Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "clamp",
  "timestamp": 1649664702518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T08:13:45.370Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.370Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.370Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649664704821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.371Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.371Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.371Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "cds",
  "timestamp": 1649664710823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T08:13:45.379Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c48a5a21-e091-471a-9e81-36f3a23ff86a
2022-04-11T08:13:45.379Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId c48a5a21-e091-471a-9e81-36f3a23ff86a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T08:13:45.387Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.388Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "policy-id",
  "timestamp": 1649664703890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.388Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.388Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.388Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649664705100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.389Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.389Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.389Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "aai-ml",
  "timestamp": 1649664708233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.389Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.389Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.390Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649664704821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.390Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.390Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.390Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649664709960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.391Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.391Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.391Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "policy-id",
  "timestamp": 1649664703890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T08:13:45.392Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.392Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.392Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649664705100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-11T08:13:45.392Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.393Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.393Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "aai-ml",
  "timestamp": 1649664708233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.393Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.393Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.394Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649664704821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.394Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.394Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.394Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649664709960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.395Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.395Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.395Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649664705100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.396Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.396Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.396Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "aai-ml",
  "timestamp": 1649664708233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.396Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.397Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.397Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "policy-id",
  "timestamp": 1649664712884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T08:13:45.397Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:13:45.397Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.398Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649664704821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T08:13:45.398Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.398Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.398Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649664709960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.399Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.399Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.399Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649664705100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.400Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.400Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.400Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "aai-ml",
  "timestamp": 1649664708233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.400Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.401Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.401Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "policy-id",
  "timestamp": 1649664713888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T08:13:45.401Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:13:45.401Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.401Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649664709960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.402Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.402Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.402Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649664713993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T08:13:45.402Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:13:45.402Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.402Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "aai-ml",
  "timestamp": 1649664708233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.403Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.403Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.403Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "policy-id",
  "timestamp": 1649664714892,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T08:13:45.408Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c48a5a21-e091-471a-9e81-36f3a23ff86a
2022-04-11T08:13:45.408Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId c48a5a21-e091-471a-9e81-36f3a23ff86a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T08:13:45.417Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.417Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649664714717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.418Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.418Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.418Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649664714160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T08:13:45.418Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:13:45.419Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.419Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649664709960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.419Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.419Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.420Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "aai-ml",
  "timestamp": 1649664708233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.420Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.420Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.421Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649664714717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.421Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.421Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.421Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649664715174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T08:13:45.421Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:13:45.422Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.422Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649664709960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.422Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.422Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.422Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "aai-ml",
  "timestamp": 1649664708233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T08:13:45.423Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.423Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.423Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649664714717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.423Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.423Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.423Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649664716260,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T08:13:45.424Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:13:45.424Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.424Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649664716177,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T08:13:45.429Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c48a5a21-e091-471a-9e81-36f3a23ff86a
2022-04-11T08:13:45.429Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId c48a5a21-e091-471a-9e81-36f3a23ff86a and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T08:13:45.437Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.437Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649664709960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.437Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.437Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.437Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "aai-ml",
  "timestamp": 1649664717067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T08:13:45.438Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:13:45.438Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.438Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649664714717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.438Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.438Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.438Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649664709960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T08:13:45.438Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.438Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.438Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649664714717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.439Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.439Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.439Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649664714717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/resourceInstances/pnf1ef0e3c09ce10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.439Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.439Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.439Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "clamp",
  "timestamp": 1649664720862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T08:13:45.439Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:13:45.440Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.440Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649664714717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:13:45.440Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.440Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.440Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649664714717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T08:13:45.440Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:13:45.440Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.440Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "clamp",
  "timestamp": 1649664722872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T08:13:45.440Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:13:45.441Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.441Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649664723507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T08:13:45.441Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:13:45.441Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.441Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "clamp",
  "timestamp": 1649664723876,
  "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-04-11T08:13:45.446Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c48a5a21-e091-471a-9e81-36f3a23ff86a
2022-04-11T08:13:45.446Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId c48a5a21-e091-471a-9e81-36f3a23ff86a 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-04-11T08:13:45.454Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.454Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "aai-ml",
  "timestamp": 1649664723336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-11T08:13:45.454Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:13:45.455Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.455Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "aai-ml",
  "timestamp": 1649664724342,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T08:13:45.459Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of c48a5a21-e091-471a-9e81-36f3a23ff86a
2022-04-11T08:13:45.459Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId c48a5a21-e091-471a-9e81-36f3a23ff86a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T08:13:45.466Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.466Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649664725709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfC5jd7han1npdauhlzwav/1.0/artifacts/service-DemoPnfC5jd7han1npdauhlzwav-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T08:13:45.466Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:13:45.466Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:13:45.467Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649664726712,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T08:13:45.470Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c48a5a21-e091-471a-9e81-36f3a23ff86a
2022-04-11T08:13:45.470Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId c48a5a21-e091-471a-9e81-36f3a23ff86a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T08:13:57.318Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c48a5a21-e091-471a-9e81-36f3a23ff86a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T08:13:57.327Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c48a5a21-e091-471a-9e81-36f3a23ff86a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T08:13:57.329Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T08:13:57.329Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T08:13:57.329Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T08:13:57.329Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T08:13:57.329Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T08:13:57.329Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-11T08:13:57.329Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T08:13:57.333Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T08:14:27.334Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c48a5a21-e091-471a-9e81-36f3a23ff86a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T08:14:27.341Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c48a5a21-e091-471a-9e81-36f3a23ff86a and serviceModelVersionId: 040d7149-b027-4369-b153-d512e782b450
2022-04-11T08:14:27.341Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 71100992-e1e1-4072-b87d-502275da9780
2022-04-11T08:14:27.343Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0
2022-04-11T08:14:27.349Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-04-11T08:14:27.391Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T08:14:27.392Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||Invoke
2022-04-11T08:14:28.911Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T08:14:28.912Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||Invoke
2022-04-11T08:14:30.444Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T08:14:30.445Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||Invoke
2022-04-11T08:14:31.483Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T08:14:31.484Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-11T08:14:31.485Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T08:14:31.485Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T08:14:31.491Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-11T08:14:31.492Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c48a5a21-e091-471a-9e81-36f3a23ff86a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T08:14:31.492Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-11T08:14:31.493Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T08:14:31.495Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T08:14:31.495Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||try to send status {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649664871492,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T08:14:31.595Z||pool-285-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T08:14:31.596Z||pool-285-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T08:14:31.596Z||pool-285-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T08:14:31.629Z||pool-285-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:14:31.629Z||pool-285-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T08:14:32.507Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:14:32.509Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:14:32.509Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:14:42.734Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:14:42.735Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:14:42.736Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:14:42.736Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:14:44.824Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:14:44.825Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:14:44.825Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:14:45.445Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:14:45.446Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:14:45.446Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c48a5a21-e091-471a-9e81-36f3a23ff86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649664871492,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T08:14:45.447Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:14:52.307Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:14:52.308Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:14:52.309Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:14:52.309Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:15:01.849Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:15:44.821Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:15:44.822Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:15:44.822Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:15:44.824Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:15:44.824Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:15:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T08:15:54.363Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:15:54.364Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:16:44.821Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:16:44.822Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:16:44.822Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:16:44.824Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:16:44.824Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:16:44.824Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:16:54.366Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:16:54.367Z|a4122a51-8132-4926-ba10-ba9e71169b29|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c061b80-3beb-40e4-9ca3-37c0c716deec/model-vers/model-ver/3fbb4dc4-1e0a-415b-82dd-2cb8c731dac8?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:17:44.821Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:17:44.822Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:17:44.822Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:17:44.824Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:17:44.825Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:17:44.825Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:17:44.955Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:17:44.956Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T08:17:44.956Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649665049960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:17:44.957Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:17:44.957Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T08:17:44.957Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649665049960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:17:44.958Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:17:44.958Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T08:17:44.958Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "cds",
  "timestamp": 1649665057157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:17:44.958Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:17:44.958Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T08:17:44.958Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649665049960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:17:44.959Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:17:44.959Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T08:17:44.959Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "cds",
  "timestamp": 1649665057157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:17:44.959Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:17:44.959Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T08:17:44.959Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649665049960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:17:44.960Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:17:44.960Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T08:17:44.960Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "cds",
  "timestamp": 1649665057157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:17:44.960Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:17:44.960Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T08:17:44.960Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649665049960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:17:44.960Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:17:44.961Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T08:17:44.961Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "cds",
  "timestamp": 1649665057157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:17:44.961Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:17:44.961Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T08:17:44.961Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649665049960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:17:44.962Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:17:44.962Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T08:17:44.962Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "cds",
  "timestamp": 1649665057157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:17:44.962Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:17:44.962Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T08:17:44.962Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649665049960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:17:44.963Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:17:44.963Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T08:17:44.963Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "cds",
  "timestamp": 1649665057157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:17:44.963Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:17:44.963Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T08:17:44.963Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "clamp",
  "timestamp": 1649665062518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:17:44.964Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:17:44.964Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T08:17:44.964Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649665049960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T08:17:44.964Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:17:44.964Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T08:17:44.964Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "cds",
  "timestamp": 1649665057157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:17:44.964Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:17:44.964Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T08:17:44.965Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "clamp",
  "timestamp": 1649665062518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:17:44.965Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:17:44.965Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T08:17:44.965Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "cds",
  "timestamp": 1649665057157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T08:17:44.965Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:17:44.965Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T08:17:44.965Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "policy-id",
  "timestamp": 1649665063889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:17:44.966Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:17:44.966Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T08:17:44.966Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "clamp",
  "timestamp": 1649665062518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:17:44.966Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:17:45.446Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:17:45.447Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||received message from topic
2022-04-11T08:17:45.447Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"a4cb4804-9156-4933-a475-7025f94e50e4","serviceName":"Demo_pNF_rPgcpWPycriKCQttwFy6","serviceVersion":"1.0","serviceUUID":"c93f7caf-66cf-494a-a547-47831147bd19","serviceDescription":"catalog service description","serviceInvariantUUID":"7dd7b280-aba0-4898-88da-b51b685c87ee","resources":[{"resourceInstanceName":"pNF d9d72629-2328 0","resourceName":"pNF d9d72629-2328","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f9edd979-bd21-4ce8-a902-2fb9b9df7ae9","resourceInvariantUUID":"17e632b7-eb14-40f2-b5dd-56778e7a1525","resourceCustomizationUUID":"d8134d9b-1e3c-4611-83f9-6781ffaf28cd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/vf-license-model.xml","artifactChecksum":"ODIzOTAxNjI3N2E5NTBjMmJiMDVjY2EzZDEwNzIxZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ca01c4bb-b310-45f4-a3a3-d6e96ab68cba","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/pNF.csar","artifactChecksum":"YjBhYzYyMmUxN2VhOWQ0YjM0NWEzZjMzYWU3ZjMzZTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8aa356b9-aafb-472c-b131-dff1a86d0567","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ed429901-cec8-465e-a7b5-2c50d372c989","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/vendor-license-model.xml","artifactChecksum":"ZTQzNDVkNzY0YmM1YTRmYjk2MTMxNzU1ZjM2ZmE2ZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d4281694-2601-446d-b541-8a8912493653","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ca001e2d-709f-4161-848f-a0494fb0050f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"25b0205a-ff53-47ed-819d-32340116abc9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRpgcpwpycrikcqttwfy6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-template.yml","artifactChecksum":"YWY5ODQ1MDE0YzVhZTU1YjI2NGZjZTIzZTc3MWRjOTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5400aeaa-d9ed-43c2-ba64-102700ad45ad","artifactVersion":"1"},{"artifactName":"service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar","artifactChecksum":"Mjg5ZDEwMjVkOTNlZTI0OTY0YWZhNGQwMmMzYWEzOWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"27284e76-711c-47e4-ac70-b6b5bd4c4f9c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T08:17:45.449Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T08:17:45.449Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T08:17:45.451Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T08:17:45.451Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||try to send status {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649665064821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:17:45.551Z||pool-286-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T08:17:45.552Z||pool-286-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T08:17:45.552Z||pool-286-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T08:17:45.564Z||pool-286-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:17:45.565Z||pool-286-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T08:17:46.451Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T08:17:46.452Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T08:17:46.455Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T08:17:46.455Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||try to send status {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649665064821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:17:46.555Z||pool-287-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T08:17:46.556Z||pool-287-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T08:17:46.556Z||pool-287-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T08:17:46.567Z||pool-287-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:17:46.567Z||pool-287-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T08:17:47.456Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T08:17:47.456Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T08:17:47.459Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T08:17:47.459Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||try to send status {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649665064821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:17:47.559Z||pool-288-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T08:17:47.560Z||pool-288-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T08:17:47.560Z||pool-288-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T08:17:47.572Z||pool-288-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:17:47.573Z||pool-288-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T08:17:48.459Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T08:17:48.460Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T08:17:48.462Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T08:17:48.463Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||try to send status {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649665064821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:17:48.562Z||pool-289-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T08:17:48.563Z||pool-289-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T08:17:48.563Z||pool-289-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T08:17:48.578Z||pool-289-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:17:48.581Z||pool-289-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-11T08:17:49.464Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T08:17:49.464Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T08:17:49.466Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T08:17:49.466Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||try to send status {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649665064821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:17:49.566Z||pool-290-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T08:17:49.568Z||pool-290-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T08:17:49.569Z||pool-290-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T08:17:49.580Z||pool-290-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:17:49.581Z||pool-290-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T08:17:50.467Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T08:17:50.468Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T08:17:50.472Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T08:17:50.472Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||try to send status {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649665064821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:17:50.571Z||pool-291-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T08:17:50.572Z||pool-291-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T08:17:50.572Z||pool-291-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T08:17:50.588Z||pool-291-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:17:50.594Z||pool-291-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-11T08:17:51.472Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T08:17:51.473Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T08:17:51.475Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T08:17:51.475Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||try to send status {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649665064821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:17:51.575Z||pool-292-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T08:17:51.576Z||pool-292-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T08:17:51.576Z||pool-292-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T08:17:51.603Z||pool-292-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:17:51.604Z||pool-292-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-11T08:17:52.476Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T08:17:52.477Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T08:17:52.479Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T08:17:52.480Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||try to send status {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649665064821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T08:17:52.579Z||pool-293-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T08:17:52.581Z||pool-293-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T08:17:52.581Z||pool-293-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T08:17:52.600Z||pool-293-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:17:52.600Z||pool-293-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-11T08:17:53.481Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "serviceName": "Demo_pNF_rPgcpWPycriKCQttwFy6",
  "serviceVersion": "1.0",
  "serviceUUID": "c93f7caf-66cf-494a-a547-47831147bd19",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7dd7b280-aba0-4898-88da-b51b685c87ee",
  "resources": [
    {
      "resourceInstanceName": "pNF d9d72629-2328 0",
      "resourceCustomizationUUID": "d8134d9b-1e3c-4611-83f9-6781ffaf28cd",
      "resourceName": "pNF d9d72629-2328",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f9edd979-bd21-4ce8-a902-2fb9b9df7ae9",
      "resourceInvariantUUID": "17e632b7-eb14-40f2-b5dd-56778e7a1525",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar",
      "artifactChecksum": "Mjg5ZDEwMjVkOTNlZTI0OTY0YWZhNGQwMmMzYWEzOWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "27284e76-711c-47e4-ac70-b6b5bd4c4f9c"
    }
  ],
  "workloadContext": "Production"
}
2022-04-11T08:17:53.482Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T08:17:53.482Z|c48a5a21-e091-471a-9e81-36f3a23ff86a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c93f7caf-66cf-494a-a547-47831147bd19 ASDC
2022-04-11T08:17:53.487Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||ASDC Notification:
DistributionID:a4cb4804-9156-4933-a475-7025f94e50e4
ServiceName:Demo_pNF_rPgcpWPycriKCQttwFy6
ServiceVersion:1.0
ServiceUUID:c93f7caf-66cf-494a-a547-47831147bd19
ServiceInvariantUUID:7dd7b280-aba0-4898-88da-b51b685c87ee
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar
ArtifactUUID:27284e76-711c-47e4-ac70-b6b5bd4c4f9c
ArtifactChecksum:Mjg5ZDEwMjVkOTNlZTI0OTY0YWZhNGQwMmMzYWEzOWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d9d72629-2328 0
ResourceCustomizationUUID:d8134d9b-1e3c-4611-83f9-6781ffaf28cd
ResourceInvariantUUID:17e632b7-eb14-40f2-b5dd-56778e7a1525
ResourceName:pNF d9d72629-2328
ResourceType:PNF
ResourceUUID:f9edd979-bd21-4ce8-a902-2fb9b9df7ae9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-11T08:17:53.487Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c93f7caf-66cf-494a-a547-47831147bd19 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T08:17:53.518Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T08:17:53.520Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||MSO config path is: /app
2022-04-11T08:17:53.520Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||MSO config path is: /app
2022-04-11T08:17:53.520Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||Trying to download the artifact UUID: 27284e76-711c-47e4-ac70-b6b5bd4c4f9c from URL: /sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar
2022-04-11T08:17:53.520Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||DistributionClient - download
2022-04-11T08:17:53.521Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar
2022-04-11T08:17:53.856Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||GET Response Status 200
2022-04-11T08:17:53.859Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar 27284e76-711c-47e4-ac70-b6b5bd4c4f9c 82657
2022-04-11T08:17:53.860Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar ASDC sendASDCNotification
2022-04-11T08:17:53.860Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar
2022-04-11T08:17:53.860Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T08:17:53.860Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T08:17:53.862Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T08:17:53.862Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||try to send status {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649665073859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T08:17:53.962Z||pool-294-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T08:17:53.963Z||pool-294-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T08:17:53.963Z||pool-294-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T08:17:53.975Z||pool-294-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:17:53.976Z||pool-294-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-11T08:17:54.862Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T08:17:54.864Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||MSO config path is: /app
2022-04-11T08:17:54.864Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||Trying to write artifact UUID: 27284e76-711c-47e4-ac70-b6b5bd4c4f9c, URL: /sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar to file: /app/ASDC/1/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar
2022-04-11T08:17:54.865Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar
2022-04-11T08:17:54.865Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar
2022-04-11T08:17:54.865Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar
2022-04-11T08:17:54.985Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15721772075757463660/Definitions/service-DemoPnfRpgcpwpycrikcqttwfy6-template.yml
2022-04-11T08:17:55.761Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-11T08:17:55.761Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|WARN|500||####################################################################################################
2022-04-11T08:17:55.761Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar
2022-04-11T08:17:55.761Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-11T08:17:55.761Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|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-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar
2022-04-11T08:17:55.762Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar
2022-04-11T08:17:55.762Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|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-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar
2022-04-11T08:17:55.762Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|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-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar
2022-04-11T08:17:55.762Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d9d72629-2328 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-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar
2022-04-11T08:17:55.762Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|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-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar
2022-04-11T08:17:55.762Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|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-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar
2022-04-11T08:17:55.762Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|WARN|500||####################################################################################################
2022-04-11T08:17:55.762Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T08:17:55.762Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Service Demo_pNF_rPgcpWPycriKCQttwFy6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T08:17:55.762Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Node template pNF d9d72629-2328 0 is matching search criteria
2022-04-11T08:17:55.763Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Search for entities recursively
2022-04-11T08:17:55.763Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Found topology templates [pNF d9d72629-2328 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T08:17:55.763Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T08:17:55.763Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Service Demo_pNF_rPgcpWPycriKCQttwFy6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T08:17:55.763Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Node template pNF d9d72629-2328 0 is matching search criteria
2022-04-11T08:17:55.763Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Search for entities recursively
2022-04-11T08:17:55.763Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Found topology templates [pNF d9d72629-2328 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T08:17:55.764Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T08:17:55.764Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Service Demo_pNF_rPgcpWPycriKCQttwFy6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T08:17:55.764Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T08:17:55.764Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Service Demo_pNF_rPgcpWPycriKCQttwFy6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T08:17:55.764Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T08:17:55.764Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Service Demo_pNF_rPgcpWPycriKCQttwFy6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T08:17:55.764Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T08:17:55.764Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Service Demo_pNF_rPgcpWPycriKCQttwFy6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T08:17:55.764Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T08:17:55.765Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Service Demo_pNF_rPgcpWPycriKCQttwFy6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T08:17:55.765Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_rPgcpWPycriKCQttwFy6
Description:catalog service description
Model UUID:c93f7caf-66cf-494a-a547-47831147bd19
Model Version:NULL
Model InvariantUuid:7dd7b280-aba0-4898-88da-b51b685c87ee
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T08:17:55.772Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: f9edd979-bd21-4ce8-a902-2fb9b9df7ae9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T08:17:55.775Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||pNF d9d72629-2328 0
2022-04-11T08:17:55.775Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: f9edd979-bd21-4ce8-a902-2fb9b9df7ae9
2022-04-11T08:17:55.775Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||No resources found for Service: c93f7caf-66cf-494a-a547-47831147bd19
2022-04-11T08:17:55.775Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Preparing to deploy Service: c93f7caf-66cf-494a-a547-47831147bd19
2022-04-11T08:17:55.775Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d9d72629-2328 0 f9edd979-bd21-4ce8-a902-2fb9b9df7ae9 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T08:17:55.780Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7592ff1e, org.onap.sdc.toscaparser.api.parameters.Input@220cee, org.onap.sdc.toscaparser.api.parameters.Input@3d0a3b39, org.onap.sdc.toscaparser.api.parameters.Input@99e9d53, org.onap.sdc.toscaparser.api.parameters.Input@6b96e971]
2022-04-11T08:17:55.780Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T08:17:55.780Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Service Demo_pNF_rPgcpWPycriKCQttwFy6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T08:17:55.781Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500|| resourceSeq for service uuid c93f7caf-66cf-494a-a547-47831147bd19: pNF d9d72629-2328
2022-04-11T08:17:55.781Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||Processing PNF resource: f9edd979-bd21-4ce8-a902-2fb9b9df7ae9
2022-04-11T08:17:55.781Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T08:17:55.781Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Service Demo_pNF_rPgcpWPycriKCQttwFy6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T08:17:55.781Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||Resource customization UUID: d8134d9b-1e3c-4611-83f9-6781ffaf28cd is the same as notified resource customizationUUID: d8134d9b-1e3c-4611-83f9-6781ffaf28cd
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-11T08:17:55.809Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d9d72629-2328 f9edd979-bd21-4ce8-a902-2fb9b9df7ae9 0 ASDC deployResourceStructure
2022-04-11T08:17:55.810Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar ASDC sendASDCNotification
2022-04-11T08:17:55.810Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar
2022-04-11T08:17:55.810Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T08:17:55.810Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T08:17:55.812Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T08:17:55.812Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||try to send status {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649665075810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T08:17:55.912Z||pool-295-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T08:17:55.913Z||pool-295-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T08:17:55.913Z||pool-295-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T08:17:55.924Z||pool-295-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:17:55.924Z||pool-295-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T08:17:56.813Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4cb4804-9156-4933-a475-7025f94e50e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T08:17:56.822Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4cb4804-9156-4933-a475-7025f94e50e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T08:17:56.823Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T08:17:56.823Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T08:17:56.823Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T08:18:26.823Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4cb4804-9156-4933-a475-7025f94e50e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T08:18:26.834Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4cb4804-9156-4933-a475-7025f94e50e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T08:18:26.836Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T08:18:26.836Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T08:18:26.836Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T08:18:44.824Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:18:44.825Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:18:44.825Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:18:44.841Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:18:44.841Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||received message from topic
2022-04-11T08:18:44.841Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "cds",
  "timestamp": 1649665065965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T08:18:44.842Z|1b934cd8-f298-4e36-967d-9c539b5b1e04|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd7da4f-ed14-428a-ad65-b85b9fb93f1e/model-vers/model-ver/6749fe53-60a3-4732-913d-168dcd55445c?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:18:56.836Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4cb4804-9156-4933-a475-7025f94e50e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T08:18:56.845Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4cb4804-9156-4933-a475-7025f94e50e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T08:18:56.847Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T08:18:56.847Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T08:18:56.847Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T08:19:26.847Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4cb4804-9156-4933-a475-7025f94e50e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T08:19:26.855Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4cb4804-9156-4933-a475-7025f94e50e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T08:19:26.856Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T08:19:26.856Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T08:19:26.856Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T08:19:44.824Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:19:44.825Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:19:44.825Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:19:44.842Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:19:44.842Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:19:44.843Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "policy-id",
  "timestamp": 1649665063889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:19:44.844Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:19:56.857Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4cb4804-9156-4933-a475-7025f94e50e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T08:19:56.865Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4cb4804-9156-4933-a475-7025f94e50e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T08:19:56.867Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T08:19:56.867Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T08:19:56.867Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T08:20:26.867Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4cb4804-9156-4933-a475-7025f94e50e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T08:20:26.877Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4cb4804-9156-4933-a475-7025f94e50e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T08:20:26.878Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T08:20:26.878Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T08:20:26.879Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T08:20:44.824Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:20:44.825Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:20:44.825Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:20:45.353Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:20:45.355Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.356Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "clamp",
  "timestamp": 1649665062518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.357Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.357Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.357Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649665064821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.358Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.358Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.358Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649665065100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.359Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.359Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.359Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "cds",
  "timestamp": 1649665066972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T08:20:45.369Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a4cb4804-9156-4933-a475-7025f94e50e4
2022-04-11T08:20:45.370Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId a4cb4804-9156-4933-a475-7025f94e50e4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T08:20:45.381Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.382Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "policy-id",
  "timestamp": 1649665063889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.382Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.382Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.383Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "clamp",
  "timestamp": 1649665062518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.383Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.383Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.384Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649665064821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.384Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.384Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.384Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649665065100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.385Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.385Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.385Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "policy-id",
  "timestamp": 1649665063889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.385Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.385Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.386Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "clamp",
  "timestamp": 1649665062518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.386Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.386Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.387Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649665064821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.387Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.387Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.388Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649665065100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.388Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.388Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.388Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "policy-id",
  "timestamp": 1649665063889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.388Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.389Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.389Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "clamp",
  "timestamp": 1649665062518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.389Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.389Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.389Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649665064821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.390Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.390Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.390Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649665065100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.391Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.391Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.391Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "policy-id",
  "timestamp": 1649665063889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.391Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.391Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.392Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "aai-ml",
  "timestamp": 1649665068233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.392Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.392Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.392Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "clamp",
  "timestamp": 1649665062518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T08:20:45.393Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.393Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.393Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649665064821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.393Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.393Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.394Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649665065100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.394Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.394Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.394Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "policy-id",
  "timestamp": 1649665063889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.395Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.395Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.395Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "aai-ml",
  "timestamp": 1649665068233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.395Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.396Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.396Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649665064821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.396Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.396Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.396Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649665065100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-11T08:20:45.397Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.397Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.397Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "policy-id",
  "timestamp": 1649665063889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T08:20:45.397Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.398Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.398Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "aai-ml",
  "timestamp": 1649665068233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.398Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.398Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.398Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649665064821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.399Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.399Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.399Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649665065100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.399Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.399Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.400Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "aai-ml",
  "timestamp": 1649665068233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.400Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.400Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.400Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "policy-id",
  "timestamp": 1649665072847,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T08:20:45.401Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:20:45.401Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.401Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649665064821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T08:20:45.401Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.401Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.401Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649665065100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.402Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.402Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.402Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "aai-ml",
  "timestamp": 1649665068233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.402Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.402Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.402Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "policy-id",
  "timestamp": 1649665073853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T08:20:45.402Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:20:45.402Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.402Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649665073859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T08:20:45.402Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:20:45.403Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.403Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "aai-ml",
  "timestamp": 1649665068233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.403Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.403Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.403Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "policy-id",
  "timestamp": 1649665074856,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T08:20:45.408Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4cb4804-9156-4933-a475-7025f94e50e4
2022-04-11T08:20:45.408Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId a4cb4804-9156-4933-a475-7025f94e50e4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T08:20:45.415Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.415Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649665074053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T08:20:45.416Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:20:45.416Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.416Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649665074717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.416Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.417Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.417Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "aai-ml",
  "timestamp": 1649665068233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.417Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.417Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.417Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649665075066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T08:20:45.417Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:20:45.417Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.417Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649665074717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.418Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.418Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.418Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649665075810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T08:20:45.418Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:20:45.418Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.418Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "aai-ml",
  "timestamp": 1649665068233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T08:20:45.418Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.418Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.418Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649665076069,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T08:20:45.422Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a4cb4804-9156-4933-a475-7025f94e50e4
2022-04-11T08:20:45.423Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId a4cb4804-9156-4933-a475-7025f94e50e4 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T08:20:45.433Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.433Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649665074717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.433Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.433Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.433Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649665074717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.433Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.434Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.434Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "aai-ml",
  "timestamp": 1649665077195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T08:20:45.434Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:20:45.434Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.434Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649665074717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.434Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.434Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.434Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649665074717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/resourceInstances/pnfd9d7262923280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.435Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.435Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.435Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649665074717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T08:20:45.435Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.435Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.435Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649665074717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T08:20:45.435Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Missing status on Status Object. 
2022-04-11T08:20:45.435Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.435Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "clamp",
  "timestamp": 1649665082940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T08:20:45.435Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:20:45.436Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.436Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649665083499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T08:20:45.436Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:20:45.436Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.436Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "aai-ml",
  "timestamp": 1649665082818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-11T08:20:45.436Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:20:45.436Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.436Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "clamp",
  "timestamp": 1649665083971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T08:20:45.436Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:20:45.437Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.437Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "aai-ml",
  "timestamp": 1649665083823,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T08:20:45.441Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of a4cb4804-9156-4933-a475-7025f94e50e4
2022-04-11T08:20:45.441Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId a4cb4804-9156-4933-a475-7025f94e50e4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T08:20:45.455Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.455Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "clamp",
  "timestamp": 1649665084975,
  "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-04-11T08:20:45.460Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a4cb4804-9156-4933-a475-7025f94e50e4
2022-04-11T08:20:45.461Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId a4cb4804-9156-4933-a475-7025f94e50e4 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-04-11T08:20:45.468Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.468Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649665085774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRpgcpwpycrikcqttwfy6/1.0/artifacts/service-DemoPnfRpgcpwpycrikcqttwfy6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T08:20:45.468Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:20:45.468Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:20:45.468Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649665086780,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T08:20:45.472Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a4cb4804-9156-4933-a475-7025f94e50e4
2022-04-11T08:20:45.472Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId a4cb4804-9156-4933-a475-7025f94e50e4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T08:20:56.879Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4cb4804-9156-4933-a475-7025f94e50e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T08:20:56.890Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4cb4804-9156-4933-a475-7025f94e50e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T08:20:56.892Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T08:20:56.892Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T08:20:56.892Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T08:20:56.893Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T08:20:56.893Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T08:20:56.893Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-11T08:20:56.893Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T08:20:56.899Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T08:21:26.899Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: a4cb4804-9156-4933-a475-7025f94e50e4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T08:21:26.908Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a4cb4804-9156-4933-a475-7025f94e50e4 and serviceModelVersionId: c93f7caf-66cf-494a-a547-47831147bd19
2022-04-11T08:21:26.908Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7dd7b280-aba0-4898-88da-b51b685c87ee
2022-04-11T08:21:26.909Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7dd7b280-aba0-4898-88da-b51b685c87ee/model-vers/model-ver/c93f7caf-66cf-494a-a547-47831147bd19?depth=0
2022-04-11T08:21:26.915Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71100992-e1e1-4072-b87d-502275da9780/model-vers/model-ver/040d7149-b027-4369-b153-d512e782b450?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-11T08:21:26.949Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dd7b280-aba0-4898-88da-b51b685c87ee/model-vers/model-ver/c93f7caf-66cf-494a-a547-47831147bd19?depth=0|INFO|500||Invoke
2022-04-11T08:21:26.949Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dd7b280-aba0-4898-88da-b51b685c87ee/model-vers/model-ver/c93f7caf-66cf-494a-a547-47831147bd19?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dd7b280-aba0-4898-88da-b51b685c87ee/model-vers/model-ver/c93f7caf-66cf-494a-a547-47831147bd19?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a4cb4804-9156-4933-a475-7025f94e50e4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c49b9f12-6929-4cd5-a09a-49562247d5bc], X-ECOMP-RequestID=[a4cb4804-9156-4933-a475-7025f94e50e4], X-TransactionId=[], X-ONAP-RequestID=[a4cb4804-9156-4933-a475-7025f94e50e4], Content-Type=[application/merge-patch+json]}
2022-04-11T08:21:28.493Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dd7b280-aba0-4898-88da-b51b685c87ee/model-vers/model-ver/c93f7caf-66cf-494a-a547-47831147bd19?depth=0|INFO|500||Invoke
2022-04-11T08:21:28.494Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dd7b280-aba0-4898-88da-b51b685c87ee/model-vers/model-ver/c93f7caf-66cf-494a-a547-47831147bd19?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dd7b280-aba0-4898-88da-b51b685c87ee/model-vers/model-ver/c93f7caf-66cf-494a-a547-47831147bd19?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a4cb4804-9156-4933-a475-7025f94e50e4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[71245b8e-99c1-41ff-b836-18282ebb218f], X-ECOMP-RequestID=[a4cb4804-9156-4933-a475-7025f94e50e4], X-TransactionId=[], X-ONAP-RequestID=[a4cb4804-9156-4933-a475-7025f94e50e4], Content-Type=[application/merge-patch+json]}
2022-04-11T08:21:30.039Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dd7b280-aba0-4898-88da-b51b685c87ee/model-vers/model-ver/c93f7caf-66cf-494a-a547-47831147bd19?depth=0|INFO|500||Invoke
2022-04-11T08:21:30.039Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dd7b280-aba0-4898-88da-b51b685c87ee/model-vers/model-ver/c93f7caf-66cf-494a-a547-47831147bd19?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dd7b280-aba0-4898-88da-b51b685c87ee/model-vers/model-ver/c93f7caf-66cf-494a-a547-47831147bd19?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a4cb4804-9156-4933-a475-7025f94e50e4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4f03ad28-8be9-43f5-967b-c67a7f41a9f5], X-ECOMP-RequestID=[a4cb4804-9156-4933-a475-7025f94e50e4], X-TransactionId=[], X-ONAP-RequestID=[a4cb4804-9156-4933-a475-7025f94e50e4], Content-Type=[application/merge-patch+json]}
2022-04-11T08:21:31.062Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dd7b280-aba0-4898-88da-b51b685c87ee/model-vers/model-ver/c93f7caf-66cf-494a-a547-47831147bd19?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T08:21:31.063Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dd7b280-aba0-4898-88da-b51b685c87ee/model-vers/model-ver/c93f7caf-66cf-494a-a547-47831147bd19?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-11T08:21:31.063Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dd7b280-aba0-4898-88da-b51b685c87ee/model-vers/model-ver/c93f7caf-66cf-494a-a547-47831147bd19?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T08:21:31.063Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dd7b280-aba0-4898-88da-b51b685c87ee/model-vers/model-ver/c93f7caf-66cf-494a-a547-47831147bd19?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T08:21:31.068Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dd7b280-aba0-4898-88da-b51b685c87ee/model-vers/model-ver/c93f7caf-66cf-494a-a547-47831147bd19?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-11T08:21:31.068Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dd7b280-aba0-4898-88da-b51b685c87ee/model-vers/model-ver/c93f7caf-66cf-494a-a547-47831147bd19?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a4cb4804-9156-4933-a475-7025f94e50e4 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T08:21:31.068Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dd7b280-aba0-4898-88da-b51b685c87ee/model-vers/model-ver/c93f7caf-66cf-494a-a547-47831147bd19?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-11T08:21:31.069Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dd7b280-aba0-4898-88da-b51b685c87ee/model-vers/model-ver/c93f7caf-66cf-494a-a547-47831147bd19?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T08:21:31.071Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dd7b280-aba0-4898-88da-b51b685c87ee/model-vers/model-ver/c93f7caf-66cf-494a-a547-47831147bd19?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T08:21:31.071Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dd7b280-aba0-4898-88da-b51b685c87ee/model-vers/model-ver/c93f7caf-66cf-494a-a547-47831147bd19?depth=0|DEBUG|500||try to send status {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649665291068,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T08:21:31.171Z||pool-296-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T08:21:31.172Z||pool-296-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T08:21:31.172Z||pool-296-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T08:21:31.186Z||pool-296-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:21:31.187Z||pool-296-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T08:21:32.088Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dd7b280-aba0-4898-88da-b51b685c87ee/model-vers/model-ver/c93f7caf-66cf-494a-a547-47831147bd19?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:21:32.089Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dd7b280-aba0-4898-88da-b51b685c87ee/model-vers/model-ver/c93f7caf-66cf-494a-a547-47831147bd19?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:21:32.089Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dd7b280-aba0-4898-88da-b51b685c87ee/model-vers/model-ver/c93f7caf-66cf-494a-a547-47831147bd19?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:21:42.338Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dd7b280-aba0-4898-88da-b51b685c87ee/model-vers/model-ver/c93f7caf-66cf-494a-a547-47831147bd19?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:21:42.339Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dd7b280-aba0-4898-88da-b51b685c87ee/model-vers/model-ver/c93f7caf-66cf-494a-a547-47831147bd19?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:21:42.340Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dd7b280-aba0-4898-88da-b51b685c87ee/model-vers/model-ver/c93f7caf-66cf-494a-a547-47831147bd19?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:21:42.340Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dd7b280-aba0-4898-88da-b51b685c87ee/model-vers/model-ver/c93f7caf-66cf-494a-a547-47831147bd19?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:21:44.824Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:21:44.825Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:21:44.825Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:21:45.444Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:21:45.445Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||received message from topic
2022-04-11T08:21:45.445Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "a4cb4804-9156-4933-a475-7025f94e50e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649665291068,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T08:21:45.446Z|7d9d81fa-8a0d-4f14-954d-0226357f737d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ff1c586-e16f-4518-8173-9eedc970c469/model-vers/model-ver/9935615d-7032-472a-a104-dec7cc73c263?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T08:21:51.907Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dd7b280-aba0-4898-88da-b51b685c87ee/model-vers/model-ver/c93f7caf-66cf-494a-a547-47831147bd19?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:21:51.908Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dd7b280-aba0-4898-88da-b51b685c87ee/model-vers/model-ver/c93f7caf-66cf-494a-a547-47831147bd19?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:21:51.909Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dd7b280-aba0-4898-88da-b51b685c87ee/model-vers/model-ver/c93f7caf-66cf-494a-a547-47831147bd19?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:21:51.909Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dd7b280-aba0-4898-88da-b51b685c87ee/model-vers/model-ver/c93f7caf-66cf-494a-a547-47831147bd19?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:22:01.449Z|a4cb4804-9156-4933-a475-7025f94e50e4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dd7b280-aba0-4898-88da-b51b685c87ee/model-vers/model-ver/c93f7caf-66cf-494a-a547-47831147bd19?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:22:01.451Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:22:01.452Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:22:01.452Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:22:10.996Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:22:44.821Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:22:44.822Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:22:44.822Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T08:22:44.824Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T08:22:44.825Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T08:22:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T08:22:54.370Z|f70da5aa-962c-4d9d-bef9-e2e3575d03e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a1adc3-c5da-4452-a22f-6ada371cfe40/model-vers/model-ver/bc9f9737-ac78-4931-ba9e-f85cbbd536c2?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T08:22:54.375Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK