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-09-23T20:42:26.436Z||main|||||INFO|500||The following profiles are active: basic
2022-09-23T20:43:15.920Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-23T20:43:15.943Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-23T20:43:16.312Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-23T20:43:37.476Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-23T20:43:40.144Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-23T20:43:42.311Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-23T20:43:42.351Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-23T20:43:42.897Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-23T20:43:44.998Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-23T20:43:48.405Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-23T20:44:03.262Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-23T20:44:10.619Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-23T20:44:10.761Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-23T20:44:15.359Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-23T20:44:16.309Z||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-09-23T20:44:22.400Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-23T20:44:26.350Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-09-23T20:44:26.395Z||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$$2538ded1.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-09-23T20:44:26.399Z||main|||||WARN|500||The sdc end point is not alive
2022-09-23T20:44:36.249Z||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-09-23T20:44:50.281Z||main|||||WARN|500||---
2022-09-23T20:44:50.282Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-23T20:44:50.283Z||main|||||WARN|500||---
2022-09-23T20:44:51.033Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-23T20:45:09.573Z||main|||||INFO|500||Started Application in 179.269 seconds (JVM running for 192.316)
2022-09-23T20:45:09.753Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-23T20:45:09.766Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-23T20:45:09.814Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-23T20:45:09.932Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-23T20:45:10.048Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e598c747-1215-41ef-9183-c631034a3955 url= /sdc/v1/artifactTypes
2022-09-23T20:45:10.049Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-23T20:45:10.823Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-23T20:45:10.855Z||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-09-23T20:45:10.889Z||scheduling-1|||||DEBUG|500||create keys
2022-09-23T20:45:10.899Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-23T20:45:11.076Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T20:45:11.109Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= be4cdc22-bf36-47f4-b983-e05aeafad793 url= /sdc/v1/registerForDistribution
2022-09-23T20:45:11.313Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= be4cdc22-bf36-47f4-b983-e05aeafad793 url= /sdc/v1/registerForDistribution
2022-09-23T20:45:11.313Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-23T20:45:11.379Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:45:11.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:45:11.393Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-23T20:45:11.496Z||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-09-23T20:45:11.497Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:45:11.500Z||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-09-23T20:45:11.500Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:45:22.392Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T20:45:22.589Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T20:46:11.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:46:11.334Z||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-09-23T20:46:11.335Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:46:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:46:11.353Z||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-09-23T20:46:11.355Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:46:21.035Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T20:46:21.190Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T20:47:11.328Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:47:11.332Z||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-09-23T20:47:11.333Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:47:11.349Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:47:11.352Z||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-09-23T20:47:11.355Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:47:21.075Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T20:47:21.179Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T20:48:11.331Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:48:11.332Z||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-09-23T20:48:11.332Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:48:11.366Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:48:11.369Z||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-09-23T20:48:11.375Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:48:21.119Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T20:48:21.170Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T20:49:11.328Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:49:11.339Z||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-09-23T20:49:11.341Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:49:11.349Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:49:11.358Z||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-09-23T20:49:11.358Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:49:21.009Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T20:49:21.063Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T20:50:11.334Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:50:11.339Z||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-09-23T20:50:11.339Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:50:11.352Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:50:11.354Z||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-09-23T20:50:11.355Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:50:21.055Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T20:50:21.200Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T20:51:11.327Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:51:11.330Z||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-09-23T20:51:11.331Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:51:11.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:51:11.349Z||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-09-23T20:51:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:51:21.356Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T20:51:21.434Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T20:52:11.329Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:52:11.334Z||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-09-23T20:52:11.341Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:52:11.371Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:52:11.407Z||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-09-23T20:52:11.408Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:52:21.180Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T20:52:21.216Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T20:52:56.920Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-23T20:53:11.341Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:53:11.342Z||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-09-23T20:53:11.342Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:53:11.350Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:53:11.350Z||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-09-23T20:53:11.351Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:53:21.087Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T20:53:21.096Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T20:54:11.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:54:11.345Z||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-09-23T20:54:11.349Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:54:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:54:11.352Z||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-09-23T20:54:11.352Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:54:21.066Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T20:54:21.128Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T20:55:11.327Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:55:11.332Z||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-09-23T20:55:11.335Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:55:11.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:55:11.349Z||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-09-23T20:55:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:55:20.923Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T20:55:21.006Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T20:56:11.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:56:11.341Z||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-09-23T20:56:11.342Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:56:11.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:56:11.349Z||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-09-23T20:56:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:56:20.932Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T20:56:20.934Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T20:57:11.327Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:57:11.330Z||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-09-23T20:57:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:57:11.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:57:11.349Z||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-09-23T20:57:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:57:20.903Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T20:57:20.915Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T20:58:11.331Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:58:11.333Z||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-09-23T20:58:11.334Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:58:11.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:58:11.349Z||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-09-23T20:58:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:58:20.968Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T20:58:20.977Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T20:59:11.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:59:11.336Z||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-09-23T20:59:11.338Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:59:11.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:59:11.349Z||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-09-23T20:59:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:59:20.911Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T20:59:20.927Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:00:11.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:00:11.330Z||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-09-23T21:00:11.331Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:00:11.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:00:11.352Z||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-09-23T21:00:11.352Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:00:21.027Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:00:21.078Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:01:11.327Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:01:11.328Z||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-09-23T21:01:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:01:11.349Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:01:11.352Z||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-09-23T21:01:11.353Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:01:21.036Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:01:21.047Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:02:11.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:02:11.338Z||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-09-23T21:02:11.338Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:02:11.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:02:11.350Z||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-09-23T21:02:11.351Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:02:20.900Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:02:20.922Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:03:11.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:03:11.333Z||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-09-23T21:03:11.333Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:03:11.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:03:11.358Z||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-09-23T21:03:11.358Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:03:20.930Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:03:20.983Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:04:11.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:04:11.330Z||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-09-23T21:04:11.331Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:04:11.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:04:11.353Z||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-09-23T21:04:11.353Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:04:21.051Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:04:21.077Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:05:11.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:05:11.347Z||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-09-23T21:05:11.348Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:05:11.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:05:11.350Z||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-09-23T21:05:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:05:20.988Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:05:20.998Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:06:11.327Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:06:11.329Z||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-09-23T21:06:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:06:11.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:06:11.350Z||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-09-23T21:06:11.351Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:06:20.959Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:06:21.141Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:07:11.327Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:07:11.333Z||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-09-23T21:07:11.335Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:07:11.349Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:07:11.350Z||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-09-23T21:07:11.351Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:07:20.976Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:07:20.991Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:08:11.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:08:11.330Z||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-09-23T21:08:11.331Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:08:11.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:08:11.352Z||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-09-23T21:08:11.353Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:08:20.961Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:08:21.032Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:09:11.327Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:09:11.346Z||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-09-23T21:09:11.346Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:09:11.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:09:11.349Z||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-09-23T21:09:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:09:21.033Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:09:21.056Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:10:11.327Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:10:11.328Z||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-09-23T21:10:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:10:11.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:10:11.352Z||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-09-23T21:10:11.352Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:10:20.949Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:10:20.969Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:11:11.327Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:11:11.329Z||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-09-23T21:11:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:11:11.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:11:11.350Z||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-09-23T21:11:11.351Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:11:21.036Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:11:21.036Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:12:11.327Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:12:11.328Z||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-09-23T21:12:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:12:11.349Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:12:11.353Z||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-09-23T21:12:11.356Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:12:20.963Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:12:20.971Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:13:11.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:13:11.332Z||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-09-23T21:13:11.333Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:13:11.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:13:11.349Z||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-09-23T21:13:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:13:20.931Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:13:20.943Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:14:11.327Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:14:11.329Z||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-09-23T21:14:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:14:11.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:14:11.350Z||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-09-23T21:14:11.362Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:14:20.899Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:14:20.924Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:15:11.327Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:15:11.329Z||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-09-23T21:15:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:15:11.351Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:15:11.352Z||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-09-23T21:15:11.368Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:15:21.074Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:15:21.084Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:16:11.328Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:16:11.329Z||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-09-23T21:16:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:16:11.349Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:16:11.350Z||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-09-23T21:16:11.351Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:16:20.943Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:16:21.011Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:17:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:17:11.328Z||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-09-23T21:17:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:17:11.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:17:11.349Z||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-09-23T21:17:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:17:20.908Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:17:20.967Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:18:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:18:11.328Z||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-09-23T21:18:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:18:11.348Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:18:11.349Z||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-09-23T21:18:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:18:20.930Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:18:20.932Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:19:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:19:11.329Z||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-09-23T21:19:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:19:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:19:11.349Z||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-09-23T21:19:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:19:20.928Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:19:20.932Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:20:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:20:11.329Z||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-09-23T21:20:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:20:11.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:20:11.349Z||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-09-23T21:20:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:20:20.916Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:20:20.916Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:21:11.327Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:21:11.328Z||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-09-23T21:21:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:21:11.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:21:11.350Z||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-09-23T21:21:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:21:20.954Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:21:20.959Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:22:11.327Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:22:11.333Z||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-09-23T21:22:11.333Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:22:11.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:22:11.349Z||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-09-23T21:22:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:22:21.003Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:22:21.058Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:23:11.327Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:23:11.329Z||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-09-23T21:23:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:23:11.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:23:11.350Z||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-09-23T21:23:11.365Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:23:20.923Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:23:20.958Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:24:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:24:11.328Z||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-09-23T21:24:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:24:11.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:24:11.351Z||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-09-23T21:24:11.351Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:24:20.931Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:24:20.975Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:25:11.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:25:11.334Z||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-09-23T21:25:11.335Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:25:11.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:25:11.354Z||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-09-23T21:25:11.355Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:25:20.911Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:25:20.979Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:26:11.329Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:26:11.343Z||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-09-23T21:26:11.343Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:26:11.350Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:26:11.351Z||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-09-23T21:26:11.351Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:26:21.044Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:26:21.036Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:27:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:27:11.328Z||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-09-23T21:27:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:27:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:27:11.349Z||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-09-23T21:27:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:27:20.963Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:27:20.965Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:28:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:28:11.328Z||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-09-23T21:28:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:28:11.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:28:11.349Z||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-09-23T21:28:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:28:20.923Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:28:20.942Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:29:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:29:11.328Z||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-09-23T21:29:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:29:11.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:29:11.350Z||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-09-23T21:29:11.351Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:29:20.940Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:29:20.941Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:30:11.329Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:30:11.340Z||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-09-23T21:30:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:30:11.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:30:11.360Z||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-09-23T21:30:11.361Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:30:21.113Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:30:21.142Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:31:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:31:11.329Z||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-09-23T21:31:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:31:11.368Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:31:11.369Z||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-09-23T21:31:11.370Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:31:21.082Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:31:21.084Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:32:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:32:11.328Z||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-09-23T21:32:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:32:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:32:11.349Z||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-09-23T21:32:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:32:20.897Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:32:20.926Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:33:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:33:11.328Z||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-09-23T21:33:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:33:11.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:33:11.349Z||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-09-23T21:33:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:33:20.896Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:33:20.925Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:34:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:34:11.329Z||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-09-23T21:34:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:34:11.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:34:11.360Z||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-09-23T21:34:11.360Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:34:20.965Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:34:21.143Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:35:11.329Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:35:11.331Z||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-09-23T21:35:11.333Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:35:11.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:35:11.349Z||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-09-23T21:35:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:35:20.963Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:35:20.981Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:36:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:36:11.328Z||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-09-23T21:36:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:36:11.348Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:36:11.383Z||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-09-23T21:36:11.393Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:36:20.974Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:36:21.036Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:37:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:37:11.330Z||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-09-23T21:37:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:37:11.349Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:37:11.353Z||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-09-23T21:37:11.357Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:37:20.940Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:37:20.952Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:38:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:38:11.329Z||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-09-23T21:38:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:38:11.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:38:11.349Z||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-09-23T21:38:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:38:20.963Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:38:20.970Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:39:11.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:39:11.339Z||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-09-23T21:39:11.340Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:39:11.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:39:11.350Z||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-09-23T21:39:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:39:21.003Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:39:21.136Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:40:11.327Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:40:11.328Z||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-09-23T21:40:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:40:11.349Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:40:11.351Z||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-09-23T21:40:11.351Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:40:20.960Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:40:20.979Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:41:11.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:41:11.330Z||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-09-23T21:41:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:41:11.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:41:11.351Z||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-09-23T21:41:11.351Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:41:20.972Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:41:20.972Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:42:11.327Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:42:11.329Z||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-09-23T21:42:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:42:11.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:42:11.349Z||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-09-23T21:42:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:42:21.090Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:42:21.148Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:43:11.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:43:11.336Z||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-09-23T21:43:11.337Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:43:11.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:43:11.349Z||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-09-23T21:43:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:43:20.903Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:43:20.903Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:44:11.327Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:44:11.328Z||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-09-23T21:44:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:44:11.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:44:11.348Z||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-09-23T21:44:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:44:20.915Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:44:20.930Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:45:11.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:45:11.334Z||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-09-23T21:45:11.336Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:45:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:45:11.349Z||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-09-23T21:45:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:45:21.415Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:45:21.489Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:46:11.329Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:46:11.331Z||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-09-23T21:46:11.331Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:46:11.351Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:46:11.358Z||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-09-23T21:46:11.358Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:46:21.139Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:46:21.175Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:47:11.327Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:47:11.331Z||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-09-23T21:47:11.331Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:47:11.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:47:11.349Z||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-09-23T21:47:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:47:20.907Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:47:20.984Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:48:11.327Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:48:11.329Z||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-09-23T21:48:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:48:11.351Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:48:11.355Z||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-09-23T21:48:11.370Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:48:20.956Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:48:21.104Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:49:11.327Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:49:11.328Z||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-09-23T21:49:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:49:11.362Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:49:11.364Z||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-09-23T21:49:11.365Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:49:20.947Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:49:20.994Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:50:11.329Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:50:11.330Z||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-09-23T21:50:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:50:11.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:50:11.349Z||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-09-23T21:50:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:50:20.972Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:50:21.105Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:51:11.327Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:51:11.328Z||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-09-23T21:51:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:51:11.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:51:11.352Z||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-09-23T21:51:11.354Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:51:20.927Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:51:20.976Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:52:11.327Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:52:11.328Z||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-09-23T21:52:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:52:11.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:52:11.349Z||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-09-23T21:52:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:52:20.990Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:52:21.034Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:53:11.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:53:11.336Z||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-09-23T21:53:11.336Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:53:11.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:53:11.350Z||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-09-23T21:53:11.351Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:53:20.964Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:53:20.996Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:54:11.327Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:54:11.329Z||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-09-23T21:54:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:54:11.349Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:54:11.355Z||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-09-23T21:54:11.357Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:54:20.897Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:54:20.954Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:55:11.327Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:55:11.329Z||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-09-23T21:55:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:55:11.348Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:55:11.349Z||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-09-23T21:55:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:55:20.914Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:55:20.965Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:56:11.327Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:56:11.345Z||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-09-23T21:56:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:56:11.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:56:11.360Z||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-09-23T21:56:11.361Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:56:21.081Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:56:21.081Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:57:11.330Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:57:11.335Z||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-09-23T21:57:11.336Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:57:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:57:11.349Z||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-09-23T21:57:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:57:20.911Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:57:20.929Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:58:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:58:11.328Z||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-09-23T21:58:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:58:11.353Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:58:11.367Z||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-09-23T21:58:11.371Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:58:21.046Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:58:21.096Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:59:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:59:11.329Z||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-09-23T21:59:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:59:11.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:59:11.350Z||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-09-23T21:59:11.354Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:59:20.947Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T21:59:20.986Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:00:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:00:11.331Z||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-09-23T22:00:11.332Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:00:11.362Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:00:11.378Z||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-09-23T22:00:11.378Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:00:21.035Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:00:21.085Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:01:11.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:01:11.329Z||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-09-23T22:01:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:01:11.352Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:01:11.353Z||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-09-23T22:01:11.354Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:01:21.022Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:01:21.081Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:02:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:02:11.329Z||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-09-23T22:02:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:02:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:02:11.349Z||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-09-23T22:02:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:02:20.924Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:02:20.937Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:03:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:03:11.329Z||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-09-23T22:03:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:03:11.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:03:11.349Z||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-09-23T22:03:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:03:20.895Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:03:20.907Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:04:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:04:11.328Z||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-09-23T22:04:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:04:11.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:04:11.348Z||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-09-23T22:04:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:04:20.901Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:04:20.916Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:05:11.343Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:05:11.346Z||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-09-23T22:05:11.347Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:05:11.349Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:05:11.354Z||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-09-23T22:05:11.356Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:05:20.927Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:05:20.986Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:06:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:06:11.328Z||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-09-23T22:06:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:06:11.348Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:06:11.349Z||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-09-23T22:06:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:06:20.999Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:06:21.099Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:07:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:07:11.329Z||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-09-23T22:07:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:07:11.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:07:11.349Z||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-09-23T22:07:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:07:21.098Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:07:21.114Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:08:11.330Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:08:11.331Z||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-09-23T22:08:11.331Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:08:11.349Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:08:11.353Z||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-09-23T22:08:11.353Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:08:20.972Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:08:20.976Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:09:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:09:11.329Z||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-09-23T22:09:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:09:11.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:09:11.349Z||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-09-23T22:09:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:09:20.995Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:09:21.074Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:10:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:10:11.328Z||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-09-23T22:10:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:10:11.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:10:11.349Z||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-09-23T22:10:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:10:20.990Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:10:21.045Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:11:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:11:11.328Z||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-09-23T22:11:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:11:11.349Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:11:11.350Z||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-09-23T22:11:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:11:21.127Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:11:21.137Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:12:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:12:11.330Z||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-09-23T22:12:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:12:11.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:12:11.349Z||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-09-23T22:12:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:12:20.991Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:12:20.992Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:13:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:13:11.328Z||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-09-23T22:13:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:13:11.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:13:11.349Z||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-09-23T22:13:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:13:21.029Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:13:21.030Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:14:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:14:11.330Z||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-09-23T22:14:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:14:11.348Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:14:11.349Z||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-09-23T22:14:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:14:20.921Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:14:20.925Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:15:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:15:11.328Z||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-09-23T22:15:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:15:11.348Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:15:11.349Z||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-09-23T22:15:11.352Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:15:20.998Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:15:21.040Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:16:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:16:11.328Z||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-09-23T22:16:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:16:11.348Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:16:11.349Z||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-09-23T22:16:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:16:20.987Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:16:20.994Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:17:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:17:11.328Z||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-09-23T22:17:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:17:11.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:17:11.349Z||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-09-23T22:17:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:17:20.938Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:17:20.941Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:18:11.330Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:18:11.331Z||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-09-23T22:18:11.331Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:18:11.348Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:18:11.349Z||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-09-23T22:18:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:18:21.212Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:18:21.222Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:19:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:19:11.328Z||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-09-23T22:19:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:19:11.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:19:11.356Z||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-09-23T22:19:11.357Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:19:21.104Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:19:21.133Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:20:11.331Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:20:11.333Z||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-09-23T22:20:11.345Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:20:11.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:20:11.351Z||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-09-23T22:20:11.352Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:20:21.070Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:20:21.076Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:21:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:21:11.329Z||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-09-23T22:21:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:11.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:21:11.349Z||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-09-23T22:21:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:11.542Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:21:11.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663971659711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:21:11.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663971659711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.684Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:21:11.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663971659711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:21:11.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "policy-id",
  "timestamp": 1663971661804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:21:11.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663971662299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:21:11.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663971659711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:21:11.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "policy-id",
  "timestamp": 1663971661804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:21:11.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663971662299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T22:21:11.689Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:21:11.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663971659711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.690Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:21:11.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "policy-id",
  "timestamp": 1663971661804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-23T22:21:11.691Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:21:11.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663971662299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-23T22:21:11.692Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:21:11.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663971659711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.693Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:21:11.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "policy-id",
  "timestamp": 1663971661804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.693Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:21:11.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663971662299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.694Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:21:11.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "clamp",
  "timestamp": 1663971666604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:21:11.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663971659711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:21:11.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "policy-id",
  "timestamp": 1663971661804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:21:11.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663971662299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-23T22:21:11.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:21:11.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "clamp",
  "timestamp": 1663971666604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T22:21:11.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:21:11.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "policy-id",
  "timestamp": 1663971661804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:21:11.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663971662299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:21:11.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "clamp",
  "timestamp": 1663971666604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:21:11.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "policy-id",
  "timestamp": 1663971661804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:21:11.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:21:11.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663971662299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:21:11.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:21:11.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "clamp",
  "timestamp": 1663971666604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:21:11.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663971670431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:21:11.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:21:11.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "policy-id",
  "timestamp": 1663971669889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:21:11.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:21:11.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "clamp",
  "timestamp": 1663971666604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:21:12.048Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:21:12.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-23T22:21:12.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"145d6955-9ed6-4242-a3a5-f2069702ca30","serviceName":"vFW 2022-09-23 22-18-06","serviceVersion":"1.0","serviceUUID":"5664e20e-e190-4fd4-ae89-26b050dbf35e","serviceDescription":"catalog service description","serviceInvariantUUID":"02993d20-e654-4fab-bd33-00b07a48e246","resources":[{"resourceInstanceName":"vFW a35399bd-70e5 0","resourceName":"vFW a35399bd-70e5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"af0db37c-936e-4436-baa7-9ae64f88d424","resourceInvariantUUID":"d5ce423d-861f-4748-a3d0-73d674647211","resourceCustomizationUUID":"2820cf3e-fa58-481a-9693-141f4fa79423","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vf-license-model.xml","artifactChecksum":"M2NhMTBiOWM1MjA1OTUxMTI0MjhkNTNlMjQ3MTk4MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6eb1ad8d-ae40-4360-a4da-baa85f65a2e8","artifactVersion":"1"},{"artifactName":"vfwa35399bd70e50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json","artifactChecksum":"MDJkYzhiNTFmODE1MjQwNzlhZjdkNDIxYzI2MzYwZmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3157d703-c84c-4b77-8ef7-4a5b8cc05b2b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9d498be0-8c84-4088-aecc-d1d346a76d97","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vendor-license-model.xml","artifactChecksum":"NmM0MTdlNDEzNmEyNjU4ZmNlNDFhMjY2MzI3MjRiOTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"476e7bd8-d820-45fd-8aa0-c5e279d568b6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4a799965-b4fc-43e3-a16f-d8dd2d2004b6","artifactVersion":"2","generatedFromUUID":"9d498be0-8c84-4088-aecc-d1d346a76d97"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220923221806-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-template.yml","artifactChecksum":"MTA5NmQxYmU0ODI2MWMyOWQ1ODllNWE0OGM0ZWU5MDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a372f6bf-3ed0-40fd-99f4-7ebf6d0ac003","artifactVersion":"1"},{"artifactName":"service-Vfw20220923221806-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar","artifactChecksum":"MWQwNzU5MDZkMzIyZjRmZTYwM2E0NTk1ZTEwYWZkYzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ca4bf2a0-c940-49f5-a307-73d8de1f0829","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-23T22:21:12.171Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:21:12.204Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:21:12.393Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:21:12.394Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971671327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:21:12.491Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 24 ms
2022-09-23T22:21:12.540Z||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-09-23T22:21:12.541Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:12.595Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:21:12.604Z||pool-3-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:21:13.470Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:21:13.471Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:21:13.474Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:21:13.474Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971671327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T22:21:13.583Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-09-23T22:21:13.618Z||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-09-23T22:21:13.618Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:13.650Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:21:13.651Z||pool-4-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:21:14.475Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:21:14.476Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:21:14.496Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:21:14.500Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971671327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-23T22:21:14.588Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-09-23T22:21:14.589Z||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-09-23T22:21:14.589Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:14.635Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:21:14.635Z||pool-5-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:21:15.501Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:21:15.502Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:21:15.505Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:21:15.505Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971671327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:21:15.606Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-23T22:21:15.607Z||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-09-23T22:21:15.607Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:15.641Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:21:15.641Z||pool-6-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:21:16.509Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:21:16.511Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:21:16.521Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:21:16.522Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971671327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-23T22:21:16.621Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-23T22:21:16.628Z||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-09-23T22:21:16.628Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:16.647Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:21:16.648Z||pool-7-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:21:17.522Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:21:17.526Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:21:17.537Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:21:17.537Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971671327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:21:17.638Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-23T22:21:17.696Z||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-09-23T22:21:17.696Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:17.734Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:21:17.734Z||pool-8-thread-1|||||INFO|500||cambria reply ok (96 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:21:18.537Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:21:18.538Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:21:18.559Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:21:18.559Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971671327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:21:18.655Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-23T22:21:18.656Z||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-09-23T22:21:18.656Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:18.696Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:21:18.696Z||pool-9-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:21:19.568Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "serviceName": "vFW 2022-09-23 22-18-06",
  "serviceVersion": "1.0",
  "serviceUUID": "5664e20e-e190-4fd4-ae89-26b050dbf35e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "02993d20-e654-4fab-bd33-00b07a48e246",
  "resources": [
    {
      "resourceInstanceName": "vFW a35399bd-70e5 0",
      "resourceCustomizationUUID": "2820cf3e-fa58-481a-9693-141f4fa79423",
      "resourceName": "vFW a35399bd-70e5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "af0db37c-936e-4436-baa7-9ae64f88d424",
      "resourceInvariantUUID": "d5ce423d-861f-4748-a3d0-73d674647211",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa35399bd70e50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json",
          "artifactChecksum": "MDJkYzhiNTFmODE1MjQwNzlhZjdkNDIxYzI2MzYwZmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3157d703-c84c-4b77-8ef7-4a5b8cc05b2b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9d498be0-8c84-4088-aecc-d1d346a76d97",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4a799965-b4fc-43e3-a16f-d8dd2d2004b6",
            "generatedFromUUID": "9d498be0-8c84-4088-aecc-d1d346a76d97"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4a799965-b4fc-43e3-a16f-d8dd2d2004b6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220923221806-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
      "artifactChecksum": "MWQwNzU5MDZkMzIyZjRmZTYwM2E0NTk1ZTEwYWZkYzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ca4bf2a0-c940-49f5-a307-73d8de1f0829"
    }
  ],
  "workloadContext": "Production"
}
2022-09-23T22:21:19.574Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-23T22:21:19.576Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5664e20e-e190-4fd4-ae89-26b050dbf35e ASDC
2022-09-23T22:21:20.110Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:145d6955-9ed6-4242-a3a5-f2069702ca30
ServiceName:vFW 2022-09-23 22-18-06
ServiceVersion:1.0
ServiceUUID:5664e20e-e190-4fd4-ae89-26b050dbf35e
ServiceInvariantUUID:02993d20-e654-4fab-bd33-00b07a48e246
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220923221806-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar
ArtifactUUID:ca4bf2a0-c940-49f5-a307-73d8de1f0829
ArtifactChecksum:MWQwNzU5MDZkMzIyZjRmZTYwM2E0NTk1ZTEwYWZkYzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a35399bd-70e5 0
ResourceCustomizationUUID:2820cf3e-fa58-481a-9693-141f4fa79423
ResourceInvariantUUID:d5ce423d-861f-4748-a3d0-73d674647211
ResourceName:vFW a35399bd-70e5
ResourceType:VF
ResourceUUID:af0db37c-936e-4436-baa7-9ae64f88d424
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa35399bd70e50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json
ArtifactUUID:3157d703-c84c-4b77-8ef7-4a5b8cc05b2b
ArtifactChecksum:MDJkYzhiNTFmODE1MjQwNzlhZjdkNDIxYzI2MzYwZmY=
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/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml
ArtifactUUID:9d498be0-8c84-4088-aecc-d1d346a76d97
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/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env
ArtifactUUID:4a799965-b4fc-43e3-a16f-d8dd2d2004b6
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/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env
ArtifactUUID:4a799965-b4fc-43e3-a16f-d8dd2d2004b6
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-23T22:21:20.111Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5664e20e-e190-4fd4-ae89-26b050dbf35e 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-09-23T22:21:20.921Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T22:21:20.923Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-23T22:21:20.933Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-23T22:21:20.936Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ca4bf2a0-c940-49f5-a307-73d8de1f0829 from URL: /sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar
2022-09-23T22:21:20.937Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-23T22:21:20.945Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar
2022-09-23T22:21:21.264Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-23T22:21:21.343Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar ca4bf2a0-c940-49f5-a307-73d8de1f0829 100627
2022-09-23T22:21:21.351Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar ASDC sendASDCNotification
2022-09-23T22:21:21.351Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar
2022-09-23T22:21:21.354Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T22:21:21.360Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:21:21.375Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:21:21.376Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971681344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:21:21.472Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-09-23T22:21:21.475Z||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-09-23T22:21:21.475Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:21.494Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:21:21.497Z||pool-10-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:21:22.377Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T22:21:22.381Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-23T22:21:22.382Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ca4bf2a0-c940-49f5-a307-73d8de1f0829, URL: /sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar to file: /app/ASDC/1/service-Vfw20220923221806-csar.csar
2022-09-23T22:21:22.382Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220923221806-csar.csar
2022-09-23T22:21:23.281Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220923221806-csar.csar
2022-09-23T22:21:23.284Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220923221806-csar.csar
2022-09-23T22:21:27.070Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4193133101892767379/Definitions/service-Vfw20220923221806-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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-09-23T22:21:45.364Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-23T22:21:45.382Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-09-23T22:21:45.382Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220923221806-csar.csar
2022-09-23T22:21:45.382Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-23T22:21:45.382Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220923221806-csar.csar
2022-09-23T22:21:45.383Z|145d6955-9ed6-4242-a3a5-f2069702ca30|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-Vfw20220923221806-csar.csar
2022-09-23T22:21:45.383Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a35399bd-70e5 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220923221806-csar.csar
2022-09-23T22:21:45.383Z|145d6955-9ed6-4242-a3a5-f2069702ca30|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-Vfw20220923221806-csar.csar
2022-09-23T22:21:45.383Z|145d6955-9ed6-4242-a3a5-f2069702ca30|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-Vfw20220923221806-csar.csar
2022-09-23T22:21:45.383Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220923221806-csar.csar
2022-09-23T22:21:45.383Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220923221806-csar.csar
2022-09-23T22:21:45.387Z|145d6955-9ed6-4242-a3a5-f2069702ca30|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-Vfw20220923221806-csar.csar
2022-09-23T22:21:45.387Z|145d6955-9ed6-4242-a3a5-f2069702ca30|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-Vfw20220923221806-csar.csar
2022-09-23T22:21:45.388Z|145d6955-9ed6-4242-a3a5-f2069702ca30|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-Vfw20220923221806-csar.csar
2022-09-23T22:21:45.388Z|145d6955-9ed6-4242-a3a5-f2069702ca30|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-Vfw20220923221806-csar.csar
2022-09-23T22:21:45.388Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-09-23T22:21:45.409Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:45.422Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:21:45.480Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is matching search criteria
2022-09-23T22:21:45.487Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-09-23T22:21:45.503Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a35399bd-70e5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T22:21:45.520Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:45.523Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:21:45.525Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is matching search criteria
2022-09-23T22:21:45.527Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-09-23T22:21:45.529Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a35399bd-70e5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T22:21:45.531Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:45.533Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:21:45.554Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:45.554Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is not matching search criteria
2022-09-23T22:21:45.554Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-23T22:21:45.554Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-23T22:21:45.555Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-23T22:21:45.555Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-23T22:21:45.555Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T22:21:45.555Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-23T22:21:45.555Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-23T22:21:45.555Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-23T22:21:45.555Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-23T22:21:45.556Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-23T22:21:45.556Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-23T22:21:45.556Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-23T22:21:45.556Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-23T22:21:45.556Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-23T22:21:45.566Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T22:21:45.567Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-23T22:21:45.567Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:45.567Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-23T22:21:45.569Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:45.569Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is matching search criteria
2022-09-23T22:21:45.569Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a35399bd-70e5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:21:45.569Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:45.570Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is matching search criteria
2022-09-23T22:21:45.570Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a35399bd-70e5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:21:45.570Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:45.570Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is matching search criteria
2022-09-23T22:21:45.570Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a35399bd-70e5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:21:45.571Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:45.571Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is not matching search criteria
2022-09-23T22:21:45.571Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-23T22:21:45.571Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-23T22:21:45.571Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-23T22:21:45.571Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-23T22:21:45.572Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-23T22:21:45.572Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-23T22:21:45.572Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-23T22:21:45.572Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-23T22:21:45.572Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-23T22:21:45.572Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-23T22:21:45.573Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T22:21:45.573Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=548cf33c-0c9a-474d-b867-f6e763ba554e
2022-09-23T22:21:45.573Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:45.573Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is not matching search criteria
2022-09-23T22:21:45.573Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-23T22:21:45.573Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-23T22:21:45.574Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-23T22:21:45.574Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-23T22:21:45.574Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T22:21:45.574Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-23T22:21:45.574Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-23T22:21:45.574Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-23T22:21:45.574Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-23T22:21:45.575Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-23T22:21:45.575Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-23T22:21:45.575Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T22:21:45.575Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8d87cdf0-74f2-41af-8730-3a7e956b359f
2022-09-23T22:21:45.575Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:45.584Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is not matching search criteria
2022-09-23T22:21:45.584Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-23T22:21:45.584Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-23T22:21:45.584Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-23T22:21:45.584Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-23T22:21:45.584Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T22:21:45.585Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-23T22:21:45.585Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-23T22:21:45.585Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-23T22:21:45.585Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-23T22:21:45.585Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-23T22:21:45.586Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-23T22:21:45.586Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-23T22:21:45.586Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ce8136cd-1a53-45de-9a61-f917ec9ab711
2022-09-23T22:21:45.586Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:45.586Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:21:45.587Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:45.587Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:21:45.587Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:45.587Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:21:45.587Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:45.588Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:21:45.588Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-09-23 22-18-06
Description:catalog service description
Model UUID:5664e20e-e190-4fd4-ae89-26b050dbf35e
Model Version:NULL
Model InvariantUuid:02993d20-e654-4fab-bd33-00b07a48e246
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a35399bd-70e5
Model UUID:55f67a7b-64b8-41fd-9507-c3386ce70d7a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d5ce423d-861f-4748-a3d0-73d674647211
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2820cf3e-fa58-481a-9693-141f4fa79423
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:409a20a0-a8b3-4eec-b085-1b9e2fb234b3
ModelName:VfwA35399bd70e5..base_vfw..module-0
ModelUuid:81dfe782-d8d6-4ed7-8c3d-01326fe78e97
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:548cf33c-0c9a-474d-b867-f6e763ba554e
ModelInvariantUuid:c3a7dbae-61d1-444f-a953-68cabd14b1c5
ModelName:vFW a35399bd-70e5-nodes.vfwCvfc
ModelUuid:c472afd5-92fb-4633-be7f-9e3c0fb354df
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:ac4ac169-de8b-4580-8097-cc59b2307bd8
ModelInvariantUuid:4b89bbfc-c9c1-4473-8768-ea2bf725921e
ModelName:VfwA35399bd70e5.compute.nodes.heat.vfw
ModelUuid:0963ddb8-6926-410a-bdd0-73fe6d128875
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d87cdf0-74f2-41af-8730-3a7e956b359f
ModelInvariantUuid:4e094979-a14c-425e-b20c-746c4e286748
ModelName:vFW a35399bd-70e5-nodes.vsnCvfc
ModelUuid:44d3e4e7-d925-484c-84e0-1d38867f3c86
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a0f189f3-2afd-4f5a-97fd-dc862438e5f5
ModelInvariantUuid:0a065e5c-32db-459d-bfd2-5b144f3f018d
ModelName:VfwA35399bd70e5.compute.nodes.heat.vsn
ModelUuid:1d84ffd3-c6c1-4520-a2ad-8c14a88fba46
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ce8136cd-1a53-45de-9a61-f917ec9ab711
ModelInvariantUuid:813e8e9e-74c1-4a0e-b634-c0927128c557
ModelName:vFW a35399bd-70e5-nodes.vpgCvfc
ModelUuid:98f5c225-9c2d-4daf-a8aa-09848566278e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1983e32d-80c0-4175-b1d1-d057200cf8d5
ModelInvariantUuid:2cdabff1-a291-41bb-a8b9-0d1d4036fa57
ModelName:VfwA35399bd70e5.compute.nodes.heat.vpg
ModelUuid:89505755-bca5-43da-baf9-e0f10f49392f
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-09-23T22:21:45.708Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: af0db37c-936e-4436-baa7-9ae64f88d424
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-09-23T22:21:46.208Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||vFW a35399bd-70e5 0
2022-09-23T22:21:46.297Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: af0db37c-936e-4436-baa7-9ae64f88d424
2022-09-23T22:21:46.299Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3157d703-c84c-4b77-8ef7-4a5b8cc05b2b from URL: /sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json
2022-09-23T22:21:46.300Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-23T22:21:46.301Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json
2022-09-23T22:21:46.448Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-23T22:21:46.450Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json 3157d703-c84c-4b77-8ef7-4a5b8cc05b2b 785
2022-09-23T22:21:46.453Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json ASDC sendASDCNotification
2022-09-23T22:21:46.453Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json
2022-09-23T22:21:46.459Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T22:21:46.461Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:21:46.476Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:21:46.477Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971706453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:21:46.577Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-23T22:21:46.595Z||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-09-23T22:21:46.595Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:46.658Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:21:46.659Z||pool-11-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:21:47.484Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA35399bd70e5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "409a20a0-a8b3-4eec-b085-1b9e2fb234b3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "81dfe782-d8d6-4ed7-8c3d-01326fe78e97",
    "vfModuleModelCustomizationUUID": "e9623244-4bba-4ea6-b9d5-45e285371b78",
    "isBase": true,
    "artifacts": [
      "9d498be0-8c84-4088-aecc-d1d346a76d97",
      "4a799965-b4fc-43e3-a16f-d8dd2d2004b6"
    ],
    "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-09-23T22:21:47.514Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA35399bd70e5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:81dfe782-d8d6-4ed7-8c3d-01326fe78e97
VfModuleModelInvariantUUID:409a20a0-a8b3-4eec-b085-1b9e2fb234b3
VfModuleModelDescription:NULL
Artifacts UUID List:{
9d498be0-8c84-4088-aecc-d1d346a76d97
,
4a799965-b4fc-43e3-a16f-d8dd2d2004b6

}
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-09-23T22:21:47.521Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA35399bd70e5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "409a20a0-a8b3-4eec-b085-1b9e2fb234b3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "81dfe782-d8d6-4ed7-8c3d-01326fe78e97",
    "vfModuleModelCustomizationUUID": "e9623244-4bba-4ea6-b9d5-45e285371b78",
    "isBase": true,
    "artifacts": [
      "9d498be0-8c84-4088-aecc-d1d346a76d97",
      "4a799965-b4fc-43e3-a16f-d8dd2d2004b6"
    ],
    "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-09-23T22:21:47.522Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA35399bd70e5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:81dfe782-d8d6-4ed7-8c3d-01326fe78e97
VfModuleModelInvariantUUID:409a20a0-a8b3-4eec-b085-1b9e2fb234b3
VfModuleModelDescription:NULL
Artifacts UUID List:{
9d498be0-8c84-4088-aecc-d1d346a76d97
,
4a799965-b4fc-43e3-a16f-d8dd2d2004b6

}
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-09-23T22:21:47.522Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9d498be0-8c84-4088-aecc-d1d346a76d97 from URL: /sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml
2022-09-23T22:21:47.522Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-23T22:21:47.523Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml
2022-09-23T22:21:47.603Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-23T22:21:47.607Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml 9d498be0-8c84-4088-aecc-d1d346a76d97 20368
2022-09-23T22:21:47.608Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-23T22:21:47.608Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml
2022-09-23T22:21:47.608Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T22:21:47.609Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:21:47.614Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:21:47.614Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971707608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:21:47.717Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-23T22:21:47.718Z||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-09-23T22:21:47.718Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:47.778Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:21:47.779Z||pool-12-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:21:48.619Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4a799965-b4fc-43e3-a16f-d8dd2d2004b6 from URL: /sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env
2022-09-23T22:21:48.620Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-23T22:21:48.621Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env
2022-09-23T22:21:48.844Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-23T22:21:48.844Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env 4a799965-b4fc-43e3-a16f-d8dd2d2004b6 2098
2022-09-23T22:21:48.845Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-23T22:21:48.845Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env
2022-09-23T22:21:48.845Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T22:21:48.847Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:21:48.882Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:21:48.883Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971708845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:21:48.955Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 72 ms
2022-09-23T22:21:48.957Z||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-09-23T22:21:48.957Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:48.984Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:21:48.985Z||pool-13-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:21:49.887Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 5664e20e-e190-4fd4-ae89-26b050dbf35e
2022-09-23T22:21:49.888Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a35399bd-70e5 0 af0db37c-936e-4436-baa7-9ae64f88d424 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-09-23T22:21:50.116Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@720418ca, org.onap.sdc.toscaparser.api.parameters.Input@53a6b7c4, org.onap.sdc.toscaparser.api.parameters.Input@6f29090b, org.onap.sdc.toscaparser.api.parameters.Input@55043bcb, org.onap.sdc.toscaparser.api.parameters.Input@714bbe9]
2022-09-23T22:21:50.137Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:50.146Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:21:50.146Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-09-23T22:21:50.147Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 2820cf3e-fa58-481a-9693-141f4fa79423
2022-09-23T22:21:50.147Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2820cf3e-fa58-481a-9693-141f4fa79423 matches Tosca VF Customization UUID: 2820cf3e-fa58-481a-9693-141f4fa79423
2022-09-23T22:21:50.147Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 2820cf3e-fa58-481a-9693-141f4fa79423  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-09-23T22:21:50.156Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:50.157Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:21:50.158Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 2820cf3e-fa58-481a-9693-141f4fa79423: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-23T22:21:50.158Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5fea110b
2022-09-23T22:21:50.158Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:50.158Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-23T22:21:50.159Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e9623244-4bba-4ea6-b9d5-45e285371b78
2022-09-23T22:21:50.160Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e9623244-4bba-4ea6-b9d5-45e285371b78
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-09-23T22:21:50.168Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:50.168Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is matching search criteria
2022-09-23T22:21:50.168Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a35399bd-70e5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:21:50.169Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:50.169Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is matching search criteria
2022-09-23T22:21:50.169Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a35399bd-70e5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:21:50.170Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:50.170Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is not matching search criteria
2022-09-23T22:21:50.170Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-23T22:21:50.170Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-23T22:21:50.170Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-23T22:21:50.171Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-23T22:21:50.171Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-23T22:21:50.171Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-23T22:21:50.171Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-23T22:21:50.171Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-23T22:21:50.171Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-23T22:21:50.172Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-23T22:21:50.172Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T22:21:50.172Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=548cf33c-0c9a-474d-b867-f6e763ba554e
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-09-23T22:21:50.227Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:50.228Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is matching search criteria
2022-09-23T22:21:50.228Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a35399bd-70e5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:21:50.228Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:50.229Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is not matching search criteria
2022-09-23T22:21:50.229Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-23T22:21:50.229Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-23T22:21:50.229Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-23T22:21:50.229Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-23T22:21:50.230Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T22:21:50.230Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-23T22:21:50.230Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-23T22:21:50.230Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-23T22:21:50.230Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-23T22:21:50.231Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-23T22:21:50.231Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-23T22:21:50.231Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T22:21:50.231Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8d87cdf0-74f2-41af-8730-3a7e956b359f
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-09-23T22:21:50.242Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:50.242Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is matching search criteria
2022-09-23T22:21:50.243Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a35399bd-70e5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:21:50.245Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:50.246Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is not matching search criteria
2022-09-23T22:21:50.246Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-23T22:21:50.246Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-23T22:21:50.246Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-23T22:21:50.247Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-23T22:21:50.247Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T22:21:50.251Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-23T22:21:50.251Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-23T22:21:50.251Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-23T22:21:50.252Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-23T22:21:50.253Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-23T22:21:50.254Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-23T22:21:50.256Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-23T22:21:50.257Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ce8136cd-1a53-45de-9a61-f917ec9ab711
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-09-23T22:21:50.276Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:50.281Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is matching search criteria
2022-09-23T22:21:50.291Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a35399bd-70e5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:21:50.302Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:50.303Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is matching search criteria
2022-09-23T22:21:50.304Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a35399bd-70e5 0] matching following query criteria: sdcType=VF, customizationUUID=2820cf3e-fa58-481a-9693-141f4fa79423
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-09-23T22:21:50.333Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:50.336Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:21:50.339Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 5664e20e-e190-4fd4-ae89-26b050dbf35e: vFW a35399bd-70e5
2022-09-23T22:21:50.343Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:50.344Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:21:50.345Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:50.346Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:21:50.347Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:50.348Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:21:50.361Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:50.364Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:21:50.364Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:21:50.364Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:21:50.365Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-09-23 22-18-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-09-23T22:21:52.267Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a35399bd-70e5 af0db37c-936e-4436-baa7-9ae64f88d424 1 ASDC deployResourceStructure
2022-09-23T22:21:52.276Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json ASDC sendASDCNotification
2022-09-23T22:21:52.276Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json
2022-09-23T22:21:52.277Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T22:21:52.277Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:21:52.283Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:21:52.284Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971712276,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T22:21:52.407Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 123 ms
2022-09-23T22:21:52.408Z||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-09-23T22:21:52.408Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:52.458Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:21:52.458Z||pool-14-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":2,"count":1}
2022-09-23T22:21:53.286Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-23T22:21:53.286Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml
2022-09-23T22:21:53.296Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T22:21:53.297Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:21:53.304Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:21:53.305Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971713286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-23T22:21:53.420Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms
2022-09-23T22:21:53.425Z||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-09-23T22:21:53.427Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:53.479Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:21:53.480Z||pool-15-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:21:54.308Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-23T22:21:54.308Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env
2022-09-23T22:21:54.308Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T22:21:54.309Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:21:54.315Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:21:54.315Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971714308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-23T22:21:54.415Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-23T22:21:54.416Z||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-09-23T22:21:54.417Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:54.466Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:21:54.467Z||pool-16-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":2,"count":1}
2022-09-23T22:21:55.319Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar ASDC sendASDCNotification
2022-09-23T22:21:55.319Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar
2022-09-23T22:21:55.319Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T22:21:55.320Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:21:55.329Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:21:55.329Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971715319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:21:55.458Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 129 ms
2022-09-23T22:21:55.459Z||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-09-23T22:21:55.459Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:55.506Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:21:55.507Z||pool-17-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:21:56.330Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 145d6955-9ed6-4242-a3a5-f2069702ca30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T22:21:56.417Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 145d6955-9ed6-4242-a3a5-f2069702ca30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-23T22:21:56.420Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T22:21:56.420Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T22:21:56.420Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T22:22:11.351Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:22:11.400Z||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-09-23T22:22:11.406Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:22:11.559Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:22:11.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:22:11.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "policy-id",
  "timestamp": 1663971670905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:22:11.567Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:22:26.422Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 145d6955-9ed6-4242-a3a5-f2069702ca30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T22:22:26.640Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 145d6955-9ed6-4242-a3a5-f2069702ca30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-23T22:22:26.668Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T22:22:26.670Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T22:22:26.672Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T22:22:56.674Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 145d6955-9ed6-4242-a3a5-f2069702ca30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T22:22:56.734Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 145d6955-9ed6-4242-a3a5-f2069702ca30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-23T22:22:56.739Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T22:22:56.742Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T22:22:56.745Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T22:23:11.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:23:11.349Z||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-09-23T22:23:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:23:11.450Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:23:11.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:23:11.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663971671532,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:23:11.453Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:23:26.747Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 145d6955-9ed6-4242-a3a5-f2069702ca30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T22:23:26.846Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 145d6955-9ed6-4242-a3a5-f2069702ca30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-23T22:23:26.864Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T22:23:26.865Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T22:23:26.869Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T22:23:56.870Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 145d6955-9ed6-4242-a3a5-f2069702ca30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T22:23:56.885Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 145d6955-9ed6-4242-a3a5-f2069702ca30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-23T22:23:56.888Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T22:23:56.888Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T22:23:56.888Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T22:24:11.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:24:11.349Z||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-09-23T22:24:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:24:11.484Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:24:11.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "clamp",
  "timestamp": 1663971666604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "policy-id",
  "timestamp": 1663971671910,
  "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-09-23T22:24:11.525Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 145d6955-9ed6-4242-a3a5-f2069702ca30
2022-09-23T22:24:11.525Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 145d6955-9ed6-4242-a3a5-f2069702ca30 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-09-23T22:24:11.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971671327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.546Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663971672723,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:24:11.547Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:11.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.547Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "clamp",
  "timestamp": 1663971666604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:24:11.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971671327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T22:24:11.549Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663971674021,
  "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-09-23T22:24:11.566Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 145d6955-9ed6-4242-a3a5-f2069702ca30
2022-09-23T22:24:11.566Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 145d6955-9ed6-4242-a3a5-f2069702ca30 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-09-23T22:24:11.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.609Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663971672870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.609Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971671327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-23T22:24:11.610Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663971675026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T22:24:11.611Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:11.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663971672870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.611Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971671327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.612Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663971672870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.612Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971671327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-23T22:24:11.612Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.613Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663971672870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.613Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.613Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971671327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.613Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663971672870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.614Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "aai-ml",
  "timestamp": 1663971677307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.614Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971671327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:24:11.615Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663971672870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "aai-ml",
  "timestamp": 1663971677307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663971672870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:24:11.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "aai-ml",
  "timestamp": 1663971677307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663971679712,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663971680963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:24:11.633Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:11.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "aai-ml",
  "timestamp": 1663971677307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.633Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971681344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:24:11.634Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:11.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663971679712,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "aai-ml",
  "timestamp": 1663971677307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663971679712,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663971682299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "policy-id",
  "timestamp": 1663971681805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "aai-ml",
  "timestamp": 1663971677307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663971679712,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663971682299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T22:24:11.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "policy-id",
  "timestamp": 1663971681805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "aai-ml",
  "timestamp": 1663971677307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:24:11.642Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663971679712,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.642Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663971682299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-23T22:24:11.642Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "policy-id",
  "timestamp": 1663971681805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-23T22:24:11.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663971679712,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663971682299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "policy-id",
  "timestamp": 1663971681805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "aai-ml",
  "timestamp": 1663971686320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:24:11.645Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:11.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663971679712,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663971682299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-09-23T22:24:11.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663971686599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:24:11.647Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:11.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "policy-id",
  "timestamp": 1663971681805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "clamp",
  "timestamp": 1663971687817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:24:11.648Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:11.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663971682299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663971687605,
  "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-09-23T22:24:11.725Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 145d6955-9ed6-4242-a3a5-f2069702ca30
2022-09-23T22:24:11.736Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 145d6955-9ed6-4242-a3a5-f2069702ca30 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-09-23T22:24:11.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "policy-id",
  "timestamp": 1663971681805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663971682299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:24:11.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663971672870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.879Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.879Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "policy-id",
  "timestamp": 1663971681805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:24:11.880Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "clamp",
  "timestamp": 1663971689845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:24:11.880Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:11.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663971672870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.881Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663971690459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:24:11.882Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:11.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "policy-id",
  "timestamp": 1663971690082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:24:11.883Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:11.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "clamp",
  "timestamp": 1663971690850,
  "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-09-23T22:24:11.897Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 145d6955-9ed6-4242-a3a5-f2069702ca30
2022-09-23T22:24:11.897Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 145d6955-9ed6-4242-a3a5-f2069702ca30 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-09-23T22:24:11.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663971672870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663971691607,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:24:11.965Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:11.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "policy-id",
  "timestamp": 1663971691088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:24:11.966Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:11.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663971672870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:11.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "policy-id",
  "timestamp": 1663971692091,
  "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-09-23T22:24:12.107Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8464d454-90fb-45ef-894d-9b51b1e48bc8
2022-09-23T22:24:12.109Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8464d454-90fb-45ef-894d-9b51b1e48bc8 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-09-23T22:24:12.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663971692755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:24:12.271Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:12.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663971672870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:12.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:12.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663971693806,
  "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-09-23T22:24:12.287Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8464d454-90fb-45ef-894d-9b51b1e48bc8
2022-09-23T22:24:12.287Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8464d454-90fb-45ef-894d-9b51b1e48bc8 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-09-23T22:24:12.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663971672870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:12.353Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:12.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663971694811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T22:24:12.355Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:12.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663971672870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:24:12.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:12.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663971695973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:24:12.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:12.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "clamp",
  "timestamp": 1663971696604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:12.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:12.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "clamp",
  "timestamp": 1663971696604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T22:24:12.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:12.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663971698332,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:24:12.357Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:12.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "clamp",
  "timestamp": 1663971696604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:12.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:12.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663971699335,
  "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-09-23T22:24:12.390Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8464d454-90fb-45ef-894d-9b51b1e48bc8
2022-09-23T22:24:12.390Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8464d454-90fb-45ef-894d-9b51b1e48bc8 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-09-23T22:24:12.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "clamp",
  "timestamp": 1663971696604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:12.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:12.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "clamp",
  "timestamp": 1663971696604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:12.457Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:12.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "clamp",
  "timestamp": 1663971696604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:12.460Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:12.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "clamp",
  "timestamp": 1663971696604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:24:12.463Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:12.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "aai-ml",
  "timestamp": 1663971703437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-23T22:24:12.465Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:12.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "aai-ml",
  "timestamp": 1663971704484,
  "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-09-23T22:24:12.497Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 145d6955-9ed6-4242-a3a5-f2069702ca30
2022-09-23T22:24:12.498Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 145d6955-9ed6-4242-a3a5-f2069702ca30 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-09-23T22:24:12.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "aai-ml",
  "timestamp": 1663971677307,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:12.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:12.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971706453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:24:12.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:12.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "aai-ml",
  "timestamp": 1663971677307,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:12.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:12.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "aai-ml",
  "timestamp": 1663971677307,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:12.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:12.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971707608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:24:12.553Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:12.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "aai-ml",
  "timestamp": 1663971677307,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:12.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:12.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971708845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:24:12.554Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:12.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "aai-ml",
  "timestamp": 1663971677307,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:12.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:12.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "aai-ml",
  "timestamp": 1663971677307,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:24:12.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:12.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "aai-ml",
  "timestamp": 1663971677307,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:24:12.557Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:24:12.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971712276,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T22:24:12.557Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:12.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "aai-ml",
  "timestamp": 1663971712839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:24:12.557Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:12.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971713286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-23T22:24:12.558Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:12.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971714308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-23T22:24:12.558Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:12.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971715319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:24:12.559Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:12.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "clamp",
  "timestamp": 1663971716814,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:24:12.564Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:12.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "clamp",
  "timestamp": 1663971718828,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:24:12.567Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:12.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "clamp",
  "timestamp": 1663971719832,
  "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-09-23T22:24:12.608Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8464d454-90fb-45ef-894d-9b51b1e48bc8
2022-09-23T22:24:12.609Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8464d454-90fb-45ef-894d-9b51b1e48bc8 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-09-23T22:24:12.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "aai-ml",
  "timestamp": 1663971720399,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-23T22:24:12.632Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:12.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "aai-ml",
  "timestamp": 1663971721424,
  "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-09-23T22:24:12.650Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 8464d454-90fb-45ef-894d-9b51b1e48bc8
2022-09-23T22:24:12.650Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8464d454-90fb-45ef-894d-9b51b1e48bc8 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-09-23T22:24:26.893Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 145d6955-9ed6-4242-a3a5-f2069702ca30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T22:24:26.949Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 145d6955-9ed6-4242-a3a5-f2069702ca30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-23T22:24:26.953Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T22:24:26.953Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-23T22:24:26.954Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-23T22:24:26.954Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-23T22:24:26.954Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-23T22:24:26.954Z|145d6955-9ed6-4242-a3a5-f2069702ca30|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-09-23T22:24:26.966Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-23T22:24:56.967Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 145d6955-9ed6-4242-a3a5-f2069702ca30 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-09-23T22:24:57.028Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 145d6955-9ed6-4242-a3a5-f2069702ca30 and serviceModelVersionId: 5664e20e-e190-4fd4-ae89-26b050dbf35e
2022-09-23T22:24:57.028Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 02993d20-e654-4fab-bd33-00b07a48e246
2022-09-23T22:25:11.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:25:11.351Z||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-09-23T22:25:11.351Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:25:12.070Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:25:12.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:25:12.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "cds",
  "timestamp": 1663971749050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:25:12.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:25:12.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:25:12.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "cds",
  "timestamp": 1663971749050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:25:12.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:25:12.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:25:12.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "cds",
  "timestamp": 1663971749050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:25:12.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:25:12.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:25:12.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "cds",
  "timestamp": 1663971749050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:25:12.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:25:12.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:25:12.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "cds",
  "timestamp": 1663971749050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:25:12.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:25:12.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:25:12.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "cds",
  "timestamp": 1663971749050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:25:12.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:25:12.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:25:12.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "cds",
  "timestamp": 1663971749050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:25:12.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:25:12.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:25:12.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "cds",
  "timestamp": 1663971761685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:25:12.074Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:25:12.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:25:12.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "cds",
  "timestamp": 1663971762877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-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-09-23T22:25:12.203Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 145d6955-9ed6-4242-a3a5-f2069702ca30
2022-09-23T22:25:12.204Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 145d6955-9ed6-4242-a3a5-f2069702ca30 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-09-23T22:25:12.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:25:12.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "cds",
  "timestamp": 1663971749050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:25:12.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:25:12.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:25:12.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "cds",
  "timestamp": 1663971749050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:25:12.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:25:51.824Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0
2022-09-23T22:25:52.208Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-09-23T22:25:54.036Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||Invoke
2022-09-23T22:25:54.110Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[145d6955-9ed6-4242-a3a5-f2069702ca30], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aeb68cf8-89aa-4b51-b40f-6aeb0583aa99], X-ECOMP-RequestID=[145d6955-9ed6-4242-a3a5-f2069702ca30], X-TransactionId=[], X-ONAP-RequestID=[145d6955-9ed6-4242-a3a5-f2069702ca30], Content-Type=[application/merge-patch+json]}
2022-09-23T22:25:55.783Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||Invoke
2022-09-23T22:25:55.784Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[145d6955-9ed6-4242-a3a5-f2069702ca30], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6df11986-4b37-45f2-b42b-7fd5d840db22], X-ECOMP-RequestID=[145d6955-9ed6-4242-a3a5-f2069702ca30], X-TransactionId=[], X-ONAP-RequestID=[145d6955-9ed6-4242-a3a5-f2069702ca30], Content-Type=[application/merge-patch+json]}
2022-09-23T22:25:57.311Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||Invoke
2022-09-23T22:25:57.312Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[145d6955-9ed6-4242-a3a5-f2069702ca30], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b15646a6-35f8-49ca-8e9a-ef465cc48026], X-ECOMP-RequestID=[145d6955-9ed6-4242-a3a5-f2069702ca30], X-TransactionId=[], X-ONAP-RequestID=[145d6955-9ed6-4242-a3a5-f2069702ca30], Content-Type=[application/merge-patch+json]}
2022-09-23T22:25:58.353Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T22:25:58.357Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?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-09-23T22:25:58.359Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T22:25:58.363Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?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-09-23T22:25:58.386Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?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-09-23T22:25:58.387Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 145d6955-9ed6-4242-a3a5-f2069702ca30 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T22:25:58.389Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-23T22:25:58.390Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:25:58.402Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:25:58.403Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||try to send status {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971958388,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-23T22:25:58.493Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-09-23T22:25:58.494Z||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-09-23T22:25:58.495Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:25:58.533Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:25:58.534Z||pool-18-thread-1|||||INFO|500||cambria reply ok (41 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-09-23T22:25:59.432Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||received message from topic
2022-09-23T22:25:59.432Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"8464d454-90fb-45ef-894d-9b51b1e48bc8","serviceName":"basic_onboard_cgfxiB","serviceVersion":"1.0","serviceUUID":"71a89211-c26b-44a0-a9da-ab371e992337","serviceDescription":"service","serviceInvariantUUID":"cd25748c-5c26-45a2-89d1-731c2a98f6c9","resources":[{"resourceInstanceName":"basic_onboard_cgfxiB 0","resourceName":"basic_onboard_cgfxiB","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0ee80a03-93f8-40d7-ace6-c366ba4628e1","resourceInvariantUUID":"ff90fb71-b97b-424b-8903-45c6116afcda","resourceCustomizationUUID":"3f595899-3634-4771-892e-c698f84cd0aa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vf-license-model.xml","artifactChecksum":"NTI1NjVjZjU4ZDg5NDY3YmU1OWZhNTFlZjc4OGQ4YTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c7dec55b-0635-4fd6-ac67-e7b4d35db4fd","artifactVersion":"1"},{"artifactName":"basic_onboard_cgfxib0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json","artifactChecksum":"NDVlYmU4YWM4ZmIwYzk1ZTZkNTU5N2RlYzI3Nzk1ZTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"401e3be3-50ee-4498-a503-3b46272381f0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fb6959b6-eaf4-4db0-8f12-2bf091f36814","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e6d1d68e-813a-44b3-bd71-af75a7107295","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"68f107b4-0ee3-4ac2-bb57-ee89822634a3","artifactVersion":"2","generatedFromUUID":"fb6959b6-eaf4-4db0-8f12-2bf091f36814"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCgfxib-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-template.yml","artifactChecksum":"N2I3ODdmOWM4ZDZjZjJhNDFlZDZiMGJhYTk2ZDIwNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2a6e4034-6f04-429d-9885-9bd04c12e171","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCgfxib-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar","artifactChecksum":"Njc4MmE2NjAwYWZjZWZlYWIxNTIyYTQzYmE3YTVhYTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83809d01-dd49-4144-8c44-201522bdfbfd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-23T22:25:59.433Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:25:59.434Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:25:59.436Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:25:59.436Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||try to send status {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971671327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:25:59.536Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T22:25:59.537Z||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-09-23T22:25:59.538Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:25:59.554Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:25:59.554Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:26:00.437Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:26:00.440Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:26:00.443Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:26:00.443Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||try to send status {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971671327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T22:26:00.544Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T22:26:00.546Z||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-09-23T22:26:00.546Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:26:00.572Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:26:00.572Z||pool-20-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:26:01.445Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:26:01.447Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:26:01.451Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:26:01.451Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||try to send status {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971671327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-23T22:26:01.551Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T22:26:01.552Z||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-09-23T22:26:01.552Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:26:01.570Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:26:01.570Z||pool-21-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:26:02.457Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:26:02.457Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:26:02.482Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:26:02.482Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||try to send status {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971671327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:26:02.580Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-23T22:26:02.583Z||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-09-23T22:26:02.584Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:26:02.608Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:26:02.609Z||pool-22-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:26:03.484Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:26:03.485Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:26:03.487Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:26:03.487Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||try to send status {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971671327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-09-23T22:26:03.588Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-23T22:26:03.589Z||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-09-23T22:26:03.589Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:26:03.614Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:26:03.614Z||pool-23-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:26:04.495Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:26:04.500Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:26:04.517Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:26:04.524Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||try to send status {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971671327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:26:04.618Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-09-23T22:26:04.621Z||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-09-23T22:26:04.622Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:26:04.655Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:26:04.657Z||pool-24-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:26:05.527Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:26:05.529Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:26:05.533Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:26:05.533Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||try to send status {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971671327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:26:05.633Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T22:26:05.634Z||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-09-23T22:26:05.634Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:26:05.653Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:26:05.655Z||pool-25-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:26:06.535Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "serviceName": "basic_onboard_cgfxiB",
  "serviceVersion": "1.0",
  "serviceUUID": "71a89211-c26b-44a0-a9da-ab371e992337",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cd25748c-5c26-45a2-89d1-731c2a98f6c9",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_cgfxiB 0",
      "resourceCustomizationUUID": "3f595899-3634-4771-892e-c698f84cd0aa",
      "resourceName": "basic_onboard_cgfxiB",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0ee80a03-93f8-40d7-ace6-c366ba4628e1",
      "resourceInvariantUUID": "ff90fb71-b97b-424b-8903-45c6116afcda",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_cgfxib0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json",
          "artifactChecksum": "NDVlYmU4YWM4ZmIwYzk1ZTZkNTU5N2RlYzI3Nzk1ZTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "401e3be3-50ee-4498-a503-3b46272381f0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "fb6959b6-eaf4-4db0-8f12-2bf091f36814",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "68f107b4-0ee3-4ac2-bb57-ee89822634a3",
            "generatedFromUUID": "fb6959b6-eaf4-4db0-8f12-2bf091f36814"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "68f107b4-0ee3-4ac2-bb57-ee89822634a3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCgfxib-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
      "artifactChecksum": "Njc4MmE2NjAwYWZjZWZlYWIxNTIyYTQzYmE3YTVhYTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "83809d01-dd49-4144-8c44-201522bdfbfd"
    }
  ],
  "workloadContext": "Production"
}
2022-09-23T22:26:06.536Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-23T22:26:06.538Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 71a89211-c26b-44a0-a9da-ab371e992337 ASDC
2022-09-23T22:26:06.543Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||ASDC Notification:
DistributionID:8464d454-90fb-45ef-894d-9b51b1e48bc8
ServiceName:basic_onboard_cgfxiB
ServiceVersion:1.0
ServiceUUID:71a89211-c26b-44a0-a9da-ab371e992337
ServiceInvariantUUID:cd25748c-5c26-45a2-89d1-731c2a98f6c9
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCgfxib-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar
ArtifactUUID:83809d01-dd49-4144-8c44-201522bdfbfd
ArtifactChecksum:Njc4MmE2NjAwYWZjZWZlYWIxNTIyYTQzYmE3YTVhYTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_cgfxiB 0
ResourceCustomizationUUID:3f595899-3634-4771-892e-c698f84cd0aa
ResourceInvariantUUID:ff90fb71-b97b-424b-8903-45c6116afcda
ResourceName:basic_onboard_cgfxiB
ResourceType:VF
ResourceUUID:0ee80a03-93f8-40d7-ace6-c366ba4628e1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cgfxib0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json
ArtifactUUID:401e3be3-50ee-4498-a503-3b46272381f0
ArtifactChecksum:NDVlYmU4YWM4ZmIwYzk1ZTZkNTU5N2RlYzI3Nzk1ZTQ=
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/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml
ArtifactUUID:fb6959b6-eaf4-4db0-8f12-2bf091f36814
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/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env
ArtifactUUID:68f107b4-0ee3-4ac2-bb57-ee89822634a3
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/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env
ArtifactUUID:68f107b4-0ee3-4ac2-bb57-ee89822634a3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-23T22:26:06.543Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71a89211-c26b-44a0-a9da-ab371e992337 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-09-23T22:26:06.613Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T22:26:06.614Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||MSO config path is: /app
2022-09-23T22:26:06.614Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||MSO config path is: /app
2022-09-23T22:26:06.615Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||Trying to download the artifact UUID: 83809d01-dd49-4144-8c44-201522bdfbfd from URL: /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar
2022-09-23T22:26:06.616Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - download
2022-09-23T22:26:06.616Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar
2022-09-23T22:26:06.861Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||GET Response Status 200
2022-09-23T22:26:06.888Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar 83809d01-dd49-4144-8c44-201522bdfbfd 75249
2022-09-23T22:26:06.889Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar ASDC sendASDCNotification
2022-09-23T22:26:06.889Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar
2022-09-23T22:26:06.890Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T22:26:06.892Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:26:06.898Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:26:06.899Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||try to send status {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971966889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:26:06.997Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-23T22:26:06.999Z||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-09-23T22:26:06.999Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:26:07.026Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:26:07.028Z||pool-26-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:26:07.900Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T22:26:07.901Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||MSO config path is: /app
2022-09-23T22:26:07.902Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||Trying to write artifact UUID: 83809d01-dd49-4144-8c44-201522bdfbfd, URL: /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar to file: /app/ASDC/1/service-BasicOnboardCgfxib-csar.csar
2022-09-23T22:26:07.902Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCgfxib-csar.csar
2022-09-23T22:26:07.903Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCgfxib-csar.csar
2022-09-23T22:26:07.903Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCgfxib-csar.csar
2022-09-23T22:26:08.275Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8856559917159089677/Definitions/service-BasicOnboardCgfxib-template.yml
2022-09-23T22:26:11.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:26:11.349Z||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-09-23T22:26:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:26:12.237Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:26:12.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:26:12.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971958388,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-23T22:26:12.258Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:26:12.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:26:12.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971671327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:26:12.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:26:12.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:26:12.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971671327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T22:26:12.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:26:12.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:26:12.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971671327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-23T22:26:12.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:26:12.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:26:12.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971671327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:26:12.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:26:12.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:26:12.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971671327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-09-23T22:26:12.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:26:12.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:26:12.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971671327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:26:12.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:26:12.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:26:12.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971671327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:26:12.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:26:12.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:26:12.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971966889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:26:12.285Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-09-23T22:26:12.448Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-09-23T22:26:12.449Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|WARN|500||####################################################################################################
2022-09-23T22:26:12.449Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCgfxib-csar.csar
2022-09-23T22:26:12.454Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-23T22:26:12.454Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardCgfxib-csar.csar
2022-09-23T22:26:12.454Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?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-BasicOnboardCgfxib-csar.csar
2022-09-23T22:26:12.454Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?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-BasicOnboardCgfxib-csar.csar
2022-09-23T22:26:12.454Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_cgfxiB 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardCgfxib-csar.csar
2022-09-23T22:26:12.454Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?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-BasicOnboardCgfxib-csar.csar
2022-09-23T22:26:12.454Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCgfxib-csar.csar
2022-09-23T22:26:12.455Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?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-BasicOnboardCgfxib-csar.csar
2022-09-23T22:26:12.455Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|WARN|500||####################################################################################################
2022-09-23T22:26:12.455Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:26:12.455Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:26:12.455Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template basic_onboard_cgfxiB 0 is matching search criteria
2022-09-23T22:26:12.456Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Search for entities recursively
2022-09-23T22:26:12.456Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Found topology templates [basic_onboard_cgfxiB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T22:26:12.456Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:26:12.456Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:26:12.456Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template basic_onboard_cgfxiB 0 is matching search criteria
2022-09-23T22:26:12.457Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Search for entities recursively
2022-09-23T22:26:12.457Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Found topology templates [basic_onboard_cgfxiB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T22:26:12.457Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:26:12.457Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:26:12.457Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:26:12.457Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template basic_onboard_cgfxiB 0 is not matching search criteria
2022-09-23T22:26:12.458Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-09-23T22:26:12.458Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-09-23T22:26:12.458Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-09-23T22:26:12.458Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-23T22:26:12.458Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-23T22:26:12.458Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:26:12.458Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-23T22:26:12.459Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:26:12.459Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template basic_onboard_cgfxiB 0 is matching search criteria
2022-09-23T22:26:12.459Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Found topology templates [basic_onboard_cgfxiB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:26:12.459Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:26:12.459Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template basic_onboard_cgfxiB 0 is matching search criteria
2022-09-23T22:26:12.459Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Found topology templates [basic_onboard_cgfxiB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:26:12.460Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:26:12.460Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template basic_onboard_cgfxiB 0 is matching search criteria
2022-09-23T22:26:12.460Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Found topology templates [basic_onboard_cgfxiB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:26:12.460Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:26:12.461Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template basic_onboard_cgfxiB 0 is not matching search criteria
2022-09-23T22:26:12.466Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-23T22:26:12.466Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-23T22:26:12.466Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=29d55ba5-9aa9-4d49-9be7-2ce2af390170
2022-09-23T22:26:12.466Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:26:12.466Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:26:12.466Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:26:12.467Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:26:12.467Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:26:12.467Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:26:12.467Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:26:12.467Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:26:12.467Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_cgfxiB
Description:service
Model UUID:71a89211-c26b-44a0-a9da-ab371e992337
Model Version:NULL
Model InvariantUuid:cd25748c-5c26-45a2-89d1-731c2a98f6c9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_cgfxiB
Model UUID:f85da4c9-9c3d-4c71-bb5b-5dec02150ff7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ff90fb71-b97b-424b-8903-45c6116afcda
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3f595899-3634-4771-892e-c698f84cd0aa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:08dca3fb-4a26-425e-9ff4-45c770b11a49
ModelName:BasicOnboardCgfxib..base_ubuntu18..module-0
ModelUuid:fcb7f73a-a198-406b-aa68-b2172efe901e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:29d55ba5-9aa9-4d49-9be7-2ce2af390170
ModelInvariantUuid:e1891c37-5be6-4850-afa2-76ebd67f4511
ModelName:basic_onboard_cgfxiB-nodes.ubuntu18Cvfc
ModelUuid:0ea04623-3512-4afe-81ff-6dcdd151329a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:7956479c-1ea2-444f-8cb0-15f107cafcd9
ModelInvariantUuid:76d587a4-ccd3-4dcd-ac70-aa41f3082ee7
ModelName:BasicOnboardCgfxib.compute.nodes.heat.ubuntu18
ModelUuid:5dd95196-0f64-495c-8e5f-eb60ec516a48
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-09-23T22:26:12.508Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 0ee80a03-93f8-40d7-ace6-c366ba4628e1
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-09-23T22:26:12.518Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||basic_onboard_cgfxiB 0
2022-09-23T22:26:12.519Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 0ee80a03-93f8-40d7-ace6-c366ba4628e1
2022-09-23T22:26:12.519Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||Trying to download the artifact UUID: 401e3be3-50ee-4498-a503-3b46272381f0 from URL: /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json
2022-09-23T22:26:12.519Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - download
2022-09-23T22:26:12.519Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json
2022-09-23T22:26:12.671Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||GET Response Status 200
2022-09-23T22:26:12.671Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json 401e3be3-50ee-4498-a503-3b46272381f0 798
2022-09-23T22:26:12.671Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json ASDC sendASDCNotification
2022-09-23T22:26:12.671Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json
2022-09-23T22:26:12.672Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T22:26:12.672Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:26:12.731Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:26:12.732Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||try to send status {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971972671,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:26:12.775Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 42 ms
2022-09-23T22:26:12.776Z||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-09-23T22:26:12.777Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:26:12.820Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:26:12.821Z||pool-27-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:26:13.733Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardCgfxib..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "08dca3fb-4a26-425e-9ff4-45c770b11a49",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fcb7f73a-a198-406b-aa68-b2172efe901e",
    "vfModuleModelCustomizationUUID": "6972786b-11fb-4ea3-8c82-a039d6467437",
    "isBase": true,
    "artifacts": [
      "fb6959b6-eaf4-4db0-8f12-2bf091f36814",
      "68f107b4-0ee3-4ac2-bb57-ee89822634a3"
    ],
    "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-09-23T22:26:13.760Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCgfxib..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fcb7f73a-a198-406b-aa68-b2172efe901e
VfModuleModelInvariantUUID:08dca3fb-4a26-425e-9ff4-45c770b11a49
VfModuleModelDescription:NULL
Artifacts UUID List:{
fb6959b6-eaf4-4db0-8f12-2bf091f36814
,
68f107b4-0ee3-4ac2-bb57-ee89822634a3

}
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-09-23T22:26:13.765Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardCgfxib..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "08dca3fb-4a26-425e-9ff4-45c770b11a49",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fcb7f73a-a198-406b-aa68-b2172efe901e",
    "vfModuleModelCustomizationUUID": "6972786b-11fb-4ea3-8c82-a039d6467437",
    "isBase": true,
    "artifacts": [
      "fb6959b6-eaf4-4db0-8f12-2bf091f36814",
      "68f107b4-0ee3-4ac2-bb57-ee89822634a3"
    ],
    "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-09-23T22:26:13.767Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCgfxib..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fcb7f73a-a198-406b-aa68-b2172efe901e
VfModuleModelInvariantUUID:08dca3fb-4a26-425e-9ff4-45c770b11a49
VfModuleModelDescription:NULL
Artifacts UUID List:{
fb6959b6-eaf4-4db0-8f12-2bf091f36814
,
68f107b4-0ee3-4ac2-bb57-ee89822634a3

}
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-09-23T22:26:13.767Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||Trying to download the artifact UUID: fb6959b6-eaf4-4db0-8f12-2bf091f36814 from URL: /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml
2022-09-23T22:26:13.767Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - download
2022-09-23T22:26:13.768Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml
2022-09-23T22:26:13.926Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||GET Response Status 200
2022-09-23T22:26:13.927Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml fb6959b6-eaf4-4db0-8f12-2bf091f36814 5033
2022-09-23T22:26:13.927Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-23T22:26:13.927Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml
2022-09-23T22:26:13.927Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T22:26:13.928Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:26:13.950Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:26:13.950Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||try to send status {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971973927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:26:14.050Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-23T22:26:14.056Z||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-09-23T22:26:14.056Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:26:14.112Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:26:14.134Z||pool-28-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:26:14.962Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||Trying to download the artifact UUID: 68f107b4-0ee3-4ac2-bb57-ee89822634a3 from URL: /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env
2022-09-23T22:26:14.963Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - download
2022-09-23T22:26:14.963Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env
2022-09-23T22:26:15.172Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||GET Response Status 200
2022-09-23T22:26:15.173Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env 68f107b4-0ee3-4ac2-bb57-ee89822634a3 909
2022-09-23T22:26:15.173Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-23T22:26:15.174Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env
2022-09-23T22:26:15.174Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T22:26:15.175Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:26:15.178Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:26:15.178Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||try to send status {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971975173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:26:15.279Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-23T22:26:15.280Z||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-09-23T22:26:15.281Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:26:15.315Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:26:15.315Z||pool-29-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:26:16.179Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Preparing to deploy Service: 71a89211-c26b-44a0-a9da-ab371e992337
2022-09-23T22:26:16.179Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_cgfxiB 0 0ee80a03-93f8-40d7-ace6-c366ba4628e1 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-09-23T22:26:16.200Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59165dfc, org.onap.sdc.toscaparser.api.parameters.Input@454cbb30, org.onap.sdc.toscaparser.api.parameters.Input@795a22c9, org.onap.sdc.toscaparser.api.parameters.Input@2a0b2e29, org.onap.sdc.toscaparser.api.parameters.Input@41996f29]
2022-09-23T22:26:16.203Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:26:16.205Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:26:16.206Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||VF Category is: Generic 
2022-09-23T22:26:16.206Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||VFCustomizationUUID= 3f595899-3634-4771-892e-c698f84cd0aa
2022-09-23T22:26:16.207Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3f595899-3634-4771-892e-c698f84cd0aa matches Tosca VF Customization UUID: 3f595899-3634-4771-892e-c698f84cd0aa
2022-09-23T22:26:16.207Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||vfCustomizationUUID: 3f595899-3634-4771-892e-c698f84cd0aa  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-09-23T22:26:16.212Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:26:16.215Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:26:16.217Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||resource request for resource customization id 3f595899-3634-4771-892e-c698f84cd0aa: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-23T22:26:16.218Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ac1e6e1
2022-09-23T22:26:16.219Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:26:16.220Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-23T22:26:16.221Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6972786b-11fb-4ea3-8c82-a039d6467437
2022-09-23T22:26:16.222Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6972786b-11fb-4ea3-8c82-a039d6467437
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-09-23T22:26:16.227Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:26:16.230Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template basic_onboard_cgfxiB 0 is matching search criteria
2022-09-23T22:26:16.231Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Found topology templates [basic_onboard_cgfxiB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:26:16.232Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:26:16.233Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template basic_onboard_cgfxiB 0 is matching search criteria
2022-09-23T22:26:16.233Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Found topology templates [basic_onboard_cgfxiB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:26:16.234Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:26:16.235Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template basic_onboard_cgfxiB 0 is not matching search criteria
2022-09-23T22:26:16.235Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-23T22:26:16.236Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-23T22:26:16.237Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=29d55ba5-9aa9-4d49-9be7-2ce2af390170
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-09-23T22:26:16.240Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:26:16.241Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template basic_onboard_cgfxiB 0 is matching search criteria
2022-09-23T22:26:16.241Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Found topology templates [basic_onboard_cgfxiB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:26:16.242Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:26:16.242Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template basic_onboard_cgfxiB 0 is matching search criteria
2022-09-23T22:26:16.243Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Found topology templates [basic_onboard_cgfxiB 0] matching following query criteria: sdcType=VF, customizationUUID=3f595899-3634-4771-892e-c698f84cd0aa
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-09-23T22:26:16.245Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:26:16.246Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:26:16.246Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500|| resourceSeq for service uuid 71a89211-c26b-44a0-a9da-ab371e992337: basic_onboard_cgfxiB
2022-09-23T22:26:16.246Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:26:16.247Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:26:16.247Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:26:16.247Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:26:16.248Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:26:16.248Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:26:16.248Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:26:16.249Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:26:16.249Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:26:16.249Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:26:16.250Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||Saving Service: basic_onboard_cgfxiB 
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-09-23T22:26:16.451Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_cgfxiB 0ee80a03-93f8-40d7-ace6-c366ba4628e1 1 ASDC deployResourceStructure
2022-09-23T22:26:16.452Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json ASDC sendASDCNotification
2022-09-23T22:26:16.452Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json
2022-09-23T22:26:16.452Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T22:26:16.452Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:26:16.455Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:26:16.455Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||try to send status {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971976451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T22:26:16.556Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-23T22:26:16.558Z||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-09-23T22:26:16.559Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:26:16.576Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:26:16.577Z||pool-30-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:26:17.457Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-23T22:26:17.457Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml
2022-09-23T22:26:17.461Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T22:26:17.462Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:26:17.478Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:26:17.478Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||try to send status {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971977457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-09-23T22:26:17.574Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-23T22:26:17.575Z||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-09-23T22:26:17.578Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:26:17.609Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:26:17.610Z||pool-31-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:26:18.479Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-23T22:26:18.479Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env
2022-09-23T22:26:18.480Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T22:26:18.481Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:26:18.489Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:26:18.490Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||try to send status {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971978479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-09-23T22:26:18.599Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-09-23T22:26:18.600Z||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-09-23T22:26:18.600Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:26:18.628Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:26:18.629Z||pool-32-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:26:19.491Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar ASDC sendASDCNotification
2022-09-23T22:26:19.492Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar
2022-09-23T22:26:19.492Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T22:26:19.492Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:26:19.495Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:26:19.495Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||try to send status {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971979491,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:26:19.595Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-23T22:26:19.597Z||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-09-23T22:26:19.597Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:26:19.616Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:26:19.617Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:26:20.496Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8464d454-90fb-45ef-894d-9b51b1e48bc8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T22:26:20.535Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8464d454-90fb-45ef-894d-9b51b1e48bc8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-23T22:26:20.539Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T22:26:20.540Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-23T22:26:20.541Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-23T22:26:20.541Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-23T22:26:20.541Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-23T22:26:20.541Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?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-09-23T22:26:20.549Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-23T22:26:50.550Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 8464d454-90fb-45ef-894d-9b51b1e48bc8 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-09-23T22:26:50.574Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8464d454-90fb-45ef-894d-9b51b1e48bc8 and serviceModelVersionId: 71a89211-c26b-44a0-a9da-ab371e992337
2022-09-23T22:26:50.575Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cd25748c-5c26-45a2-89d1-731c2a98f6c9
2022-09-23T22:26:50.576Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0
2022-09-23T22:26:50.593Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-09-23T22:26:50.850Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T22:26:50.860Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Invoke
2022-09-23T22:26:52.431Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T22:26:52.440Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Invoke
2022-09-23T22:26:53.988Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T22:26:53.989Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Invoke
2022-09-23T22:26:55.059Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T22:26:55.061Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T22:26:55.061Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T22:26:55.061Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T22:26:55.080Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T22:26:55.080Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8464d454-90fb-45ef-894d-9b51b1e48bc8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T22:26:55.080Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-23T22:26:55.085Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:26:55.089Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:26:55.089Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||try to send status {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972015080,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-23T22:26:55.190Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-23T22:26:55.191Z||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-09-23T22:26:55.191Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:26:55.252Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:26:55.255Z||pool-34-thread-1|||||INFO|500||cambria reply ok (65 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-09-23T22:26:56.163Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:26:56.182Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T22:26:56.183Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:27:06.856Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:27:06.860Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:27:06.861Z||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-09-23T22:27:06.861Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:27:11.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:27:11.350Z||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-09-23T22:27:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:27:12.148Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:27:12.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:27:12.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971972671,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:27:12.157Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:27:12.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:27:12.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971973927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:27:12.158Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:27:12.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:27:12.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971975173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:27:12.159Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:27:12.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:27:12.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971976451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T22:27:12.171Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:27:12.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:27:12.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971977457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-09-23T22:27:12.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:27:12.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:27:12.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971978479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-09-23T22:27:12.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:27:12.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:27:12.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663971979491,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:27:12.189Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:27:12.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:27:12.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972015080,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-23T22:27:12.197Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:27:16.443Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:27:16.444Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:27:16.445Z||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-09-23T22:27:16.445Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:27:26.172Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:27:26.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:27:26.175Z||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-09-23T22:27:26.176Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:27:35.859Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:27:35.860Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:27:35.863Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T22:27:35.863Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:27:45.499Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:27:45.501Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:27:45.502Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T22:27:45.502Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:27:55.247Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:28:11.327Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:28:11.328Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T22:28:11.328Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:28:11.348Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:28:11.349Z||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-09-23T22:28:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:28:21.025Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:28:21.063Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:29:11.332Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:29:11.334Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T22:29:11.334Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:29:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:29:11.349Z||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-09-23T22:29:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:29:20.990Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:29:21.001Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:30:11.327Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:30:11.330Z||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-09-23T22:30:11.331Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:30:11.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:30:11.349Z||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-09-23T22:30:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:30:20.939Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:30:20.953Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:31:11.327Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:31:11.330Z||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-09-23T22:31:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:31:11.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:31:11.349Z||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-09-23T22:31:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:31:20.898Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:31:20.915Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:32:11.327Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:32:11.328Z||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-09-23T22:32:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:32:11.348Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:32:11.349Z||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-09-23T22:32:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:32:21.048Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:32:21.097Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:33:11.328Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:33:11.333Z||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-09-23T22:33:11.334Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:33:11.350Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:33:11.352Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T22:33:11.353Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:33:12.353Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:33:12.360Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.360Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "clamp",
  "timestamp": 1663972356606,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:33:12.394Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:33:12.394Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.394Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "clamp",
  "timestamp": 1663972356606,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:33:12.394Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:33:12.395Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:33:12.395Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.395Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663972359711,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:33:12.395Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:33:12.395Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.395Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663972359711,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:33:12.395Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:33:12.395Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.396Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972362299,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:33:12.396Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:33:12.396Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.396Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "policy-id",
  "timestamp": 1663972361804,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:33:12.396Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:33:12.396Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.396Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972362299,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:33:12.396Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:33:12.396Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.396Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "policy-id",
  "timestamp": 1663972361804,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:33:12.397Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:33:12.397Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.397Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972362870,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:33:12.397Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:33:12.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-23T22:33:12.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"8bb1a843-572a-42a8-a052-2cf27cdcbcb9","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"cddc5974-bed3-440d-9cef-6f28a0a3b0a4","serviceDescription":"service","serviceInvariantUUID":"6eef2651-f961-4e33-b27e-96cb21232c1e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"aa66219a-af07-4d20-bd70-59838b0f39f0","resourceInvariantUUID":"c99886a3-e7d9-4f15-a296-240c97e07236","resourceCustomizationUUID":"8fead119-1fc4-4c6b-958d-154384410c1e","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":"N2YzZmJmOTcwOGYxOWMzN2UxYWI2NzJlOTgyZGM1MDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"95a14a36-91f7-42f9-aee5-06a9dcbb31c4","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTJjNDcwZTNlODUwOGFjNTAxYzJlMWQ1OGYyMGMyMWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e2af36f4-461b-48b6-b06d-bec9fe5ed047","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-23T22:33:12.397Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.410Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "clamp",
  "timestamp": 1663972364927,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:33:12.410Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:33:12.410Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.410Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972362870,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:33:12.411Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:33:12.411Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.411Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "policy-id",
  "timestamp": 1663972364751,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:33:12.411Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:33:12.411Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.411Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "policy-id",
  "timestamp": 1663972365756,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:33:12.411Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:33:12.411Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.411Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972365948,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:33:12.411Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:33:12.412Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.412Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "clamp",
  "timestamp": 1663972366949,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:33:12.412Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:33:12.412Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.412Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "policy-id",
  "timestamp": 1663972366760,
  "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-09-23T22:33:12.479Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-23T22:33:12.487Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-23T22:33:12.525Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:33:12.525Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972391328,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:33:12.544Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8bb1a843-572a-42a8-a052-2cf27cdcbcb9
2022-09-23T22:33:12.544Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 8bb1a843-572a-42a8-a052-2cf27cdcbcb9 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-09-23T22:33:12.615Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.616Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "clamp",
  "timestamp": 1663972367954,
  "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-09-23T22:33:12.627Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T22:33:12.628Z||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-09-23T22:33:12.628Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:33:12.631Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8bb1a843-572a-42a8-a052-2cf27cdcbcb9
2022-09-23T22:33:12.631Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 8bb1a843-572a-42a8-a052-2cf27cdcbcb9 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-09-23T22:33:12.683Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:33:12.686Z||pool-35-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:33:12.722Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.723Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972367691,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:33:12.723Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:33:12.723Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.724Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "aai-ml",
  "timestamp": 1663972367307,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:33:12.724Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:33:12.724Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.725Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972368695,
  "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-09-23T22:33:12.787Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8bb1a843-572a-42a8-a052-2cf27cdcbcb9
2022-09-23T22:33:12.789Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 8bb1a843-572a-42a8-a052-2cf27cdcbcb9 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-09-23T22:33:12.867Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.868Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "aai-ml",
  "timestamp": 1663972367307,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:33:12.869Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:33:12.869Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.870Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "aai-ml",
  "timestamp": 1663972370609,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:33:12.870Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:33:12.870Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.870Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "aai-ml",
  "timestamp": 1663972376829,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-23T22:33:12.871Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:33:12.871Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.871Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "aai-ml",
  "timestamp": 1663972377854,
  "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-09-23T22:33:12.963Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 8bb1a843-572a-42a8-a052-2cf27cdcbcb9
2022-09-23T22:33:12.964Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 8bb1a843-572a-42a8-a052-2cf27cdcbcb9 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-09-23T22:33:13.528Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:33:13.529Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:33:13.538Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:33:13.538Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972391328,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:33:13.635Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-23T22:33:13.636Z||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-09-23T22:33:13.636Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:33:13.665Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:33:13.666Z||pool-36-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:33:14.547Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "cddc5974-bed3-440d-9cef-6f28a0a3b0a4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6eef2651-f961-4e33-b27e-96cb21232c1e",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "8fead119-1fc4-4c6b-958d-154384410c1e",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "aa66219a-af07-4d20-bd70-59838b0f39f0",
      "resourceInvariantUUID": "c99886a3-e7d9-4f15-a296-240c97e07236",
      "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": "MTJjNDcwZTNlODUwOGFjNTAxYzJlMWQ1OGYyMGMyMWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e2af36f4-461b-48b6-b06d-bec9fe5ed047"
    }
  ],
  "workloadContext": "Production"
}
2022-09-23T22:33:14.549Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-23T22:33:14.550Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cddc5974-bed3-440d-9cef-6f28a0a3b0a4 ASDC
2022-09-23T22:33:14.554Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:8bb1a843-572a-42a8-a052-2cf27cdcbcb9
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:cddc5974-bed3-440d-9cef-6f28a0a3b0a4
ServiceInvariantUUID:6eef2651-f961-4e33-b27e-96cb21232c1e
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:e2af36f4-461b-48b6-b06d-bec9fe5ed047
ArtifactChecksum:MTJjNDcwZTNlODUwOGFjNTAxYzJlMWQ1OGYyMGMyMWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:8fead119-1fc4-4c6b-958d-154384410c1e
ResourceInvariantUUID:c99886a3-e7d9-4f15-a296-240c97e07236
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:aa66219a-af07-4d20-bd70-59838b0f39f0
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-09-23T22:33:14.555Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cddc5974-bed3-440d-9cef-6f28a0a3b0a4 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-09-23T22:33:14.765Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T22:33:14.772Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-09-23T22:33:14.772Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-09-23T22:33:14.773Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e2af36f4-461b-48b6-b06d-bec9fe5ed047 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-23T22:33:14.773Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-09-23T22:33:14.775Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-23T22:33:15.251Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-09-23T22:33:15.255Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e2af36f4-461b-48b6-b06d-bec9fe5ed047 57613
2022-09-23T22:33:15.255Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-23T22:33:15.255Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-23T22:33:15.255Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T22:33:15.257Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:33:15.263Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:33:15.264Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972395255,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:33:15.362Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-23T22:33:15.363Z||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-09-23T22:33:15.363Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:33:15.407Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:33:15.408Z||pool-37-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:33:16.264Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T22:33:16.272Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-09-23T22:33:16.283Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e2af36f4-461b-48b6-b06d-bec9fe5ed047, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T22:33:16.284Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-09-23T22:33:16.285Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T22:33:16.295Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T22:33:17.529Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15672669212234529602/Definitions/service-BasicNetwork-template.yml
2022-09-23T22:33:19.490Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-23T22:33:19.491Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-09-23T22:33:19.491Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T22:33:19.491Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-09-23T22:33:19.491Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T22:33:19.491Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T22:33:19.492Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T22:33:19.492Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T22:33:19.492Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T22:33:19.492Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T22:33:19.492Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T22:33:19.492Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T22:33:19.492Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-09-23T22:33:19.492Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:33:19.493Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:33:19.493Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-23T22:33:19.493Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-09-23T22:33:19.493Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T22:33:19.493Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:33:19.493Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:33:19.494Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-23T22:33:19.494Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-09-23T22:33:19.494Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T22:33:19.494Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:33:19.494Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:33:19.494Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:33:19.494Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:33:19.495Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:33:19.495Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:33:19.495Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:33:19.495Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:33:19.495Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:33:19.496Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:33:19.496Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:cddc5974-bed3-440d-9cef-6f28a0a3b0a4
Model Version:NULL
Model InvariantUuid:6eef2651-f961-4e33-b27e-96cb21232c1e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c99886a3-e7d9-4f15-a296-240c97e07236
Model UUID:47625069-8949-4588-a288-42e5537ddbeb
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:8fead119-1fc4-4c6b-958d-154384410c1e
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-09-23T22:33:19.537Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: aa66219a-af07-4d20-bd70-59838b0f39f0
2022-09-23T22:33:19.537Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||No resources found for Service: cddc5974-bed3-440d-9cef-6f28a0a3b0a4
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-09-23T22:33:19.564Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||
2022-09-23T22:33:19.564Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-09-23T22:33:19.565Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||No resources found for Service: cddc5974-bed3-440d-9cef-6f28a0a3b0a4
2022-09-23T22:33:19.565Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: cddc5974-bed3-440d-9cef-6f28a0a3b0a4
2022-09-23T22:33:19.565Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-09-23T22:33:19.566Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-23T22:33:19.645Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f259a7e, org.onap.sdc.toscaparser.api.parameters.Input@7f27f939, org.onap.sdc.toscaparser.api.parameters.Input@12e80acf, org.onap.sdc.toscaparser.api.parameters.Input@19681c29, org.onap.sdc.toscaparser.api.parameters.Input@3abd8310]
2022-09-23T22:33:19.646Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:33:19.647Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:33:19.647Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:33:19.647Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:33:19.648Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid cddc5974-bed3-440d-9cef-6f28a0a3b0a4: Generic NeutronNet
2022-09-23T22:33:19.648Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:33:19.648Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:33:19.648Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:33:19.649Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-09-23T22:33:19.855Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:33:19.855Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:33:19.855Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:33:19.855Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:33:19.856Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:33:19.856Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:33:19.856Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-09-23T22:33:20.174Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-09-23T22:33:20.187Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-23T22:33:20.187Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-23T22:33:20.187Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T22:33:20.188Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:33:20.190Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:33:20.190Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972400177,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:33:20.290Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T22:33:20.293Z||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-09-23T22:33:20.294Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:33:20.345Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:33:20.349Z||pool-38-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:33:21.194Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bb1a843-572a-42a8-a052-2cf27cdcbcb9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T22:33:21.319Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bb1a843-572a-42a8-a052-2cf27cdcbcb9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-23T22:33:21.329Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T22:33:21.329Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-23T22:33:21.329Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-23T22:33:21.330Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-23T22:33:21.330Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-23T22:33:21.331Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|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-09-23T22:33:21.358Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-23T22:33:51.358Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8bb1a843-572a-42a8-a052-2cf27cdcbcb9 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-09-23T22:33:51.372Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8bb1a843-572a-42a8-a052-2cf27cdcbcb9 and serviceModelVersionId: cddc5974-bed3-440d-9cef-6f28a0a3b0a4
2022-09-23T22:33:51.372Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6eef2651-f961-4e33-b27e-96cb21232c1e
2022-09-23T22:33:51.374Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0
2022-09-23T22:33:51.380Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-09-23T22:33:51.606Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?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-09-23T22:33:51.610Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||Invoke
2022-09-23T22:33:53.168Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?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-09-23T22:33:53.169Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||Invoke
2022-09-23T22:33:54.709Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?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-09-23T22:33:54.717Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||Invoke
2022-09-23T22:33:55.771Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T22:33:55.774Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?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-09-23T22:33:55.777Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T22:33:55.777Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?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-09-23T22:33:55.821Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?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-09-23T22:33:55.822Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8bb1a843-572a-42a8-a052-2cf27cdcbcb9 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T22:33:55.823Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-23T22:33:55.825Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:33:55.843Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:33:55.845Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||try to send status {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972435822,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-23T22:33:55.951Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-23T22:33:55.953Z||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-09-23T22:33:55.953Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:33:55.974Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:33:55.975Z||pool-39-thread-1|||||INFO|500||cambria reply ok (23 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-09-23T22:34:11.327Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:34:11.328Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?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-09-23T22:34:11.328Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:34:11.348Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:34:11.351Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T22:34:11.352Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:34:12.107Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:34:12.111Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.112Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff","serviceName":"Demo_pNF_sMpMJfIuFxmmiiAFI2av","serviceVersion":"1.0","serviceUUID":"6850e0b3-4c9b-42e1-a840-3cced3c4c890","serviceDescription":"catalog service description","serviceInvariantUUID":"a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2","resources":[{"resourceInstanceName":"pNF d3e00b33-0d69 0","resourceName":"pNF d3e00b33-0d69","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f54a242b-c65d-4483-a5c8-822b6977ab6f","resourceInvariantUUID":"9697ad40-cd42-4a6c-82d4-b900c9b5849c","resourceCustomizationUUID":"dd58920c-1338-424e-a946-c2351b0950c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vf-license-model.xml","artifactChecksum":"ZWZiYTM3NDM1NjFiZmU5M2E2NzJhOGZjNTYzM2U4NmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fcf7917b-3712-434e-b80a-91e1f8295ba7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/pNF.csar","artifactChecksum":"MmJjZTE1NWU5MGEzZmFjZjI4ZmRmMGEwZTE2YjFiYzQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d702bd4-f469-4c61-83e7-ece193814cc4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f219d0eb-6489-4e10-b647-b58eef57c3ea","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vendor-license-model.xml","artifactChecksum":"YzA4MDM3ZGQ1Mzc4YjVkMzk1ODBkNjIwZTg3ZTRlMjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dcf67a73-d183-4527-b33d-b2d656502eb9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"62cb89cf-5509-4933-9a27-8b4f2ca07dc7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5fc93dc6-8dfd-4360-bd70-9c61baacd07c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSmpmjfiufxmmiiafi2av-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-template.yml","artifactChecksum":"NTAwZjYyMmJmYTkxNWFjZTc4Y2RiYTFhNzE2MDllNTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"52162298-962e-4c16-b66e-0fb88453d2b7","artifactVersion":"1"},{"artifactName":"service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar","artifactChecksum":"OWM2NTNhY2YwMWYwN2U1NmZiYThlOGMwN2YyNWU2ZTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed2fa2c8-76b5-422e-b78d-50d92377749f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-23T22:34:12.129Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:34:12.131Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:34:12.141Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:34:12.141Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||try to send status {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972451327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.254Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms
2022-09-23T22:34:12.255Z||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-09-23T22:34:12.255Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:34:12.275Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:34:12.287Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.288Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972391328,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.297Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.298Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.300Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:34:12.299Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972391328,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:34:12.300Z||pool-40-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:34:12.301Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.302Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.302Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972395255,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:34:12.303Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:34:12.304Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.305Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972400177,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:34:12.306Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:34:12.308Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.310Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972422299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.311Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.312Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.315Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "policy-id",
  "timestamp": 1663972421806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.317Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.320Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.321Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663972419711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.323Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.325Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.326Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972422878,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.330Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.332Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.335Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "clamp",
  "timestamp": 1663972416604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.339Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.341Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.343Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972422299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.344Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.345Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.345Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "policy-id",
  "timestamp": 1663972421806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.345Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.346Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.346Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663972419711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.346Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.347Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.347Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972422878,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.347Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.347Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.348Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "clamp",
  "timestamp": 1663972416604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.348Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.348Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.372Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972422299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.376Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.379Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.381Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "policy-id",
  "timestamp": 1663972421806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.382Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.385Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.388Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "clamp",
  "timestamp": 1663972416604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.390Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.392Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.393Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663972419711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.394Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.397Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.398Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972422878,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.399Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.400Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.401Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "aai-ml",
  "timestamp": 1663972427307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.402Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.403Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.404Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972422299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.405Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.406Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.407Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "policy-id",
  "timestamp": 1663972421806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.408Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.419Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.428Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "clamp",
  "timestamp": 1663972416604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.431Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.432Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.433Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663972419711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.435Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.437Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.438Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972422878,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.441Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.443Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.445Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "aai-ml",
  "timestamp": 1663972427307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.451Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.453Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.454Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972422299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.455Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.458Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.460Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "policy-id",
  "timestamp": 1663972421806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.462Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.468Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.470Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663972419711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.474Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.475Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.480Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972422878,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.483Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.485Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.489Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "clamp",
  "timestamp": 1663972416604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.493Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.495Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.497Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "aai-ml",
  "timestamp": 1663972427307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.503Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.506Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.509Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972422299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.516Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.518Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.520Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "policy-id",
  "timestamp": 1663972421806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.522Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.523Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.525Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972422878,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.527Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.531Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.533Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "clamp",
  "timestamp": 1663972416604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.536Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.537Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.537Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663972419711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-09-23T22:34:12.539Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.540Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.542Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "aai-ml",
  "timestamp": 1663972427307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.552Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.555Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.557Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972422299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.568Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.569Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.570Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "policy-id",
  "timestamp": 1663972421806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.581Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.582Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.583Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663972419711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.584Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.590Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.592Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "clamp",
  "timestamp": 1663972416604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.594Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.596Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.597Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972422878,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.600Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.601Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.603Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "aai-ml",
  "timestamp": 1663972427307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.608Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.610Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.611Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972422299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:34:12.616Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.619Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.622Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "policy-id",
  "timestamp": 1663972421806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:34:12.627Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.629Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.631Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663972419711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.635Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.637Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.639Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "clamp",
  "timestamp": 1663972416604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:34:12.644Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.646Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.647Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972422878,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:34:12.649Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.651Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.658Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "aai-ml",
  "timestamp": 1663972427307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.661Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.662Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.663Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "policy-id",
  "timestamp": 1663972433316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:34:12.666Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:34:12.668Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.669Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972433488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:34:12.673Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:34:12.679Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.680Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663972433527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:34:12.688Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:34:12.690Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.709Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "aai-ml",
  "timestamp": 1663972427307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.710Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.712Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.713Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "policy-id",
  "timestamp": 1663972434324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:34:12.713Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:34:12.714Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.714Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663972434754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-09-23T22:34:12.715Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:34:12.716Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.716Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "aai-ml",
  "timestamp": 1663972427307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:34:12.717Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:34:12.717Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.720Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "policy-id",
  "timestamp": 1663972435327,
  "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-09-23T22:34:12.931Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff
2022-09-23T22:34:12.931Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff 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-09-23T22:34:13.006Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:13.007Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972435822,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-23T22:34:13.007Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:34:13.007Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:13.007Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972435560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:34:13.008Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:34:13.008Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:13.008Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663972435760,
  "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-09-23T22:34:13.083Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff
2022-09-23T22:34:13.084Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff 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-09-23T22:34:13.143Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:34:13.144Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:34:13.162Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:34:13.163Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||try to send status {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972451327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:13.167Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:13.168Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "aai-ml",
  "timestamp": 1663972436579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:34:13.168Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:34:13.169Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:13.169Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972436563,
  "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-09-23T22:34:13.186Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff
2022-09-23T22:34:13.186Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff 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-09-23T22:34:13.216Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:13.216Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "aai-ml",
  "timestamp": 1663972442572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-23T22:34:13.217Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:34:13.217Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:13.217Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "aai-ml",
  "timestamp": 1663972443594,
  "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-09-23T22:34:13.254Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff
2022-09-23T22:34:13.254Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff and ComponentName AAI
2022-09-23T22:34:13.258Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-09-23T22:34:13.259Z||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-09-23T22:34:13.260Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-23T22:34:13.315Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:34:13.317Z||pool-41-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:34:13.341Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:13.343Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "clamp",
  "timestamp": 1663972444944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:34:13.346Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:34:13.349Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:13.355Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "clamp",
  "timestamp": 1663972446953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:34:13.355Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:34:13.356Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:13.359Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "clamp",
  "timestamp": 1663972447958,
  "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-09-23T22:34:13.390Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff
2022-09-23T22:34:13.395Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff 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-09-23T22:34:14.164Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:34:14.165Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:34:14.189Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:34:14.190Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||try to send status {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972451327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:14.274Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2022-09-23T22:34:14.279Z||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-09-23T22:34:14.280Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:34:14.318Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:34:14.320Z||pool-42-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:34:15.198Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:34:15.199Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:34:15.203Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:34:15.205Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||try to send status {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972451327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:15.304Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-23T22:34:15.306Z||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-09-23T22:34:15.307Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:34:15.358Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:34:15.360Z||pool-43-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:34:16.205Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:34:16.206Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:34:16.209Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:34:16.209Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||try to send status {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972451327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:16.311Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-23T22:34:16.312Z||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-09-23T22:34:16.312Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:34:16.337Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:34:16.338Z||pool-44-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:34:17.210Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:34:17.211Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:34:17.214Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:34:17.215Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||try to send status {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972451327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:17.328Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms
2022-09-23T22:34:17.330Z||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-09-23T22:34:17.331Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:34:17.366Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:34:17.367Z||pool-45-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:34:18.215Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:34:18.216Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:34:18.219Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:34:18.219Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||try to send status {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972451327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:34:18.319Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-23T22:34:18.320Z||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-09-23T22:34:18.320Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:34:18.383Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:34:18.384Z||pool-46-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:34:19.220Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:34:19.222Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:34:19.226Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:34:19.226Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||try to send status {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972451327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:34:19.325Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-23T22:34:19.327Z||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-09-23T22:34:19.327Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:34:19.358Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:34:19.359Z||pool-47-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:34:20.229Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "serviceName": "Demo_pNF_sMpMJfIuFxmmiiAFI2av",
  "serviceVersion": "1.0",
  "serviceUUID": "6850e0b3-4c9b-42e1-a840-3cced3c4c890",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2",
  "resources": [
    {
      "resourceInstanceName": "pNF d3e00b33-0d69 0",
      "resourceCustomizationUUID": "dd58920c-1338-424e-a946-c2351b0950c8",
      "resourceName": "pNF d3e00b33-0d69",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f54a242b-c65d-4483-a5c8-822b6977ab6f",
      "resourceInvariantUUID": "9697ad40-cd42-4a6c-82d4-b900c9b5849c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
      "artifactChecksum": "OWM2NTNhY2YwMWYwN2U1NmZiYThlOGMwN2YyNWU2ZTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ed2fa2c8-76b5-422e-b78d-50d92377749f"
    }
  ],
  "workloadContext": "Production"
}
2022-09-23T22:34:20.229Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-23T22:34:20.229Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6850e0b3-4c9b-42e1-a840-3cced3c4c890 ASDC
2022-09-23T22:34:20.230Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||ASDC Notification:
DistributionID:28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff
ServiceName:Demo_pNF_sMpMJfIuFxmmiiAFI2av
ServiceVersion:1.0
ServiceUUID:6850e0b3-4c9b-42e1-a840-3cced3c4c890
ServiceInvariantUUID:a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
ArtifactUUID:ed2fa2c8-76b5-422e-b78d-50d92377749f
ArtifactChecksum:OWM2NTNhY2YwMWYwN2U1NmZiYThlOGMwN2YyNWU2ZTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d3e00b33-0d69 0
ResourceCustomizationUUID:dd58920c-1338-424e-a946-c2351b0950c8
ResourceInvariantUUID:9697ad40-cd42-4a6c-82d4-b900c9b5849c
ResourceName:pNF d3e00b33-0d69
ResourceType:PNF
ResourceUUID:f54a242b-c65d-4483-a5c8-822b6977ab6f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-23T22:34:20.231Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6850e0b3-4c9b-42e1-a840-3cced3c4c890 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-09-23T22:34:20.310Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T22:34:20.313Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||MSO config path is: /app
2022-09-23T22:34:20.313Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||MSO config path is: /app
2022-09-23T22:34:20.313Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||Trying to download the artifact UUID: ed2fa2c8-76b5-422e-b78d-50d92377749f from URL: /sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
2022-09-23T22:34:20.314Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - download
2022-09-23T22:34:20.315Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
2022-09-23T22:34:20.415Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||GET Response Status 200
2022-09-23T22:34:20.431Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar ed2fa2c8-76b5-422e-b78d-50d92377749f 87720
2022-09-23T22:34:20.432Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar ASDC sendASDCNotification
2022-09-23T22:34:20.432Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
2022-09-23T22:34:20.432Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T22:34:20.432Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:34:20.435Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:34:20.435Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||try to send status {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972460431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:34:20.554Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 118 ms
2022-09-23T22:34:20.557Z||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-09-23T22:34:20.563Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:34:20.604Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:34:20.605Z||pool-48-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:34:21.437Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T22:34:21.440Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||MSO config path is: /app
2022-09-23T22:34:21.441Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||Trying to write artifact UUID: ed2fa2c8-76b5-422e-b78d-50d92377749f, URL: /sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar to file: /app/ASDC/1/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
2022-09-23T22:34:21.442Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
2022-09-23T22:34:21.443Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
2022-09-23T22:34:21.444Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
2022-09-23T22:34:22.174Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12004418753295020314/Definitions/service-DemoPnfSmpmjfiufxmmiiafi2av-template.yml
2022-09-23T22:34:25.834Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-09-23T22:34:25.835Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|WARN|500||####################################################################################################
2022-09-23T22:34:25.835Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
2022-09-23T22:34:25.835Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-23T22:34:25.835Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?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-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
2022-09-23T22:34:25.835Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?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-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
2022-09-23T22:34:25.835Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?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-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
2022-09-23T22:34:25.836Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?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-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
2022-09-23T22:34:25.836Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d3e00b33-0d69 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-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
2022-09-23T22:34:25.836Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?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-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
2022-09-23T22:34:25.836Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?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-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
2022-09-23T22:34:25.836Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|WARN|500||####################################################################################################
2022-09-23T22:34:25.836Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:34:25.837Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Service Demo_pNF_sMpMJfIuFxmmiiAFI2av is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:34:25.837Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Node template pNF d3e00b33-0d69 0 is matching search criteria
2022-09-23T22:34:25.837Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Search for entities recursively
2022-09-23T22:34:25.837Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Found topology templates [pNF d3e00b33-0d69 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T22:34:25.838Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:34:25.838Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Service Demo_pNF_sMpMJfIuFxmmiiAFI2av is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:34:25.838Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Node template pNF d3e00b33-0d69 0 is matching search criteria
2022-09-23T22:34:25.838Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Search for entities recursively
2022-09-23T22:34:25.838Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Found topology templates [pNF d3e00b33-0d69 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T22:34:25.838Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:34:25.839Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Service Demo_pNF_sMpMJfIuFxmmiiAFI2av is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:34:25.839Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:34:25.839Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Service Demo_pNF_sMpMJfIuFxmmiiAFI2av is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:34:25.839Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:34:25.839Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Service Demo_pNF_sMpMJfIuFxmmiiAFI2av is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:34:25.840Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:34:25.840Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Service Demo_pNF_sMpMJfIuFxmmiiAFI2av is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:34:25.840Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:34:25.840Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Service Demo_pNF_sMpMJfIuFxmmiiAFI2av is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:34:25.840Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_sMpMJfIuFxmmiiAFI2av
Description:catalog service description
Model UUID:6850e0b3-4c9b-42e1-a840-3cced3c4c890
Model Version:NULL
Model InvariantUuid:a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2
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-09-23T22:34:25.930Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: f54a242b-c65d-4483-a5c8-822b6977ab6f
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-09-23T22:34:25.937Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||pNF d3e00b33-0d69 0
2022-09-23T22:34:25.937Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: f54a242b-c65d-4483-a5c8-822b6977ab6f
2022-09-23T22:34:25.937Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||No resources found for Service: 6850e0b3-4c9b-42e1-a840-3cced3c4c890
2022-09-23T22:34:25.937Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Preparing to deploy Service: 6850e0b3-4c9b-42e1-a840-3cced3c4c890
2022-09-23T22:34:25.938Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d3e00b33-0d69 0 f54a242b-c65d-4483-a5c8-822b6977ab6f 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-09-23T22:34:25.957Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1dbd9f7b, org.onap.sdc.toscaparser.api.parameters.Input@543a0f5, org.onap.sdc.toscaparser.api.parameters.Input@153e3e2f, org.onap.sdc.toscaparser.api.parameters.Input@c405d69, org.onap.sdc.toscaparser.api.parameters.Input@7df74ddd]
2022-09-23T22:34:25.957Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:34:25.958Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Service Demo_pNF_sMpMJfIuFxmmiiAFI2av is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:34:25.958Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500|| resourceSeq for service uuid 6850e0b3-4c9b-42e1-a840-3cced3c4c890: pNF d3e00b33-0d69
2022-09-23T22:34:25.958Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||Processing PNF resource: f54a242b-c65d-4483-a5c8-822b6977ab6f
2022-09-23T22:34:25.959Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:34:25.959Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Service Demo_pNF_sMpMJfIuFxmmiiAFI2av is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:34:25.959Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||Resource customization UUID: dd58920c-1338-424e-a946-c2351b0950c8 is the same as notified resource customizationUUID: dd58920c-1338-424e-a946-c2351b0950c8
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-09-23T22:34:26.185Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d3e00b33-0d69 f54a242b-c65d-4483-a5c8-822b6977ab6f 0 ASDC deployResourceStructure
2022-09-23T22:34:26.186Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar ASDC sendASDCNotification
2022-09-23T22:34:26.186Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
2022-09-23T22:34:26.186Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T22:34:26.187Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:34:26.207Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:34:26.207Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||try to send status {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972466186,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:34:26.309Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-23T22:34:26.311Z||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-09-23T22:34:26.311Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:34:26.375Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:34:26.388Z||pool-49-thread-1|||||INFO|500||cambria reply ok (78 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:34:27.209Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T22:34:27.258Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-23T22:34:27.294Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T22:34:27.295Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-23T22:34:27.295Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-23T22:34:27.295Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-23T22:34:27.295Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-23T22:34:27.295Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-23T22:34:27.295Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?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-09-23T22:34:27.317Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-23T22:34:57.319Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff 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-09-23T22:34:57.369Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff and serviceModelVersionId: 6850e0b3-4c9b-42e1-a840-3cced3c4c890
2022-09-23T22:34:57.369Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2
2022-09-23T22:34:57.370Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0
2022-09-23T22:34:57.386Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-09-23T22:34:57.771Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||Invoke
2022-09-23T22:34:57.772Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[101ac017-1a4b-478f-b248-4a1e91bbb508], X-ECOMP-RequestID=[28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff], X-TransactionId=[], X-ONAP-RequestID=[28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff], Content-Type=[application/merge-patch+json]}
2022-09-23T22:34:59.375Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||Invoke
2022-09-23T22:34:59.376Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8f0cf921-808a-43c6-8078-2797feae74c1], X-ECOMP-RequestID=[28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff], X-TransactionId=[], X-ONAP-RequestID=[28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff], Content-Type=[application/merge-patch+json]}
2022-09-23T22:35:00.899Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||Invoke
2022-09-23T22:35:00.899Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3b57f71b-9071-4f34-9a97-2922bd4444a1], X-ECOMP-RequestID=[28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff], X-TransactionId=[], X-ONAP-RequestID=[28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff], Content-Type=[application/merge-patch+json]}
2022-09-23T22:35:01.935Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T22:35:01.935Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?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-09-23T22:35:01.936Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T22:35:01.936Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?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-09-23T22:35:01.992Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?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-09-23T22:35:01.992Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T22:35:01.993Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-23T22:35:01.993Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:35:02.000Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:35:02.000Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||try to send status {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972501992,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-23T22:35:02.102Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-23T22:35:02.103Z||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-09-23T22:35:02.103Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:35:02.163Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:35:02.173Z||pool-50-thread-1|||||INFO|500||cambria reply ok (71 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-09-23T22:35:11.327Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:35:11.335Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?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-09-23T22:35:11.336Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:35:11.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:35:11.349Z||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-09-23T22:35:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:35:11.510Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:35:12.049Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:35:12.053Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||received message from topic
2022-09-23T22:35:12.053Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"efe164c0-75d6-427c-94a2-aefc96d17169","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9f5e64f1-54f0-4691-886b-87bcf8f7bbed","serviceDescription":"service","serviceInvariantUUID":"843f07a6-48b4-4554-86bf-d79e695ca80b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2bc97845-7f1a-4364-94bd-ef58b7c7a37d","resourceInvariantUUID":"09b108d3-8797-4526-8b5f-3f38ed6df739","resourceCustomizationUUID":"41aebf6d-4cd6-46ae-af0e-81bab4ee8a2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MTlmNzUxMWI2ZGM5YmE5MjY1MDg4ODBlNGVkNDliMmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ae927556-1762-4536-ad75-e28c641e3c08","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"M2NlNDdhZmU4MTYxNGQ4ZmQwNjU3YjZlYjY1YWE2OWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dab463ce-f4fc-465c-bd93-1ce284ec86ed","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"da18a74c-0d72-49d0-a9f7-967b70b75a52","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b9472e0f-e93d-4d36-aa43-5fe5ca1c297e","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"35bdc1b4-167f-4283-bea8-b5e926bcfd32","artifactVersion":"2","generatedFromUUID":"da18a74c-0d72-49d0-a9f7-967b70b75a52"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTJlYjZjZTgzYTAxY2E5OWVjMjI5MjFhYjk3MTU3MzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"16ee943b-f5b6-4968-ba1c-495f38270d71","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MDEwYjJkOGY1NTIyMTU5YzI1MmI5ZDU5ZDdmNmMyMDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"68af3b97-3f8a-4b7b-9d57-ab916226c75a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-23T22:35:12.088Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:35:12.091Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:35:12.102Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:35:12.103Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||try to send status {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972511327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972451327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972451327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972451327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972451327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.170Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972451327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972451327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972451327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.175Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972451327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:35:12.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972460431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:35:12.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:35:12.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972466186,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:35:12.183Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:35:12.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663972459711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972462299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "policy-id",
  "timestamp": 1663972461804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663972459711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972462299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T22:35:12.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "policy-id",
  "timestamp": 1663972461804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663972459711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972462299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-23T22:35:12.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "policy-id",
  "timestamp": 1663972461804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-23T22:35:12.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663972459711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972462299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "policy-id",
  "timestamp": 1663972461804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663972459711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972462299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-23T22:35:12.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "policy-id",
  "timestamp": 1663972461804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663972459711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.196Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972462299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.196Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "policy-id",
  "timestamp": 1663972461804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.201Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-23T22:35:12.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663972459711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972462299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:35:12.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "policy-id",
  "timestamp": 1663972461804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:35:12.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972475898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:35:12.207Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:35:12.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "policy-id",
  "timestamp": 1663972475433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:35:12.208Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:35:12.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972477004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:35:12.209Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:35:12.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "policy-id",
  "timestamp": 1663972476437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:35:12.211Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:35:12.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "clamp",
  "timestamp": 1663972476604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.212Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "policy-id",
  "timestamp": 1663972477440,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-09-23T22:35:12.215Z||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-09-23T22:35:12.216Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-09-23T22:35:12.242Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:35:12.243Z||pool-51-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-23T22:35:12.256Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of efe164c0-75d6-427c-94a2-aefc96d17169
2022-09-23T22:35:12.256Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId efe164c0-75d6-427c-94a2-aefc96d17169 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-09-23T22:35:12.274Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.274Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972478078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:35:12.274Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:35:12.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.275Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "clamp",
  "timestamp": 1663972476604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T22:35:12.275Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.275Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972479156,
  "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-09-23T22:35:12.280Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of efe164c0-75d6-427c-94a2-aefc96d17169
2022-09-23T22:35:12.280Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId efe164c0-75d6-427c-94a2-aefc96d17169 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-09-23T22:35:12.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "clamp",
  "timestamp": 1663972476604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972480162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T22:35:12.290Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:35:12.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "clamp",
  "timestamp": 1663972476604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663972479712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "clamp",
  "timestamp": 1663972476604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663972479712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "clamp",
  "timestamp": 1663972476604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663972479712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972482299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "policy-id",
  "timestamp": 1663972481804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "clamp",
  "timestamp": 1663972476604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:35:12.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663972479712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "policy-id",
  "timestamp": 1663972481804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972482299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-23T22:35:12.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972482870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663972479712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972482299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-23T22:35:12.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "policy-id",
  "timestamp": 1663972481804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972482870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663972479712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972482299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T22:35:12.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "policy-id",
  "timestamp": 1663972481804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972482870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "clamp",
  "timestamp": 1663972486949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:35:12.301Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:35:12.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663972479712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972482299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-23T22:35:12.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "policy-id",
  "timestamp": 1663972481804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-23T22:35:12.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972482870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663972479712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "policy-id",
  "timestamp": 1663972481804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972482299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.306Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972482870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.307Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "aai-ml",
  "timestamp": 1663972487307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "clamp",
  "timestamp": 1663972488963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:35:12.309Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:35:12.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663972479712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "policy-id",
  "timestamp": 1663972481804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.310Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972482299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-23T22:35:12.310Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.311Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972482870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.311Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.311Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "aai-ml",
  "timestamp": 1663972487307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.312Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "clamp",
  "timestamp": 1663972489968,
  "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-09-23T22:35:12.319Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of efe164c0-75d6-427c-94a2-aefc96d17169
2022-09-23T22:35:12.319Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId efe164c0-75d6-427c-94a2-aefc96d17169 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-09-23T22:35:12.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "policy-id",
  "timestamp": 1663972481804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972482299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972482870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:35:12.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "aai-ml",
  "timestamp": 1663972487307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "clamp",
  "timestamp": 1663972476604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "policy-id",
  "timestamp": 1663972481804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:35:12.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972482299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:35:12.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "aai-ml",
  "timestamp": 1663972487307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972490967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:35:12.402Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:35:12.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "clamp",
  "timestamp": 1663972476604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.403Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "policy-id",
  "timestamp": 1663972491733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:35:12.403Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:35:12.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972492419,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:35:12.404Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:35:12.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "aai-ml",
  "timestamp": 1663972487307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.404Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "clamp",
  "timestamp": 1663972476604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.404Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "policy-id",
  "timestamp": 1663972492737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:35:12.405Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:35:12.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "aai-ml",
  "timestamp": 1663972487307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.407Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.407Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972493527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:35:12.408Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:35:12.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972493227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:35:12.409Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:35:12.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "clamp",
  "timestamp": 1663972476604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T22:35:12.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "policy-id",
  "timestamp": 1663972493740,
  "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-09-23T22:35:12.481Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cbd0eb3a-fa2f-4403-a868-8ee780710099
2022-09-23T22:35:12.482Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbd0eb3a-fa2f-4403-a868-8ee780710099 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-09-23T22:35:12.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "aai-ml",
  "timestamp": 1663972487307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:35:12.548Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972494644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:35:12.549Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:35:12.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972494234,
  "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-09-23T22:35:12.608Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of efe164c0-75d6-427c-94a2-aefc96d17169
2022-09-23T22:35:12.609Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId efe164c0-75d6-427c-94a2-aefc96d17169 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-09-23T22:35:12.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "clamp",
  "timestamp": 1663972476604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972495779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:35:12.694Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:35:12.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972482870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.696Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "aai-ml",
  "timestamp": 1663972495581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:35:12.697Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:35:12.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "clamp",
  "timestamp": 1663972476604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.698Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972482870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.699Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972497009,
  "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-09-23T22:35:12.731Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cbd0eb3a-fa2f-4403-a868-8ee780710099
2022-09-23T22:35:12.732Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbd0eb3a-fa2f-4403-a868-8ee780710099 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-09-23T22:35:12.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "clamp",
  "timestamp": 1663972476604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972482870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.766Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663972498013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T22:35:12.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:35:12.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "clamp",
  "timestamp": 1663972476604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.769Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.770Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972482870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.771Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.772Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "clamp",
  "timestamp": 1663972476604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:35:12.773Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972482870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.775Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972482870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972482870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972501992,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-23T22:35:12.780Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:35:12.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972482870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "aai-ml",
  "timestamp": 1663972503087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-23T22:35:12.785Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:35:12.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972482870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:35:12.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "aai-ml",
  "timestamp": 1663972504104,
  "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-09-23T22:35:12.821Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of efe164c0-75d6-427c-94a2-aefc96d17169
2022-09-23T22:35:12.822Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId efe164c0-75d6-427c-94a2-aefc96d17169 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-09-23T22:35:12.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972504350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:35:12.886Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:35:12.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "clamp",
  "timestamp": 1663972504953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:35:12.887Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:35:12.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "aai-ml",
  "timestamp": 1663972487307,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "aai-ml",
  "timestamp": 1663972487307,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "clamp",
  "timestamp": 1663972506964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:35:12.889Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:35:12.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972506567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:35:12.890Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:35:12.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "aai-ml",
  "timestamp": 1663972487307,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:12.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:12.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "clamp",
  "timestamp": 1663972507969,
  "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-09-23T22:35:12.923Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cbd0eb3a-fa2f-4403-a868-8ee780710099
2022-09-23T22:35:12.923Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbd0eb3a-fa2f-4403-a868-8ee780710099 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-09-23T22:35:12.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:12.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663972507576,
  "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-09-23T22:35:12.972Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cbd0eb3a-fa2f-4403-a868-8ee780710099
2022-09-23T22:35:12.973Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbd0eb3a-fa2f-4403-a868-8ee780710099 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-09-23T22:35:13.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:13.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "aai-ml",
  "timestamp": 1663972487307,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:13.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:13.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:13.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "aai-ml",
  "timestamp": 1663972487307,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:13.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:13.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:13.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "aai-ml",
  "timestamp": 1663972487307,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:13.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:13.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:35:13.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "aai-ml",
  "timestamp": 1663972487307,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:13.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:35:13.112Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:35:13.131Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:35:13.138Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:35:13.138Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||try to send status {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972511327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T22:35:13.239Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T22:35:13.244Z||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-09-23T22:35:13.244Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:35:13.294Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:35:13.294Z||pool-52-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:35:14.139Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:35:14.147Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:35:14.151Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:35:14.151Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||try to send status {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972511327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-23T22:35:14.260Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-09-23T22:35:14.263Z||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-09-23T22:35:14.264Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:35:14.300Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:35:14.301Z||pool-53-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:35:15.153Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:35:15.154Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:35:15.157Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:35:15.158Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||try to send status {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972511327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:15.258Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T22:35:15.261Z||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-09-23T22:35:15.261Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:35:15.281Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:35:15.282Z||pool-54-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:35:16.166Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:35:16.166Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:35:16.174Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:35:16.174Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||try to send status {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972511327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-23T22:35:16.271Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-23T22:35:16.272Z||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-09-23T22:35:16.272Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:35:16.306Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:35:16.307Z||pool-55-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:35:17.187Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:35:17.188Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:35:17.196Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:35:17.197Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||try to send status {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972511327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:35:17.294Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-23T22:35:17.296Z||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-09-23T22:35:17.296Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:35:17.329Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:35:17.330Z||pool-56-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:35:18.199Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:35:18.203Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:35:18.212Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:35:18.214Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||try to send status {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972511327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:35:18.313Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-23T22:35:18.314Z||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-09-23T22:35:18.314Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:35:18.347Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:35:18.347Z||pool-57-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:35:19.216Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9f5e64f1-54f0-4691-886b-87bcf8f7bbed",
  "serviceDescription": "service",
  "serviceInvariantUUID": "843f07a6-48b4-4554-86bf-d79e695ca80b",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "41aebf6d-4cd6-46ae-af0e-81bab4ee8a2a",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2bc97845-7f1a-4364-94bd-ef58b7c7a37d",
      "resourceInvariantUUID": "09b108d3-8797-4526-8b5f-3f38ed6df739",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "M2NlNDdhZmU4MTYxNGQ4ZmQwNjU3YjZlYjY1YWE2OWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dab463ce-f4fc-465c-bd93-1ce284ec86ed",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "da18a74c-0d72-49d0-a9f7-967b70b75a52",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "35bdc1b4-167f-4283-bea8-b5e926bcfd32",
            "generatedFromUUID": "da18a74c-0d72-49d0-a9f7-967b70b75a52"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "35bdc1b4-167f-4283-bea8-b5e926bcfd32",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MDEwYjJkOGY1NTIyMTU5YzI1MmI5ZDU5ZDdmNmMyMDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "68af3b97-3f8a-4b7b-9d57-ab916226c75a"
    }
  ],
  "workloadContext": "Production"
}
2022-09-23T22:35:19.216Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-23T22:35:19.218Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9f5e64f1-54f0-4691-886b-87bcf8f7bbed ASDC
2022-09-23T22:35:19.219Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||ASDC Notification:
DistributionID:efe164c0-75d6-427c-94a2-aefc96d17169
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9f5e64f1-54f0-4691-886b-87bcf8f7bbed
ServiceInvariantUUID:843f07a6-48b4-4554-86bf-d79e695ca80b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:68af3b97-3f8a-4b7b-9d57-ab916226c75a
ArtifactChecksum:MDEwYjJkOGY1NTIyMTU5YzI1MmI5ZDU5ZDdmNmMyMDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:41aebf6d-4cd6-46ae-af0e-81bab4ee8a2a
ResourceInvariantUUID:09b108d3-8797-4526-8b5f-3f38ed6df739
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:2bc97845-7f1a-4364-94bd-ef58b7c7a37d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:dab463ce-f4fc-465c-bd93-1ce284ec86ed
ArtifactChecksum:M2NlNDdhZmU4MTYxNGQ4ZmQwNjU3YjZlYjY1YWE2OWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:da18a74c-0d72-49d0-a9f7-967b70b75a52
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:35bdc1b4-167f-4283-bea8-b5e926bcfd32
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:35bdc1b4-167f-4283-bea8-b5e926bcfd32
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-23T22:35:19.219Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9f5e64f1-54f0-4691-886b-87bcf8f7bbed 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-09-23T22:35:19.270Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T22:35:19.271Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||MSO config path is: /app
2022-09-23T22:35:19.271Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||MSO config path is: /app
2022-09-23T22:35:19.271Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||Trying to download the artifact UUID: 68af3b97-3f8a-4b7b-9d57-ab916226c75a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-23T22:35:19.271Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - download
2022-09-23T22:35:19.272Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-23T22:35:19.368Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||GET Response Status 200
2022-09-23T22:35:19.373Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 68af3b97-3f8a-4b7b-9d57-ab916226c75a 74775
2022-09-23T22:35:19.374Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-09-23T22:35:19.374Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-23T22:35:19.374Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T22:35:19.375Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:35:19.377Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:35:19.377Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||try to send status {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972519373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:35:19.478Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T22:35:19.479Z||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-09-23T22:35:19.480Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:35:19.497Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:35:19.498Z||pool-58-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:35:20.382Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T22:35:20.383Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||MSO config path is: /app
2022-09-23T22:35:20.383Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||Trying to write artifact UUID: 68af3b97-3f8a-4b7b-9d57-ab916226c75a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-23T22:35:20.383Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-09-23T22:35:20.384Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-23T22:35:20.384Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-09-23T22:35:20.685Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5232653540136626753/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-09-23T22:35:25.129Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-09-23T22:35:25.130Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|WARN|500||####################################################################################################
2022-09-23T22:35:25.130Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-23T22:35:25.130Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-23T22:35:25.130Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?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-BasicVm-csar.csar
2022-09-23T22:35:25.130Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?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-BasicVm-csar.csar
2022-09-23T22:35:25.142Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-23T22:35:25.142Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-23T22:35:25.142Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?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-BasicVm-csar.csar
2022-09-23T22:35:25.143Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?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-BasicVm-csar.csar
2022-09-23T22:35:25.143Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?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-BasicVm-csar.csar
2022-09-23T22:35:25.143Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|WARN|500||####################################################################################################
2022-09-23T22:35:25.143Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:35:25.143Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:35:25.143Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-23T22:35:25.144Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Search for entities recursively
2022-09-23T22:35:25.144Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T22:35:25.144Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:35:25.144Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:35:25.144Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-23T22:35:25.144Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Search for entities recursively
2022-09-23T22:35:25.145Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T22:35:25.145Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:35:25.145Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:35:25.145Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:35:25.145Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-23T22:35:25.145Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-09-23T22:35:25.146Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-09-23T22:35:25.146Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-09-23T22:35:25.146Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-23T22:35:25.146Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-23T22:35:25.147Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:35:25.147Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-23T22:35:25.153Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:35:25.154Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-23T22:35:25.155Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:35:25.156Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:35:25.157Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-23T22:35:25.157Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:35:25.160Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:35:25.160Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-23T22:35:25.160Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:35:25.160Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:35:25.160Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-23T22:35:25.160Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-23T22:35:25.161Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-23T22:35:25.161Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f75e62be-00a8-4e1f-93c3-1cc8d91dd742
2022-09-23T22:35:25.161Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:35:25.161Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:35:25.161Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:35:25.161Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:35:25.162Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:35:25.162Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:35:25.162Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:35:25.162Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:35:25.162Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9f5e64f1-54f0-4691-886b-87bcf8f7bbed
Model Version:NULL
Model InvariantUuid:843f07a6-48b4-4554-86bf-d79e695ca80b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:a4385d03-28ea-4a63-97e4-74e2b8a10406
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:09b108d3-8797-4526-8b5f-3f38ed6df739
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:41aebf6d-4cd6-46ae-af0e-81bab4ee8a2a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:508fdba5-fee9-4e8b-8720-bba73eb8f771
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:97f58b83-fc59-4c9b-9148-763674b19e15
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f75e62be-00a8-4e1f-93c3-1cc8d91dd742
ModelInvariantUuid:3d07f771-8518-4597-b707-8f7ae684bc54
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:314e9bca-323d-467b-9e14-25004ef4b8d7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:c4d2716f-a110-4503-a8a7-abe5e9dba523
ModelInvariantUuid:fb6c3940-c3e1-4d47-abbb-78c8ddeddf94
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:38056e31-6ec3-4a08-992e-0239ebff861c
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-09-23T22:35:25.215Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 2bc97845-7f1a-4364-94bd-ef58b7c7a37d
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-09-23T22:35:25.235Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||basic_vm 0
2022-09-23T22:35:25.236Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 2bc97845-7f1a-4364-94bd-ef58b7c7a37d
2022-09-23T22:35:25.236Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||Trying to download the artifact UUID: dab463ce-f4fc-465c-bd93-1ce284ec86ed from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-23T22:35:25.240Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - download
2022-09-23T22:35:25.240Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-23T22:35:25.388Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||GET Response Status 200
2022-09-23T22:35:25.388Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json dab463ce-f4fc-465c-bd93-1ce284ec86ed 787
2022-09-23T22:35:25.390Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-09-23T22:35:25.391Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-23T22:35:25.391Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T22:35:25.391Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:35:25.402Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:35:25.402Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||try to send status {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972525390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:35:25.498Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-23T22:35:25.499Z||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-09-23T22:35:25.499Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:35:25.537Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:35:25.537Z||pool-59-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:35:26.406Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "508fdba5-fee9-4e8b-8720-bba73eb8f771",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "97f58b83-fc59-4c9b-9148-763674b19e15",
    "vfModuleModelCustomizationUUID": "6eda7284-8787-47e9-87ea-825e8d1289aa",
    "isBase": true,
    "artifacts": [
      "da18a74c-0d72-49d0-a9f7-967b70b75a52",
      "35bdc1b4-167f-4283-bea8-b5e926bcfd32"
    ],
    "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-09-23T22:35:26.436Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:97f58b83-fc59-4c9b-9148-763674b19e15
VfModuleModelInvariantUUID:508fdba5-fee9-4e8b-8720-bba73eb8f771
VfModuleModelDescription:NULL
Artifacts UUID List:{
da18a74c-0d72-49d0-a9f7-967b70b75a52
,
35bdc1b4-167f-4283-bea8-b5e926bcfd32

}
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-09-23T22:35:26.445Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "508fdba5-fee9-4e8b-8720-bba73eb8f771",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "97f58b83-fc59-4c9b-9148-763674b19e15",
    "vfModuleModelCustomizationUUID": "6eda7284-8787-47e9-87ea-825e8d1289aa",
    "isBase": true,
    "artifacts": [
      "da18a74c-0d72-49d0-a9f7-967b70b75a52",
      "35bdc1b4-167f-4283-bea8-b5e926bcfd32"
    ],
    "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-09-23T22:35:26.447Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:97f58b83-fc59-4c9b-9148-763674b19e15
VfModuleModelInvariantUUID:508fdba5-fee9-4e8b-8720-bba73eb8f771
VfModuleModelDescription:NULL
Artifacts UUID List:{
da18a74c-0d72-49d0-a9f7-967b70b75a52
,
35bdc1b4-167f-4283-bea8-b5e926bcfd32

}
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-09-23T22:35:26.447Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||Trying to download the artifact UUID: da18a74c-0d72-49d0-a9f7-967b70b75a52 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-23T22:35:26.447Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - download
2022-09-23T22:35:26.447Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-23T22:35:26.537Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||GET Response Status 200
2022-09-23T22:35:26.538Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml da18a74c-0d72-49d0-a9f7-967b70b75a52 5033
2022-09-23T22:35:26.538Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-09-23T22:35:26.538Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-23T22:35:26.538Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T22:35:26.538Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:35:26.542Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:35:26.542Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||try to send status {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972526538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:35:26.642Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-23T22:35:26.644Z||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-09-23T22:35:26.644Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:35:26.739Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:35:26.741Z||pool-60-thread-1|||||INFO|500||cambria reply ok (97 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:35:27.549Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||Trying to download the artifact UUID: 35bdc1b4-167f-4283-bea8-b5e926bcfd32 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-23T22:35:27.551Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - download
2022-09-23T22:35:27.552Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-23T22:35:27.683Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||GET Response Status 200
2022-09-23T22:35:27.693Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 35bdc1b4-167f-4283-bea8-b5e926bcfd32 903
2022-09-23T22:35:27.695Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-09-23T22:35:27.695Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-23T22:35:27.695Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T22:35:27.696Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:35:27.703Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:35:27.703Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||try to send status {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972527695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:35:27.806Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-23T22:35:27.819Z||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-09-23T22:35:27.819Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:35:27.915Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:35:27.916Z||pool-61-thread-1|||||INFO|500||cambria reply ok (106 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:35:28.705Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Preparing to deploy Service: 9f5e64f1-54f0-4691-886b-87bcf8f7bbed
2022-09-23T22:35:28.706Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 2bc97845-7f1a-4364-94bd-ef58b7c7a37d 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-09-23T22:35:28.818Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@336d338a, org.onap.sdc.toscaparser.api.parameters.Input@4e071789, org.onap.sdc.toscaparser.api.parameters.Input@3ea6b317, org.onap.sdc.toscaparser.api.parameters.Input@50635c47, org.onap.sdc.toscaparser.api.parameters.Input@ac8d4a2]
2022-09-23T22:35:28.828Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:35:28.828Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:35:28.828Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||VF Category is: Generic 
2022-09-23T22:35:28.829Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||VFCustomizationUUID= 41aebf6d-4cd6-46ae-af0e-81bab4ee8a2a
2022-09-23T22:35:28.829Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 41aebf6d-4cd6-46ae-af0e-81bab4ee8a2a matches Tosca VF Customization UUID: 41aebf6d-4cd6-46ae-af0e-81bab4ee8a2a
2022-09-23T22:35:28.829Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||vfCustomizationUUID: 41aebf6d-4cd6-46ae-af0e-81bab4ee8a2a  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-09-23T22:35:28.848Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:35:28.849Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:35:28.852Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||resource request for resource customization id 41aebf6d-4cd6-46ae-af0e-81bab4ee8a2a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-23T22:35:28.852Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3d7bf074
2022-09-23T22:35:28.853Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:35:28.853Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-23T22:35:28.854Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6eda7284-8787-47e9-87ea-825e8d1289aa
2022-09-23T22:35:28.855Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6eda7284-8787-47e9-87ea-825e8d1289aa
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-09-23T22:35:28.872Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:35:28.873Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-23T22:35:28.873Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:35:28.875Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:35:28.875Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-23T22:35:28.876Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:35:28.878Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:35:28.879Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-23T22:35:28.879Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-23T22:35:28.880Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-23T22:35:28.881Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f75e62be-00a8-4e1f-93c3-1cc8d91dd742
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-09-23T22:35:28.908Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:35:28.909Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-23T22:35:28.914Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:35:28.915Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:35:28.916Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-23T22:35:28.917Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=41aebf6d-4cd6-46ae-af0e-81bab4ee8a2a
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-09-23T22:35:28.930Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:35:28.932Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:35:28.934Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500|| resourceSeq for service uuid 9f5e64f1-54f0-4691-886b-87bcf8f7bbed: basic_vm
2022-09-23T22:35:28.935Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:35:28.936Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:35:28.937Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:35:28.939Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:35:28.939Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:35:28.940Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:35:28.941Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:35:28.942Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:35:28.943Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:35:28.944Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:35:28.945Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-23T22:35:29.531Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 2bc97845-7f1a-4364-94bd-ef58b7c7a37d 1 ASDC deployResourceStructure
2022-09-23T22:35:29.532Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-09-23T22:35:29.532Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-23T22:35:29.533Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T22:35:29.533Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:35:29.547Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:35:29.548Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||try to send status {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972529532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T22:35:29.659Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-09-23T22:35:29.660Z||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-09-23T22:35:29.660Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:35:29.738Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:35:29.739Z||pool-62-thread-1|||||INFO|500||cambria reply ok (80 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:35:30.551Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-09-23T22:35:30.555Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-23T22:35:30.555Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T22:35:30.556Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:35:30.561Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:35:30.561Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||try to send status {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972530551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-23T22:35:30.661Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-23T22:35:30.662Z||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-09-23T22:35:30.662Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:35:30.767Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:35:30.768Z||pool-63-thread-1|||||INFO|500||cambria reply ok (107 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:35:31.567Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-09-23T22:35:31.568Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-23T22:35:31.569Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T22:35:31.570Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:35:31.586Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:35:31.587Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||try to send status {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972531567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-23T22:35:31.700Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms
2022-09-23T22:35:31.701Z||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-09-23T22:35:31.702Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:35:31.762Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:35:31.763Z||pool-64-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:35:32.590Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-09-23T22:35:32.590Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-23T22:35:32.591Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T22:35:32.591Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:35:32.650Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:35:32.651Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||try to send status {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972532590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:35:32.728Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 77 ms
2022-09-23T22:35:32.729Z||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-09-23T22:35:32.729Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:35:32.775Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:35:32.776Z||pool-65-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:35:33.651Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efe164c0-75d6-427c-94a2-aefc96d17169
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T22:35:33.762Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efe164c0-75d6-427c-94a2-aefc96d17169
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-23T22:35:33.803Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T22:35:33.803Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-23T22:35:33.804Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-23T22:35:33.804Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-23T22:35:33.805Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-23T22:35:33.805Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?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-09-23T22:35:33.836Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-23T22:36:03.838Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: efe164c0-75d6-427c-94a2-aefc96d17169 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-09-23T22:36:03.887Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: efe164c0-75d6-427c-94a2-aefc96d17169 and serviceModelVersionId: 9f5e64f1-54f0-4691-886b-87bcf8f7bbed
2022-09-23T22:36:03.888Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 843f07a6-48b4-4554-86bf-d79e695ca80b
2022-09-23T22:36:03.906Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0
2022-09-23T22:36:03.949Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2/model-vers/model-ver/6850e0b3-4c9b-42e1-a840-3cced3c4c890?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-09-23T22:36:04.409Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||Invoke
2022-09-23T22:36:04.413Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[efe164c0-75d6-427c-94a2-aefc96d17169], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[537402a8-7c04-4e73-a3df-7c2510b89a2f], X-ECOMP-RequestID=[efe164c0-75d6-427c-94a2-aefc96d17169], X-TransactionId=[], X-ONAP-RequestID=[efe164c0-75d6-427c-94a2-aefc96d17169], Content-Type=[application/merge-patch+json]}
2022-09-23T22:36:06.012Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||Invoke
2022-09-23T22:36:06.016Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[efe164c0-75d6-427c-94a2-aefc96d17169], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cbd3f038-c92d-4123-bee0-bde85031fe90], X-ECOMP-RequestID=[efe164c0-75d6-427c-94a2-aefc96d17169], X-TransactionId=[], X-ONAP-RequestID=[efe164c0-75d6-427c-94a2-aefc96d17169], Content-Type=[application/merge-patch+json]}
2022-09-23T22:36:07.552Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||Invoke
2022-09-23T22:36:07.553Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[efe164c0-75d6-427c-94a2-aefc96d17169], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f56a6dfb-7bf2-4bca-9226-01831c759855], X-ECOMP-RequestID=[efe164c0-75d6-427c-94a2-aefc96d17169], X-TransactionId=[], X-ONAP-RequestID=[efe164c0-75d6-427c-94a2-aefc96d17169], Content-Type=[application/merge-patch+json]}
2022-09-23T22:36:08.603Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T22:36:08.604Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:08.604Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T22:36:08.604Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:08.612Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:08.612Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID efe164c0-75d6-427c-94a2-aefc96d17169 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T22:36:08.613Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-23T22:36:08.613Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:36:08.616Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:36:08.616Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||try to send status {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972568613,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-23T22:36:08.735Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 119 ms
2022-09-23T22:36:08.740Z||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-09-23T22:36:08.741Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:36:08.871Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:36:08.872Z||pool-66-thread-1|||||INFO|500||cambria reply ok (136 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-09-23T22:36:09.629Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||received message from topic
2022-09-23T22:36:09.630Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"cbd0eb3a-fa2f-4403-a868-8ee780710099","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"c328b443-68c0-4a52-a4b0-8ef59dac40ac","serviceDescription":"service","serviceInvariantUUID":"b686ae36-bdf8-4b1c-90bd-5c2c05ae9231","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f587647c-5568-4fbf-a525-b14ca396c9f7","resourceInvariantUUID":"94df6ea4-65bd-4679-a81f-e2436b286dd7","resourceCustomizationUUID":"249d195f-f5cb-434e-a83e-77084aaebdeb","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":"Yzc5MDI1OGNhYzY5OTM2MmNkZmNhNjk2NWJhY2E2MzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"15d2d94c-1789-43b4-be2b-63571169e417","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":"12706fbe-bb49-4bcf-baa4-adcbe9eefa73","artifactVersion":"2","generatedFromUUID":"35dfda65-39d8-4572-a7cd-60264597b726"},{"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":"35dfda65-39d8-4572-a7cd-60264597b726","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":"NzAzNzA4NmVhNzYzMWIxNzExODk0OTQzYThkZDVlOTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4e664b61-891c-4e5d-8e60-66cdbb441423","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":"f99fc79f-227f-4497-af1e-df1067625699","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":"91914dd2-98db-48ba-94b1-43a545eefe97","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":"0763939a-8c97-48e5-abaa-f6d1f5b58a76","artifactVersion":"2","generatedFromUUID":"f99fc79f-227f-4497-af1e-df1067625699"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MTE0NGZiY2I3NzdlNWU3OGZjMWNhOWY3MzZmYzcxZTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0ac88c68-6e06-4753-8107-d943f38225e4","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NGUzMDhhNzc3NTc4NWUzYjI4NTdmYWM3NjJhM2JmZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35489208-0811-4312-a23f-eb7a1477577d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-23T22:36:09.631Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:36:09.631Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:36:09.635Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:36:09.635Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972511327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:36:09.739Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-23T22:36:09.741Z||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-09-23T22:36:09.744Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:36:09.774Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:36:09.776Z||pool-67-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:36:10.637Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:36:10.639Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:36:10.647Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:36:10.649Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972511327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-23T22:36:10.747Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-23T22:36:10.748Z||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-09-23T22:36:10.748Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:36:10.822Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:36:10.823Z||pool-68-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:36:11.349Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:36:11.350Z||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-09-23T22:36:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:36:11.528Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:36:11.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:36:11.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972511327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:36:11.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:36:11.655Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:36:11.694Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:36:11.727Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:36:11.729Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972511327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-23T22:36:11.829Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-09-23T22:36:11.836Z||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-09-23T22:36:11.837Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:36:11.869Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:36:11.871Z||pool-69-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:36:12.738Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:36:12.740Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:36:12.744Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:36:12.744Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972511327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T22:36:12.844Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-23T22:36:12.845Z||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-09-23T22:36:12.845Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:36:12.875Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:36:12.876Z||pool-70-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:36:13.746Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:36:13.747Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:36:13.749Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:36:13.749Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972511327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-23T22:36:13.876Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 126 ms
2022-09-23T22:36:13.877Z||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-09-23T22:36:13.877Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:36:13.900Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:36:13.910Z||pool-71-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:36:14.753Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:36:14.753Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:36:14.757Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:36:14.757Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972511327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:36:14.858Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-23T22:36:14.859Z||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-09-23T22:36:14.859Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:36:14.892Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:36:14.893Z||pool-72-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:36:15.759Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:36:15.762Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:36:15.768Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:36:15.769Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972511327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-23T22:36:15.879Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-09-23T22:36:15.880Z||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-09-23T22:36:15.880Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:36:16.015Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:36:16.016Z||pool-73-thread-1|||||INFO|500||cambria reply ok (137 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:36:16.774Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:36:16.775Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:36:16.778Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:36:16.778Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972511327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:36:16.878Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-23T22:36:16.880Z||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-09-23T22:36:16.881Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:36:16.911Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:36:16.912Z||pool-74-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:36:17.779Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:36:17.780Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:36:17.786Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:36:17.786Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972511327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:36:17.882Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-09-23T22:36:17.883Z||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-09-23T22:36:17.883Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:36:17.900Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:36:17.900Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:36:18.788Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "c328b443-68c0-4a52-a4b0-8ef59dac40ac",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b686ae36-bdf8-4b1c-90bd-5c2c05ae9231",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "249d195f-f5cb-434e-a83e-77084aaebdeb",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f587647c-5568-4fbf-a525-b14ca396c9f7",
      "resourceInvariantUUID": "94df6ea4-65bd-4679-a81f-e2436b286dd7",
      "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": "12706fbe-bb49-4bcf-baa4-adcbe9eefa73",
          "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": "35dfda65-39d8-4572-a7cd-60264597b726",
          "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": "NzAzNzA4NmVhNzYzMWIxNzExODk0OTQzYThkZDVlOTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4e664b61-891c-4e5d-8e60-66cdbb441423",
          "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": "f99fc79f-227f-4497-af1e-df1067625699",
          "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": "0763939a-8c97-48e5-abaa-f6d1f5b58a76",
            "generatedFromUUID": "f99fc79f-227f-4497-af1e-df1067625699"
          },
          "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": "0763939a-8c97-48e5-abaa-f6d1f5b58a76",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NGUzMDhhNzc3NTc4NWUzYjI4NTdmYWM3NjJhM2JmZDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "35489208-0811-4312-a23f-eb7a1477577d"
    }
  ],
  "workloadContext": "Production"
}
2022-09-23T22:36:18.788Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-23T22:36:18.788Z|efe164c0-75d6-427c-94a2-aefc96d17169|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c328b443-68c0-4a52-a4b0-8ef59dac40ac ASDC
2022-09-23T22:36:18.788Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||ASDC Notification:
DistributionID:cbd0eb3a-fa2f-4403-a868-8ee780710099
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:c328b443-68c0-4a52-a4b0-8ef59dac40ac
ServiceInvariantUUID:b686ae36-bdf8-4b1c-90bd-5c2c05ae9231
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:35489208-0811-4312-a23f-eb7a1477577d
ArtifactChecksum:NGUzMDhhNzc3NTc4NWUzYjI4NTdmYWM3NjJhM2JmZDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:249d195f-f5cb-434e-a83e-77084aaebdeb
ResourceInvariantUUID:94df6ea4-65bd-4679-a81f-e2436b286dd7
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:f587647c-5568-4fbf-a525-b14ca396c9f7
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:12706fbe-bb49-4bcf-baa4-adcbe9eefa73
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:35dfda65-39d8-4572-a7cd-60264597b726
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:4e664b61-891c-4e5d-8e60-66cdbb441423
ArtifactChecksum:NzAzNzA4NmVhNzYzMWIxNzExODk0OTQzYThkZDVlOTQ=
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:f99fc79f-227f-4497-af1e-df1067625699
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:0763939a-8c97-48e5-abaa-f6d1f5b58a76
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:0763939a-8c97-48e5-abaa-f6d1f5b58a76
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-23T22:36:18.789Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c328b443-68c0-4a52-a4b0-8ef59dac40ac 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-09-23T22:36:18.874Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T22:36:18.875Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||MSO config path is: /app
2022-09-23T22:36:18.875Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||MSO config path is: /app
2022-09-23T22:36:18.876Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||Trying to download the artifact UUID: 35489208-0811-4312-a23f-eb7a1477577d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-23T22:36:18.876Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - download
2022-09-23T22:36:18.876Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:19.104Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||GET Response Status 200
2022-09-23T22:36:19.122Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 35489208-0811-4312-a23f-eb7a1477577d 73628
2022-09-23T22:36:19.123Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:19.124Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:19.124Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T22:36:19.125Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:36:19.132Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:36:19.132Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972579123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:36:19.255Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 122 ms
2022-09-23T22:36:19.255Z||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-09-23T22:36:19.255Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:36:19.316Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:36:19.317Z||pool-76-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:36:20.137Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T22:36:20.139Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||MSO config path is: /app
2022-09-23T22:36:20.139Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||Trying to write artifact UUID: 35489208-0811-4312-a23f-eb7a1477577d, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-23T22:36:20.140Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-09-23T22:36:20.141Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-23T22:36:20.142Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-23T22:36:20.943Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18050717202976034531/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-09-23T22:36:27.051Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-09-23T22:36:27.051Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|WARN|500||####################################################################################################
2022-09-23T22:36:27.051Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-23T22:36:27.051Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-09-23T22:36:27.051Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:27.052Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-23T22:36:27.052Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:27.052Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:27.052Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|WARN|500||####################################################################################################
2022-09-23T22:36:27.053Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:36:27.055Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:36:27.055Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-23T22:36:27.055Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Search for entities recursively
2022-09-23T22:36:27.055Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T22:36:27.056Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:36:27.056Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:36:27.056Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-23T22:36:27.056Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Search for entities recursively
2022-09-23T22:36:27.056Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T22:36:27.056Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:36:27.056Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:36:27.056Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:36:27.057Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-23T22:36:27.057Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-09-23T22:36:27.057Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Node template dummy is not matching search criteria
2022-09-23T22:36:27.057Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-23T22:36:27.057Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:36:27.057Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-23T22:36:27.060Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:36:27.060Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-23T22:36:27.060Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:36:27.061Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:36:27.061Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-23T22:36:27.061Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:36:27.061Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:36:27.061Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-23T22:36:27.061Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:36:27.061Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:36:27.062Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-23T22:36:27.062Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria
2022-09-23T22:36:27.062Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=fad7475a-9889-4883-bb87-bc5586ec3fb3
2022-09-23T22:36:27.062Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:36:27.062Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:36:27.062Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:36:27.063Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:36:27.063Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:36:27.063Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:36:27.063Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:36:27.063Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:36:27.064Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:c328b443-68c0-4a52-a4b0-8ef59dac40ac
Model Version:NULL
Model InvariantUuid:b686ae36-bdf8-4b1c-90bd-5c2c05ae9231
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:3c16d2b8-b643-4aa3-afbd-30652293bc37
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:94df6ea4-65bd-4679-a81f-e2436b286dd7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:249d195f-f5cb-434e-a83e-77084aaebdeb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fd68d542-4ed3-4ccb-8cdd-a986d4ba496f
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:ee1092c9-3a0e-4b5b-8a1d-f7f6c865a4f6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fad7475a-9889-4883-bb87-bc5586ec3fb3
ModelInvariantUuid:e9ec50ac-63b1-4b37-b363-8b462db1eba1
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:953d01cb-feb8-4702-8fc6-e2fc64415301
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:81bf9b9c-1b4c-42f7-aa76-ecc4b0dd60b0
ModelInvariantUuid:a5ffcc2a-4f07-4ec3-821d-a5de9521d1e0
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:320ea56a-b783-460d-8a98-332506e49cdb
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-09-23T22:36:27.102Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: f587647c-5568-4fbf-a525-b14ca396c9f7
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-09-23T22:36:27.128Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||basic_cnf 0
2022-09-23T22:36:27.128Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: f587647c-5568-4fbf-a525-b14ca396c9f7
2022-09-23T22:36:27.128Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||Trying to download the artifact UUID: 12706fbe-bb49-4bcf-baa4-adcbe9eefa73 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-09-23T22:36:27.128Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - download
2022-09-23T22:36:27.128Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:27.330Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||GET Response Status 200
2022-09-23T22:36:27.331Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 12706fbe-bb49-4bcf-baa4-adcbe9eefa73 12
2022-09-23T22:36:27.331Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:27.332Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:27.332Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T22:36:27.332Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:36:27.355Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:36:27.355Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972587331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:36:27.475Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 120 ms
2022-09-23T22:36:27.477Z||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-09-23T22:36:27.479Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:36:27.523Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:36:27.524Z||pool-77-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:36:28.357Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||Trying to download the artifact UUID: 35dfda65-39d8-4572-a7cd-60264597b726 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-09-23T22:36:28.357Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - download
2022-09-23T22:36:28.357Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:28.588Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||GET Response Status 200
2022-09-23T22:36:28.588Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 35dfda65-39d8-4572-a7cd-60264597b726 2688
2022-09-23T22:36:28.588Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:28.589Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:28.589Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T22:36:28.589Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:36:28.616Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:36:28.616Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972588588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:36:28.738Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 122 ms
2022-09-23T22:36:28.740Z||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-09-23T22:36:28.740Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:36:28.779Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:36:28.787Z||pool-78-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:36:29.642Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||Trying to download the artifact UUID: 4e664b61-891c-4e5d-8e60-66cdbb441423 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-23T22:36:29.645Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - download
2022-09-23T22:36:29.645Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:29.841Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||GET Response Status 200
2022-09-23T22:36:29.843Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 4e664b61-891c-4e5d-8e60-66cdbb441423 828
2022-09-23T22:36:29.844Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:29.845Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:29.847Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T22:36:29.848Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:36:29.853Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:36:29.853Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972589844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:36:29.971Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 116 ms
2022-09-23T22:36:29.995Z||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-09-23T22:36:29.995Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:36:30.056Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:36:30.057Z||pool-79-thread-1|||||INFO|500||cambria reply ok (86 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:36:30.855Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "fd68d542-4ed3-4ccb-8cdd-a986d4ba496f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ee1092c9-3a0e-4b5b-8a1d-f7f6c865a4f6",
    "vfModuleModelCustomizationUUID": "e1b87866-c9ed-4024-b112-a780346c429c",
    "isBase": true,
    "artifacts": [
      "f99fc79f-227f-4497-af1e-df1067625699",
      "35dfda65-39d8-4572-a7cd-60264597b726",
      "0763939a-8c97-48e5-abaa-f6d1f5b58a76"
    ],
    "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-09-23T22:36:30.921Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ee1092c9-3a0e-4b5b-8a1d-f7f6c865a4f6
VfModuleModelInvariantUUID:fd68d542-4ed3-4ccb-8cdd-a986d4ba496f
VfModuleModelDescription:NULL
Artifacts UUID List:{
f99fc79f-227f-4497-af1e-df1067625699
,
35dfda65-39d8-4572-a7cd-60264597b726
,
0763939a-8c97-48e5-abaa-f6d1f5b58a76

}
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-09-23T22:36:30.924Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "fd68d542-4ed3-4ccb-8cdd-a986d4ba496f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ee1092c9-3a0e-4b5b-8a1d-f7f6c865a4f6",
    "vfModuleModelCustomizationUUID": "e1b87866-c9ed-4024-b112-a780346c429c",
    "isBase": true,
    "artifacts": [
      "f99fc79f-227f-4497-af1e-df1067625699",
      "35dfda65-39d8-4572-a7cd-60264597b726",
      "0763939a-8c97-48e5-abaa-f6d1f5b58a76"
    ],
    "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-09-23T22:36:30.925Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ee1092c9-3a0e-4b5b-8a1d-f7f6c865a4f6
VfModuleModelInvariantUUID:fd68d542-4ed3-4ccb-8cdd-a986d4ba496f
VfModuleModelDescription:NULL
Artifacts UUID List:{
f99fc79f-227f-4497-af1e-df1067625699
,
35dfda65-39d8-4572-a7cd-60264597b726
,
0763939a-8c97-48e5-abaa-f6d1f5b58a76

}
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-09-23T22:36:30.926Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||Trying to download the artifact UUID: f99fc79f-227f-4497-af1e-df1067625699 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-23T22:36:30.926Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - download
2022-09-23T22:36:30.927Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:31.057Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||GET Response Status 200
2022-09-23T22:36:31.058Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml f99fc79f-227f-4497-af1e-df1067625699 1164
2022-09-23T22:36:31.059Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:31.059Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:31.060Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T22:36:31.061Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:36:31.069Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:36:31.070Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972591059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:36:31.171Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T22:36:31.172Z||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-09-23T22:36:31.172Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:36:31.200Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:36:31.201Z||pool-80-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:36:32.075Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||Trying to download the artifact UUID: 0763939a-8c97-48e5-abaa-f6d1f5b58a76 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-23T22:36:32.078Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - download
2022-09-23T22:36:32.088Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:32.329Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||GET Response Status 200
2022-09-23T22:36:32.342Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 0763939a-8c97-48e5-abaa-f6d1f5b58a76 200
2022-09-23T22:36:32.343Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:32.343Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:32.343Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T22:36:32.343Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:36:32.381Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:36:32.381Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972592343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:36:32.517Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 135 ms
2022-09-23T22:36:32.520Z||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-09-23T22:36:32.521Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:36:32.546Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:36:32.547Z||pool-81-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:36:33.384Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Preparing to deploy Service: c328b443-68c0-4a52-a4b0-8ef59dac40ac
2022-09-23T22:36:33.438Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 f587647c-5568-4fbf-a525-b14ca396c9f7 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
2022-09-23T22:36:33.616Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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 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-09-23T22:36:33.655Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a1e8857, org.onap.sdc.toscaparser.api.parameters.Input@1eec79ac, org.onap.sdc.toscaparser.api.parameters.Input@41decfd1, org.onap.sdc.toscaparser.api.parameters.Input@1c865276, org.onap.sdc.toscaparser.api.parameters.Input@72b43d81]
2022-09-23T22:36:33.661Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:36:33.662Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:36:33.663Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||VF Category is: Generic 
2022-09-23T22:36:33.665Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||VFCustomizationUUID= 249d195f-f5cb-434e-a83e-77084aaebdeb
2022-09-23T22:36:33.665Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 249d195f-f5cb-434e-a83e-77084aaebdeb matches Tosca VF Customization UUID: 249d195f-f5cb-434e-a83e-77084aaebdeb
2022-09-23T22:36:33.666Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||vfCustomizationUUID: 249d195f-f5cb-434e-a83e-77084aaebdeb  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-09-23T22:36:33.690Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:36:33.691Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:36:33.701Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||resource request for resource customization id 249d195f-f5cb-434e-a83e-77084aaebdeb: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-23T22:36:33.702Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@16441d92
2022-09-23T22:36:33.702Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:36:33.702Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-23T22:36:33.703Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e1b87866-c9ed-4024-b112-a780346c429c
2022-09-23T22:36:33.703Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e1b87866-c9ed-4024-b112-a780346c429c
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-09-23T22:36:33.714Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:36:33.714Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-23T22:36:33.715Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:36:33.715Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:36:33.716Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-23T22:36:33.716Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:36:33.716Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:36:33.717Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-23T22:36:33.717Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria
2022-09-23T22:36:33.718Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=fad7475a-9889-4883-bb87-bc5586ec3fb3
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-09-23T22:36:33.725Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:36:33.725Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-23T22:36:33.726Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:36:33.726Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:36:33.727Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-23T22:36:33.727Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=249d195f-f5cb-434e-a83e-77084aaebdeb
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-09-23T22:36:33.737Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:36:33.750Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:36:33.751Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500|| resourceSeq for service uuid c328b443-68c0-4a52-a4b0-8ef59dac40ac: basic_cnf
2022-09-23T22:36:33.752Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:36:33.753Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:36:33.753Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:36:33.754Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:36:33.754Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:36:33.755Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:36:33.755Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:36:33.755Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:36:33.766Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:36:33.766Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:36:33.766Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:34.234Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf f587647c-5568-4fbf-a525-b14ca396c9f7 1 ASDC deployResourceStructure
2022-09-23T22:36:34.236Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:34.236Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:34.236Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-23T22:36:34.236Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:36:34.255Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:36:34.255Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972594235,
  "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-09-23T22:36:34.349Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-09-23T22:36:34.350Z||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-09-23T22:36:34.350Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:36:34.374Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:36:34.375Z||pool-82-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:36:35.256Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:35.266Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:35.267Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-23T22:36:35.268Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:36:35.279Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:36:35.280Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972595256,
  "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-09-23T22:36:35.376Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-23T22:36:35.386Z||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-09-23T22:36:35.389Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:36:35.440Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:36:35.441Z||pool-83-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:36:36.282Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:36.283Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:36.284Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T22:36:36.285Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:36:36.316Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:36:36.316Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972596282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T22:36:36.448Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 131 ms
2022-09-23T22:36:36.450Z||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-09-23T22:36:36.450Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:36:36.480Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:36:36.481Z||pool-84-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:36:37.320Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:37.325Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:37.326Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T22:36:37.327Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:36:37.342Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:36:37.343Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972597317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-09-23T22:36:37.459Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 116 ms
2022-09-23T22:36:37.474Z||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-09-23T22:36:37.474Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:36:37.505Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:36:37.507Z||pool-85-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:36:38.372Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:38.373Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:38.469Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T22:36:38.488Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:36:38.518Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:36:38.520Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972598371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-09-23T22:36:38.678Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 158 ms
2022-09-23T22:36:38.679Z||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-09-23T22:36:38.679Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:36:38.703Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:36:38.703Z||pool-86-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:36:39.525Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:39.526Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:36:39.527Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T22:36:39.528Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:36:39.555Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:36:39.556Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972599524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:36:39.661Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-09-23T22:36:39.661Z||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-09-23T22:36:39.661Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:36:39.707Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:36:39.708Z||pool-87-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:36:40.562Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cbd0eb3a-fa2f-4403-a868-8ee780710099
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T22:36:40.595Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cbd0eb3a-fa2f-4403-a868-8ee780710099
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-23T22:36:40.625Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T22:36:40.626Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T22:36:40.627Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T22:37:10.629Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cbd0eb3a-fa2f-4403-a868-8ee780710099
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T22:37:10.749Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cbd0eb3a-fa2f-4403-a868-8ee780710099
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-23T22:37:10.804Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T22:37:10.806Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T22:37:10.809Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T22:37:11.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:37:11.350Z||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-09-23T22:37:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:37:11.518Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:37:11.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:37:11.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "aai-ml",
  "timestamp": 1663972487307,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:37:11.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:37:11.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:37:11.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972511327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T22:37:11.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:37:11.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:37:11.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "aai-ml",
  "timestamp": 1663972487307,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:37:11.534Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:37:11.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:37:11.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972511327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-23T22:37:11.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:37:11.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:37:11.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "aai-ml",
  "timestamp": 1663972514518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:37:11.536Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:37:11.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:37:11.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972511327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:37:11.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:37:11.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:37:11.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972511327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-23T22:37:11.540Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:37:11.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:37:11.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972511327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:37:11.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:37:11.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:37:11.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972511327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:37:11.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:37:11.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:37:11.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972519373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:37:11.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:37:11.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:37:11.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "aai-ml",
  "timestamp": 1663972521458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-23T22:37:11.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:37:11.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:37:11.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "aai-ml",
  "timestamp": 1663972522468,
  "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-09-23T22:37:11.597Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of cbd0eb3a-fa2f-4403-a868-8ee780710099
2022-09-23T22:37:11.598Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbd0eb3a-fa2f-4403-a868-8ee780710099 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-09-23T22:37:11.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:37:11.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972525390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:37:11.651Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:37:11.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:37:11.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972526538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:37:11.652Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:37:11.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:37:11.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972527695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:37:11.652Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:37:11.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:37:11.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972529532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T22:37:11.652Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:37:11.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:37:11.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972530551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-23T22:37:11.653Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:37:11.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:37:11.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972531567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-23T22:37:11.653Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:37:11.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:37:11.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972532590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:37:11.654Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:37:11.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:37:11.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efe164c0-75d6-427c-94a2-aefc96d17169",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972568613,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-23T22:37:11.655Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:37:11.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:37:11.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972511327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:37:11.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:37:11.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:37:11.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972511327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-23T22:37:11.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:37:40.825Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cbd0eb3a-fa2f-4403-a868-8ee780710099
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T22:37:40.883Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cbd0eb3a-fa2f-4403-a868-8ee780710099
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-23T22:37:40.896Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T22:37:40.898Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-23T22:37:40.899Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-23T22:37:40.901Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-23T22:37:40.901Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-23T22:37:40.903Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?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-09-23T22:37:40.919Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-23T22:38:10.922Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: cbd0eb3a-fa2f-4403-a868-8ee780710099 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-09-23T22:38:10.939Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cbd0eb3a-fa2f-4403-a868-8ee780710099 and serviceModelVersionId: c328b443-68c0-4a52-a4b0-8ef59dac40ac
2022-09-23T22:38:10.939Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b686ae36-bdf8-4b1c-90bd-5c2c05ae9231
2022-09-23T22:38:10.941Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0
2022-09-23T22:38:10.956Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-09-23T22:38:11.190Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/843f07a6-48b4-4554-86bf-d79e695ca80b/model-vers/model-ver/9f5e64f1-54f0-4691-886b-87bcf8f7bbed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-23T22:38:11.206Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||Invoke
2022-09-23T22:38:11.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:38:11.350Z||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-09-23T22:38:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:38:11.472Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:38:11.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-23T22:38:11.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972511327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-23T22:38:11.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:38:12.828Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-23T22:38:12.847Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||Invoke
2022-09-23T22:38:14.442Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-23T22:38:14.453Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||Invoke
2022-09-23T22:38:15.517Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T22:38:15.526Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-23T22:38:15.539Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T22:38:15.540Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-23T22:38:15.557Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-23T22:38:15.558Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cbd0eb3a-fa2f-4403-a868-8ee780710099 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T22:38:15.558Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-23T22:38:15.559Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:38:15.564Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:38:15.564Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|DEBUG|500||try to send status {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972695558,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-23T22:38:15.667Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-23T22:38:15.669Z||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-09-23T22:38:15.670Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:38:15.716Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:38:15.720Z||pool-88-thread-1|||||INFO|500||cambria reply ok (52 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-09-23T22:38:16.646Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:38:16.651Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-23T22:38:16.653Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:38:28.004Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:38:28.005Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:38:28.007Z||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-09-23T22:38:28.008Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:38:37.839Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:38:37.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:38:37.844Z||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-09-23T22:38:37.844Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:38:47.447Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:39:11.331Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:39:11.335Z||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-09-23T22:39:11.336Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:39:11.349Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:39:11.351Z||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-09-23T22:39:11.352Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:39:11.931Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:39:11.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T22:39:11.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972511327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T22:39:11.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:39:11.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T22:39:11.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972511327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-23T22:39:11.987Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:39:11.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T22:39:11.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972511327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:39:11.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:39:12.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T22:39:12.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972511327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-23T22:39:12.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:39:12.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T22:39:12.033Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972511327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:39:12.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:39:12.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T22:39:12.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972511327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:39:12.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:39:12.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T22:39:12.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972579123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:39:12.066Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:39:12.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T22:39:12.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972587331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:39:12.085Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:39:12.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T22:39:12.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972588588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:39:12.100Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:39:12.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T22:39:12.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972589844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:39:12.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:39:12.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T22:39:12.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972591059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:39:12.153Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:39:12.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T22:39:12.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972592343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:39:12.183Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:39:12.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T22:39:12.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972594235,
  "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-09-23T22:39:12.194Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:39:12.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T22:39:12.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972595256,
  "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-09-23T22:39:12.207Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:39:12.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T22:39:12.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972596282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T22:39:12.280Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:39:12.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T22:39:12.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972597317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-09-23T22:39:12.347Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:39:12.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T22:39:12.362Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972598371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-09-23T22:39:12.393Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:39:12.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T22:39:12.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972599524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:39:12.546Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:39:21.133Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:40:11.327Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:40:11.328Z||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-09-23T22:40:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:40:11.348Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:40:11.349Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-23T22:40:11.350Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:40:11.475Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:40:11.476Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|DEBUG|500||received message from topic
2022-09-23T22:40:11.477Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "cds",
  "timestamp": 1663972656771,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:40:11.478Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:40:11.478Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|DEBUG|500||received message from topic
2022-09-23T22:40:11.478Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
  "consumerID": "cds",
  "timestamp": 1663972656771,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:40:11.479Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:40:20.923Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:41:11.330Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:41:11.331Z||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-09-23T22:41:11.331Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:41:11.348Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:41:11.349Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-23T22:41:11.349Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:41:11.999Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:41:11.999Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|DEBUG|500||received message from topic
2022-09-23T22:41:11.999Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "cbd0eb3a-fa2f-4403-a868-8ee780710099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663972695558,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-23T22:41:12.000Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:41:20.926Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:42:11.327Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:42:11.328Z||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-09-23T22:42:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:42:11.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:42:11.348Z||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-09-23T22:42:11.348Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:42:20.985Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:42:20.983Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:43:11.327Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:43:11.327Z||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-09-23T22:43:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:43:11.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:43:11.348Z||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-09-23T22:43:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:43:21.283Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:43:21.284Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:44:11.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:44:11.332Z||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-09-23T22:44:11.332Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:44:11.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:44:11.349Z||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-09-23T22:44:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:44:21.015Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:44:21.023Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:45:11.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:45:11.336Z||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-09-23T22:45:11.337Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:45:11.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:45:11.349Z||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-09-23T22:45:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:45:12.110Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:45:12.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663973062299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.112Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:45:12.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "policy-id",
  "timestamp": 1663973061804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663973062299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "policy-id",
  "timestamp": 1663973061804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663973062299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "policy-id",
  "timestamp": 1663973061804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663973062299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "policy-id",
  "timestamp": 1663973061804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f0371c7d-fcbf-46de-88f0-31b0cdb13eb5","serviceName":"Demo_pNF_e7sKfxnu5c6v9WYTYzQg","serviceVersion":"1.0","serviceUUID":"a918181c-36eb-47b9-8732-f58f37cdd096","serviceDescription":"catalog service description","serviceInvariantUUID":"4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c","resources":[{"resourceInstanceName":"pNF 6da6781a-d6cd 0","resourceName":"pNF 6da6781a-d6cd","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ffc9341b-485a-48fb-9e88-5e523c2a7319","resourceInvariantUUID":"8f37fe58-0356-476b-afec-50ee9eaf9d4b","resourceCustomizationUUID":"549c19d5-0d79-440d-92ac-b9ad1b24e257","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/vf-license-model.xml","artifactChecksum":"ZGY1MTY3M2JjMTJmMTJlOWRiYTkxZGFlMzZjMWZhYWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"129757e7-da3e-4dbb-a19f-9025b650a753","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/pNF.csar","artifactChecksum":"MmJjZTE1NWU5MGEzZmFjZjI4ZmRmMGEwZTE2YjFiYzQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6be7da42-416f-484a-a180-3d4481500af2","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7032742a-8518-4cd2-b1e2-55c806d6f439","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/vendor-license-model.xml","artifactChecksum":"YWRkNjllZjE1ZWRhYmYxMDk0Zjk4ZjdiYWJlNThjNGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1320fbfb-c534-4110-a4fb-53c98a6f65f2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"41302d48-7d3c-41c1-a3cb-ca8e7635ab40","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8bc45e28-3b98-4f2d-98d9-6fb0300a7f44","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfE7skfxnu5c6v9wytyzqg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-template.yml","artifactChecksum":"YjUwNTkyNjk0MTgwZjk0Mjk5Y2MxOTFlYmRhNWNiYjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"592f63ff-1765-4d33-8b9b-6c844d62763a","artifactVersion":"1"},{"artifactName":"service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar","artifactChecksum":"ZDBmMzc4MGMzMzY3MGJhMzFkNTRmZjcyNWYyMzcxNmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"09e7b3e6-4696-42b4-89ac-1b626ddef394","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-23T22:45:12.121Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663973062299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.121Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "policy-id",
  "timestamp": 1663973061804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.121Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "policy-id",
  "timestamp": 1663973061804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663973062299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "clamp",
  "timestamp": 1663973076604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "policy-id",
  "timestamp": 1663973061804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663973062299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "clamp",
  "timestamp": 1663973076604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "policy-id",
  "timestamp": 1663973061804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:45:12.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663973062299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:45:12.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "clamp",
  "timestamp": 1663973076604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "clamp",
  "timestamp": 1663973076604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "policy-id",
  "timestamp": 1663973079706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:45:12.125Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:45:12.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663973079711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "clamp",
  "timestamp": 1663973076604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "policy-id",
  "timestamp": 1663973080713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:45:12.126Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:45:12.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663973079711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "clamp",
  "timestamp": 1663973076604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "policy-id",
  "timestamp": 1663973081717,
  "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-09-23T22:45:12.153Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:45:12.154Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:45:12.168Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:45:12.169Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663973111333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T22:45:12.221Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f0371c7d-fcbf-46de-88f0-31b0cdb13eb5
2022-09-23T22:45:12.222Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0371c7d-fcbf-46de-88f0-31b0cdb13eb5 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-09-23T22:45:12.262Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-09-23T22:45:12.263Z||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-09-23T22:45:12.263Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:45:12.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663973079711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.298Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:45:12.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "clamp",
  "timestamp": 1663973076604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.304Z||pool-89-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:45:12.304Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663973079711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663973082871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "clamp",
  "timestamp": 1663973076604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:45:12.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663973079711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663973082871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663973079711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-09-23T22:45:12.327Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663973082871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.329Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.332Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663973079711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.333Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663973082871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.335Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.339Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663973079711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.339Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663973082871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.340Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "aai-ml",
  "timestamp": 1663973087307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.340Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.341Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663973088597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:45:12.341Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:45:12.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.342Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663973082871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.342Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.342Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.342Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "aai-ml",
  "timestamp": 1663973087307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.343Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.344Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663973089624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-09-23T22:45:12.345Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:45:12.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.346Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663973082871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.347Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.347Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "aai-ml",
  "timestamp": 1663973087307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.348Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663973090627,
  "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-09-23T22:45:12.391Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f0371c7d-fcbf-46de-88f0-31b0cdb13eb5
2022-09-23T22:45:12.391Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0371c7d-fcbf-46de-88f0-31b0cdb13eb5 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-09-23T22:45:12.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663973082871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:45:12.423Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "aai-ml",
  "timestamp": 1663973087307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "aai-ml",
  "timestamp": 1663973087307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.430Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663973091940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:45:12.431Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:45:12.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "aai-ml",
  "timestamp": 1663973087307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.432Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "clamp",
  "timestamp": 1663973093614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:45:12.437Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:45:12.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "aai-ml",
  "timestamp": 1663973087307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:12.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663973093991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:45:12.447Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:45:12.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "clamp",
  "timestamp": 1663973095056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:45:12.448Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:45:12.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "aai-ml",
  "timestamp": 1663973087307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:45:12.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:45:12.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663973094996,
  "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-09-23T22:45:12.496Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f0371c7d-fcbf-46de-88f0-31b0cdb13eb5
2022-09-23T22:45:12.509Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0371c7d-fcbf-46de-88f0-31b0cdb13eb5 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-09-23T22:45:12.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "clamp",
  "timestamp": 1663973096060,
  "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-09-23T22:45:12.698Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f0371c7d-fcbf-46de-88f0-31b0cdb13eb5
2022-09-23T22:45:12.700Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0371c7d-fcbf-46de-88f0-31b0cdb13eb5 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-09-23T22:45:12.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.768Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "aai-ml",
  "timestamp": 1663973096567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:45:12.769Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:45:12.771Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.771Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "aai-ml",
  "timestamp": 1663973102735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-23T22:45:12.773Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:45:12.773Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:45:12.774Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "aai-ml",
  "timestamp": 1663973103770,
  "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-09-23T22:45:12.814Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f0371c7d-fcbf-46de-88f0-31b0cdb13eb5
2022-09-23T22:45:12.814Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0371c7d-fcbf-46de-88f0-31b0cdb13eb5 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-09-23T22:45:13.172Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:45:13.173Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:45:13.179Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:45:13.180Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663973111333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:13.278Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-23T22:45:13.279Z||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-09-23T22:45:13.279Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:45:13.319Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:45:13.321Z||pool-90-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:45:14.181Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:45:14.182Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:45:14.190Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:45:14.190Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663973111333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:14.288Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-23T22:45:14.291Z||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-09-23T22:45:14.292Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:45:14.318Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:45:14.320Z||pool-91-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:45:15.198Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:45:15.233Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:45:15.238Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:45:15.238Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663973111333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:15.346Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-09-23T22:45:15.350Z||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-09-23T22:45:15.351Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:45:15.376Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:45:15.376Z||pool-92-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:45:16.254Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:45:16.254Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:45:16.258Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:45:16.259Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663973111333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:16.360Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T22:45:16.365Z||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-09-23T22:45:16.365Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:45:16.412Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:45:16.414Z||pool-93-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:45:17.269Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:45:17.271Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:45:17.287Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:45:17.287Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663973111333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:17.395Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-09-23T22:45:17.402Z||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-09-23T22:45:17.402Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:45:17.443Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:45:17.445Z||pool-94-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:45:18.289Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:45:18.290Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:45:18.348Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:45:18.348Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663973111333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:45:18.410Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 61 ms
2022-09-23T22:45:18.411Z||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-09-23T22:45:18.411Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:45:18.447Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:45:18.449Z||pool-95-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:45:19.350Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:45:19.352Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:45:19.364Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:45:19.365Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663973111333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:45:19.462Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-23T22:45:19.472Z||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-09-23T22:45:19.473Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:45:19.542Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:45:19.552Z||pool-96-thread-1|||||INFO|500||cambria reply ok (89 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:45:20.383Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "serviceName": "Demo_pNF_e7sKfxnu5c6v9WYTYzQg",
  "serviceVersion": "1.0",
  "serviceUUID": "a918181c-36eb-47b9-8732-f58f37cdd096",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c",
  "resources": [
    {
      "resourceInstanceName": "pNF 6da6781a-d6cd 0",
      "resourceCustomizationUUID": "549c19d5-0d79-440d-92ac-b9ad1b24e257",
      "resourceName": "pNF 6da6781a-d6cd",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ffc9341b-485a-48fb-9e88-5e523c2a7319",
      "resourceInvariantUUID": "8f37fe58-0356-476b-afec-50ee9eaf9d4b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar",
      "artifactChecksum": "ZDBmMzc4MGMzMzY3MGJhMzFkNTRmZjcyNWYyMzcxNmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "09e7b3e6-4696-42b4-89ac-1b626ddef394"
    }
  ],
  "workloadContext": "Production"
}
2022-09-23T22:45:20.388Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-23T22:45:20.389Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a918181c-36eb-47b9-8732-f58f37cdd096 ASDC
2022-09-23T22:45:20.391Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f0371c7d-fcbf-46de-88f0-31b0cdb13eb5
ServiceName:Demo_pNF_e7sKfxnu5c6v9WYTYzQg
ServiceVersion:1.0
ServiceUUID:a918181c-36eb-47b9-8732-f58f37cdd096
ServiceInvariantUUID:4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar
ArtifactUUID:09e7b3e6-4696-42b4-89ac-1b626ddef394
ArtifactChecksum:ZDBmMzc4MGMzMzY3MGJhMzFkNTRmZjcyNWYyMzcxNmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6da6781a-d6cd 0
ResourceCustomizationUUID:549c19d5-0d79-440d-92ac-b9ad1b24e257
ResourceInvariantUUID:8f37fe58-0356-476b-afec-50ee9eaf9d4b
ResourceName:pNF 6da6781a-d6cd
ResourceType:PNF
ResourceUUID:ffc9341b-485a-48fb-9e88-5e523c2a7319
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-23T22:45:20.394Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a918181c-36eb-47b9-8732-f58f37cdd096 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-09-23T22:45:20.533Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T22:45:20.543Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-23T22:45:20.546Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-23T22:45:20.548Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 09e7b3e6-4696-42b4-89ac-1b626ddef394 from URL: /sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar
2022-09-23T22:45:20.549Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-23T22:45:20.565Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar
2022-09-23T22:45:20.785Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-23T22:45:20.834Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar 09e7b3e6-4696-42b4-89ac-1b626ddef394 87730
2022-09-23T22:45:20.836Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar ASDC sendASDCNotification
2022-09-23T22:45:20.837Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar
2022-09-23T22:45:20.838Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T22:45:20.840Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:45:20.865Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:45:20.865Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663973120836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:45:20.977Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms
2022-09-23T22:45:20.990Z||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-09-23T22:45:21.014Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:45:21.044Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:45:21.044Z||pool-97-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:45:21.866Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T22:45:21.867Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-23T22:45:21.867Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 09e7b3e6-4696-42b4-89ac-1b626ddef394, URL: /sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar to file: /app/ASDC/1/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar
2022-09-23T22:45:21.867Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar
2022-09-23T22:45:21.868Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar
2022-09-23T22:45:21.868Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar
2022-09-23T22:45:22.643Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18091127960309731037/Definitions/service-DemoPnfE7skfxnu5c6v9wytyzqg-template.yml
2022-09-23T22:45:27.389Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-23T22:45:27.390Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-23T22:45:27.390Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar
2022-09-23T22:45:27.391Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-23T22:45:27.391Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6da6781a-d6cd 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-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar
2022-09-23T22:45:27.391Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||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-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar
2022-09-23T22:45:27.391Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar
2022-09-23T22:45:27.391Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||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-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar
2022-09-23T22:45:27.391Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|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-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar
2022-09-23T22:45:27.392Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|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-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar
2022-09-23T22:45:27.392Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|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-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar
2022-09-23T22:45:27.392Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-23T22:45:27.392Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:45:27.393Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_e7sKfxnu5c6v9WYTYzQg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:45:27.393Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||Node template pNF 6da6781a-d6cd 0 is matching search criteria
2022-09-23T22:45:27.393Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-23T22:45:27.394Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 6da6781a-d6cd 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T22:45:27.394Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:45:27.394Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_e7sKfxnu5c6v9WYTYzQg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:45:27.395Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||Node template pNF 6da6781a-d6cd 0 is matching search criteria
2022-09-23T22:45:27.395Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-23T22:45:27.395Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 6da6781a-d6cd 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T22:45:27.395Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:45:27.396Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_e7sKfxnu5c6v9WYTYzQg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:45:27.396Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:45:27.396Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_e7sKfxnu5c6v9WYTYzQg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:45:27.396Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:45:27.396Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_e7sKfxnu5c6v9WYTYzQg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:45:27.397Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:45:27.397Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_e7sKfxnu5c6v9WYTYzQg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:45:27.397Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:45:27.397Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_e7sKfxnu5c6v9WYTYzQg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:45:27.397Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_e7sKfxnu5c6v9WYTYzQg
Description:catalog service description
Model UUID:a918181c-36eb-47b9-8732-f58f37cdd096
Model Version:NULL
Model InvariantUuid:4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c
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-09-23T22:45:27.488Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: ffc9341b-485a-48fb-9e88-5e523c2a7319
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-09-23T22:45:27.499Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||INFO|500||pNF 6da6781a-d6cd 0
2022-09-23T22:45:27.500Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ffc9341b-485a-48fb-9e88-5e523c2a7319
2022-09-23T22:45:27.500Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||No resources found for Service: a918181c-36eb-47b9-8732-f58f37cdd096
2022-09-23T22:45:27.500Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a918181c-36eb-47b9-8732-f58f37cdd096
2022-09-23T22:45:27.500Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6da6781a-d6cd 0 ffc9341b-485a-48fb-9e88-5e523c2a7319 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-09-23T22:45:27.541Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a5d2586, org.onap.sdc.toscaparser.api.parameters.Input@4ea8c132, org.onap.sdc.toscaparser.api.parameters.Input@59c0af8b, org.onap.sdc.toscaparser.api.parameters.Input@655799ff, org.onap.sdc.toscaparser.api.parameters.Input@4685f1c6]
2022-09-23T22:45:27.541Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:45:27.542Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_e7sKfxnu5c6v9WYTYzQg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:45:27.542Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a918181c-36eb-47b9-8732-f58f37cdd096: pNF 6da6781a-d6cd
2022-09-23T22:45:27.543Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||INFO|500||Processing PNF resource: ffc9341b-485a-48fb-9e88-5e523c2a7319
2022-09-23T22:45:27.543Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T22:45:27.543Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_e7sKfxnu5c6v9WYTYzQg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:45:27.543Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||INFO|500||Resource customization UUID: 549c19d5-0d79-440d-92ac-b9ad1b24e257 is the same as notified resource customizationUUID: 549c19d5-0d79-440d-92ac-b9ad1b24e257
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-09-23T22:45:27.759Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6da6781a-d6cd ffc9341b-485a-48fb-9e88-5e523c2a7319 0 ASDC deployResourceStructure
2022-09-23T22:45:27.760Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar ASDC sendASDCNotification
2022-09-23T22:45:27.761Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar
2022-09-23T22:45:27.761Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T22:45:27.762Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:45:27.807Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:45:27.809Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663973127760,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:45:27.875Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 66 ms
2022-09-23T22:45:27.876Z||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-09-23T22:45:27.876Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:45:27.911Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:45:27.913Z||pool-98-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:45:28.853Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f0371c7d-fcbf-46de-88f0-31b0cdb13eb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T22:45:28.977Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f0371c7d-fcbf-46de-88f0-31b0cdb13eb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-23T22:45:29.009Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T22:45:29.012Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-23T22:45:29.013Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-23T22:45:29.016Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-23T22:45:29.017Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-23T22:45:29.018Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-23T22:45:29.020Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|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-09-23T22:45:29.088Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-23T22:45:59.091Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f0371c7d-fcbf-46de-88f0-31b0cdb13eb5 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-09-23T22:45:59.163Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f0371c7d-fcbf-46de-88f0-31b0cdb13eb5 and serviceModelVersionId: a918181c-36eb-47b9-8732-f58f37cdd096
2022-09-23T22:45:59.165Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c
2022-09-23T22:45:59.178Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0
2022-09-23T22:45:59.243Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-09-23T22:45:59.565Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Invoke
2022-09-23T22:45:59.566Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f0371c7d-fcbf-46de-88f0-31b0cdb13eb5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7bee46aa-bc63-469f-a7af-54b0d336986c], X-ECOMP-RequestID=[f0371c7d-fcbf-46de-88f0-31b0cdb13eb5], X-TransactionId=[], X-ONAP-RequestID=[f0371c7d-fcbf-46de-88f0-31b0cdb13eb5], Content-Type=[application/merge-patch+json]}
2022-09-23T22:46:01.165Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Invoke
2022-09-23T22:46:01.166Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f0371c7d-fcbf-46de-88f0-31b0cdb13eb5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[61c34b55-1580-4db8-acc6-80649b520f11], X-ECOMP-RequestID=[f0371c7d-fcbf-46de-88f0-31b0cdb13eb5], X-TransactionId=[], X-ONAP-RequestID=[f0371c7d-fcbf-46de-88f0-31b0cdb13eb5], Content-Type=[application/merge-patch+json]}
2022-09-23T22:46:02.720Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Invoke
2022-09-23T22:46:02.721Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f0371c7d-fcbf-46de-88f0-31b0cdb13eb5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c83470d1-861f-4022-b91f-c3836247e843], X-ECOMP-RequestID=[f0371c7d-fcbf-46de-88f0-31b0cdb13eb5], X-TransactionId=[], X-ONAP-RequestID=[f0371c7d-fcbf-46de-88f0-31b0cdb13eb5], Content-Type=[application/merge-patch+json]}
2022-09-23T22:46:03.771Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T22:46:03.782Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?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-09-23T22:46:03.785Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T22:46:03.787Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?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-09-23T22:46:03.820Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?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-09-23T22:46:03.820Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f0371c7d-fcbf-46de-88f0-31b0cdb13eb5 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T22:46:03.820Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-23T22:46:03.821Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:46:03.834Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:46:03.834Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||try to send status {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663973163820,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-23T22:46:03.929Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-09-23T22:46:03.942Z||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-09-23T22:46:03.942Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:46:04.016Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:46:04.020Z||pool-99-thread-1|||||INFO|500||cambria reply ok (89 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-09-23T22:46:11.334Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:46:11.352Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:46:11.353Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-23T22:46:11.353Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:46:11.369Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?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-09-23T22:46:11.370Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:46:11.656Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:46:11.660Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|DEBUG|500||received message from topic
2022-09-23T22:46:11.661Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663973111333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:46:11.667Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T22:46:20.983Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:47:11.327Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:47:11.328Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?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-09-23T22:47:11.328Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:47:11.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:47:11.349Z||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-09-23T22:47:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:47:11.933Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:47:11.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T22:47:11.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663973111333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:47:11.936Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:47:11.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T22:47:11.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "cds",
  "timestamp": 1663973108926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:47:11.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:47:11.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T22:47:11.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663973111333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:47:11.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:47:11.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T22:47:11.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "cds",
  "timestamp": 1663973108926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:47:11.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:47:11.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T22:47:11.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663973111333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:47:11.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:47:11.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T22:47:11.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "cds",
  "timestamp": 1663973108926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:47:11.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:47:11.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T22:47:11.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663973111333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:47:11.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:47:11.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T22:47:11.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "cds",
  "timestamp": 1663973108926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:47:11.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:47:11.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T22:47:11.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663973111333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:47:11.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:47:11.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T22:47:11.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663973111333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:47:11.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:47:11.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T22:47:11.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "cds",
  "timestamp": 1663973108926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:47:11.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:47:11.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T22:47:11.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "cds",
  "timestamp": 1663973108926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/resourceInstances/pnf6da6781ad6cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:47:11.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:47:11.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T22:47:11.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663973111333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:47:11.951Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:47:11.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T22:47:11.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "cds",
  "timestamp": 1663973108926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T22:47:11.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:47:11.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T22:47:11.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663973120836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:47:11.953Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:47:11.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T22:47:11.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "cds",
  "timestamp": 1663973108926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T22:47:11.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T22:47:11.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T22:47:11.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "cds",
  "timestamp": 1663973122852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T22:47:11.965Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:47:11.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T22:47:11.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "cds",
  "timestamp": 1663973124179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-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-09-23T22:47:11.997Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f0371c7d-fcbf-46de-88f0-31b0cdb13eb5
2022-09-23T22:47:11.998Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0371c7d-fcbf-46de-88f0-31b0cdb13eb5 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-09-23T22:47:12.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T22:47:12.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663973127760,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE7skfxnu5c6v9wytyzqg/1.0/artifacts/service-DemoPnfE7skfxnu5c6v9wytyzqg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T22:47:12.022Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:47:12.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T22:47:12.023Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0371c7d-fcbf-46de-88f0-31b0cdb13eb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663973163820,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-23T22:47:12.025Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:47:20.961Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:48:11.327Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:48:11.328Z||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-09-23T22:48:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:48:11.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:48:11.348Z||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-09-23T22:48:11.348Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:48:21.211Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:48:21.345Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:49:11.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:49:11.332Z||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-09-23T22:49:11.332Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:49:11.348Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:49:11.349Z||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-09-23T22:49:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:49:20.976Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:49:20.977Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:50:11.328Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:50:11.334Z||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-09-23T22:50:11.336Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:50:11.348Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:50:11.349Z||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-09-23T22:50:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:50:20.918Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:50:20.994Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:51:11.327Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:51:11.328Z||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-09-23T22:51:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:51:11.348Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:51:11.349Z||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-09-23T22:51:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:51:20.906Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:51:20.933Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:52:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:52:11.328Z||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-09-23T22:52:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:52:11.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:52:11.349Z||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-09-23T22:52:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:52:20.969Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:52:20.975Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:53:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:53:11.328Z||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-09-23T22:53:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:53:11.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:53:11.350Z||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-09-23T22:53:11.351Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:53:21.014Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:53:21.075Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:54:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:54:11.328Z||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-09-23T22:54:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:54:11.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:54:11.349Z||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-09-23T22:54:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:54:20.981Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:54:21.049Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:55:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:55:11.330Z||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-09-23T22:55:11.331Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:55:11.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:55:11.349Z||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-09-23T22:55:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:55:20.899Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:55:20.913Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:56:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:56:11.328Z||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-09-23T22:56:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:56:11.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:56:11.349Z||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-09-23T22:56:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:56:20.921Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:56:20.955Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:57:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:57:11.328Z||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-09-23T22:57:11.344Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:57:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:57:11.349Z||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-09-23T22:57:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:57:20.925Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:57:20.950Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:58:11.327Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:58:11.327Z||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-09-23T22:58:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:58:11.348Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:58:11.350Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T22:58:11.350Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:58:20.918Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:58:20.957Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:59:11.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:59:11.347Z||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-09-23T22:59:11.348Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:59:11.348Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:59:11.349Z||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-09-23T22:59:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:59:21.053Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T22:59:21.076Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:00:11.327Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:00:11.328Z||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-09-23T23:00:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:00:11.349Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:00:11.350Z||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-09-23T23:00:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:00:21.003Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:00:21.026Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:01:11.327Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:01:11.328Z||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-09-23T23:01:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:01:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:01:11.349Z||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-09-23T23:01:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:01:20.896Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:01:21.030Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:02:11.327Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:02:11.329Z||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-09-23T23:02:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:02:11.348Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:02:11.349Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:02:11.349Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:02:20.959Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:02:21.036Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:03:11.327Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:03:11.328Z||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-09-23T23:03:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:03:11.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:03:11.349Z||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-09-23T23:03:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:03:20.968Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:03:21.015Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:04:11.327Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:04:11.330Z||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-09-23T23:04:11.331Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:04:11.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:04:11.349Z||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-09-23T23:04:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:04:20.964Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:04:20.993Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:05:11.327Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:05:11.328Z||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-09-23T23:05:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:05:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:05:11.349Z||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-09-23T23:05:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:05:20.957Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:05:21.077Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:06:11.328Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:06:11.329Z||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-09-23T23:06:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:06:11.348Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:06:11.349Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:06:11.349Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:06:20.963Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:06:20.982Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:07:11.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:07:11.337Z||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-09-23T23:07:11.338Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:07:11.352Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:07:11.353Z||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-09-23T23:07:11.353Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:07:20.948Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:07:20.956Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:08:11.327Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:08:11.328Z||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-09-23T23:08:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:08:11.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:08:11.348Z||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-09-23T23:08:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:08:21.075Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:08:21.134Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:09:11.327Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:09:11.328Z||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-09-23T23:09:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:09:11.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:09:11.351Z||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-09-23T23:09:11.352Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:09:20.907Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:09:20.954Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:10:11.327Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:10:11.329Z||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-09-23T23:10:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:10:11.348Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:10:11.348Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:10:11.349Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:10:20.903Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:10:20.907Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:11:11.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:11:11.335Z||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-09-23T23:11:11.335Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:11:11.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:11:11.352Z||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-09-23T23:11:11.352Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:11:20.951Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:11:21.027Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:12:11.327Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:12:11.332Z||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-09-23T23:12:11.332Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:12:11.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:12:11.348Z||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-09-23T23:12:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:12:20.955Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:12:21.000Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:13:11.327Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:13:11.339Z||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-09-23T23:13:11.339Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:13:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:13:11.349Z||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-09-23T23:13:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:13:20.929Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:13:20.949Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:14:11.338Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:14:11.349Z||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-09-23T23:14:11.353Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:14:11.363Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:14:11.371Z||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-09-23T23:14:11.373Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:14:21.066Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:14:21.118Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:15:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:15:11.328Z||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-09-23T23:15:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:15:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:15:11.349Z||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-09-23T23:15:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:15:21.022Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:15:21.068Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:16:11.332Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:16:11.333Z||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-09-23T23:16:11.333Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:16:11.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:16:11.348Z||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-09-23T23:16:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:16:21.056Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:16:21.061Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:17:11.328Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:17:11.329Z||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-09-23T23:17:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:17:11.350Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:17:11.350Z||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-09-23T23:17:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:17:20.975Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:17:20.996Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:18:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:18:11.328Z||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-09-23T23:18:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:18:11.348Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:18:11.349Z||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-09-23T23:18:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:18:20.995Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:18:21.041Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:19:11.328Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:19:11.329Z||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-09-23T23:19:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:19:11.348Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:19:11.349Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-23T23:19:11.349Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:19:21.003Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:19:21.004Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:20:11.327Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:20:11.328Z||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-09-23T23:20:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:20:11.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:20:11.348Z||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-09-23T23:20:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:20:20.954Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:20:21.035Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:21:11.327Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:21:11.330Z||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-09-23T23:21:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:21:11.348Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:21:11.349Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:21:11.349Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:21:20.915Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:21:20.927Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:22:11.328Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:22:11.330Z||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-09-23T23:22:11.331Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:22:11.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:22:11.351Z||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-09-23T23:22:11.351Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:22:20.939Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:22:20.996Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:23:11.330Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:23:11.331Z||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-09-23T23:23:11.331Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:23:11.348Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:23:11.348Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-23T23:23:11.356Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:23:20.960Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:23:21.050Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:24:11.327Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:24:11.328Z||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-09-23T23:24:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:24:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:24:11.349Z||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-09-23T23:24:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:24:20.900Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:24:20.923Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:25:11.327Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:25:11.328Z||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-09-23T23:25:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:25:11.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:25:11.349Z||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-09-23T23:25:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:25:20.901Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:25:20.936Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:26:11.328Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:26:11.332Z||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-09-23T23:26:11.333Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:26:11.351Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:26:11.352Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:26:11.352Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:26:20.998Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:26:21.030Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:27:11.327Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:27:11.328Z||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-09-23T23:27:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:27:11.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:27:11.348Z||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-09-23T23:27:11.348Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:27:20.899Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:27:20.935Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:28:11.327Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:28:11.328Z||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-09-23T23:28:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:28:11.348Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:28:11.349Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-23T23:28:11.349Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:28:20.927Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:28:21.011Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:29:11.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:29:11.349Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:29:11.350Z||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-09-23T23:29:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:29:11.350Z||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-09-23T23:29:11.352Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:29:21.045Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:29:21.054Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:30:11.327Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:30:11.330Z||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-09-23T23:30:11.331Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:30:11.352Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:30:11.357Z||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-09-23T23:30:11.360Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:30:20.990Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:30:20.994Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:31:11.329Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:31:11.330Z||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-09-23T23:31:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:31:11.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:31:11.349Z||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-09-23T23:31:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:31:21.013Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:31:21.017Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:32:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:32:11.328Z||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-09-23T23:32:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:32:11.348Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:32:11.349Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?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-09-23T23:32:11.349Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:32:20.904Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:32:20.922Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:33:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:33:11.328Z||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-09-23T23:33:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:33:11.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:33:11.349Z||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-09-23T23:33:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:33:20.891Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:33:20.912Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:34:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:34:11.328Z||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-09-23T23:34:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:34:11.348Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:34:11.349Z||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-09-23T23:34:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:34:20.918Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:34:20.938Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:35:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:35:11.329Z||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-09-23T23:35:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:35:11.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:35:11.348Z||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-09-23T23:35:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:35:20.947Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:35:20.956Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:36:11.327Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:36:11.329Z||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-09-23T23:36:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:36:11.350Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:36:11.351Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-23T23:36:11.351Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:36:20.985Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:36:21.051Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:37:11.328Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:37:11.329Z||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-09-23T23:37:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:37:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:37:11.349Z||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-09-23T23:37:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:37:21.233Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:37:21.317Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:38:11.328Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:38:11.332Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:38:11.332Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:38:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:38:11.349Z||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-09-23T23:38:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:38:20.977Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:38:21.025Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:39:11.327Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:39:11.328Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:39:11.328Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:39:11.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:39:11.349Z||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-09-23T23:39:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:39:21.015Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:39:21.031Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:40:11.327Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:40:11.328Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:11.328Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:40:11.352Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:40:11.355Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?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-09-23T23:40:11.356Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:40:11.668Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:40:11.688Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.688Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663976382870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.693Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.694Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.694Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663976382299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.695Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.695Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.696Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "policy-id",
  "timestamp": 1663976381804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.696Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.697Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.697Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "aai-ml",
  "timestamp": 1663976387316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.702Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.703Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.703Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663976382299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T23:40:11.704Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.704Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.704Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663976382870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.705Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.705Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.705Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "policy-id",
  "timestamp": 1663976381804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.705Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.706Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.706Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "aai-ml",
  "timestamp": 1663976387316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.706Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.706Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.707Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663976382299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-23T23:40:11.707Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.707Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.708Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "policy-id",
  "timestamp": 1663976381804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-23T23:40:11.708Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.708Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.708Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663976382870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.709Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.709Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.709Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "aai-ml",
  "timestamp": 1663976387316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.709Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.710Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.711Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663976382299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.712Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.712Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.712Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663976382870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.713Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.714Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.714Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "policy-id",
  "timestamp": 1663976381804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.715Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.715Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.716Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "aai-ml",
  "timestamp": 1663976387316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.716Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.716Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.717Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663976382299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-23T23:40:11.717Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.718Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.719Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663976382870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.719Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.720Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.721Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "policy-id",
  "timestamp": 1663976381804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.731Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.732Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.732Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "aai-ml",
  "timestamp": 1663976387316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.732Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.744Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.744Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663976382299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-23T23:40:11.744Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.744Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.744Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663976382870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.745Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.745Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.745Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "policy-id",
  "timestamp": 1663976381804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.745Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.745Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.745Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "aai-ml",
  "timestamp": 1663976387316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.746Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.746Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.746Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663976382299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-23T23:40:11.746Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.746Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.746Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "policy-id",
  "timestamp": 1663976381804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.746Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.747Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.747Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663976382870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.747Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.748Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.748Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "aai-ml",
  "timestamp": 1663976387316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.748Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.749Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.749Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663976382299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.749Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.750Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.750Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "policy-id",
  "timestamp": 1663976381804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.751Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.751Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.751Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663976382870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.752Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.752Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.753Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "aai-ml",
  "timestamp": 1663976387316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.754Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.755Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.755Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663976382299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.758Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.759Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.759Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "policy-id",
  "timestamp": 1663976381804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.759Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.759Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.759Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663976382870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.759Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.760Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.760Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "aai-ml",
  "timestamp": 1663976387316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.760Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.761Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.763Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663976399711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.763Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.763Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.763Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663976382299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T23:40:11.764Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.770Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.770Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "policy-id",
  "timestamp": 1663976381804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T23:40:11.771Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.771Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.771Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663976382870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T23:40:11.772Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.772Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.772Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "aai-ml",
  "timestamp": 1663976387316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T23:40:11.772Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.773Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.773Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663976399711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.773Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.774Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.774Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663976402200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:40:11.774Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:40:11.775Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.775Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663976402865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:40:11.775Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:40:11.775Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.776Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "policy-id",
  "timestamp": 1663976402239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:40:11.776Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:40:11.777Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.777Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "aai-ml",
  "timestamp": 1663976402756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:40:11.777Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:40:11.778Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.778Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663976399711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.778Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.779Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.780Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "policy-id",
  "timestamp": 1663976403244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T23:40:11.780Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:40:11.781Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.781Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663976404041,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:40:11.786Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:40:11.787Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.787Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663976399711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:11.788Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:11.788Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:11.789Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "policy-id",
  "timestamp": 1663976404246,
  "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-09-23T23:40:11.946Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8cc04a3b-7e06-4873-bf7f-fb81173aacaf
2022-09-23T23:40:11.951Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 8cc04a3b-7e06-4873-bf7f-fb81173aacaf 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-09-23T23:40:12.046Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:12.047Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663976399711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:12.048Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:12.048Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:12.049Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663976405221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:40:12.049Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:40:12.050Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:12.069Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663976404623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T23:40:12.069Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:40:12.069Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:12.070Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663976399711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:12.070Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:12.070Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:12.070Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663976405627,
  "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-09-23T23:40:12.115Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8cc04a3b-7e06-4873-bf7f-fb81173aacaf
2022-09-23T23:40:12.115Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 8cc04a3b-7e06-4873-bf7f-fb81173aacaf 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-09-23T23:40:12.175Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:40:12.182Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:12.183Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"8cc04a3b-7e06-4873-bf7f-fb81173aacaf","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"694a9ec2-06e0-48bc-88e9-c195efca0d70","serviceDescription":"service","serviceInvariantUUID":"1d56d40f-e2db-499c-99e5-e799e7191a07","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5a92432e-e21c-49cd-90e2-4a2551f683f0","resourceInvariantUUID":"802adce4-daaf-41df-8a68-1299ece9a5ae","resourceCustomizationUUID":"04d9ae37-7b10-4830-88bc-aee245c45983","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":"NmFmMTkxNzhjYTYxNzYwMjAxODg1ZWE3NmQwODNlMWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"20a36683-1acc-4b58-a5b2-5f57bdab6265","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":"NTdjNTI1YzhmMDJjZDE3OWZlZmViMzI5NzE1ZTA2NmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"23bac7af-d782-4dd1-8fb4-63d98f8f3b16","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":"2c66b8bf-fe4f-448d-9da2-66ec87e2ce72","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":"bc40b24e-a24e-4add-bf5b-6d46aaa9a811","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":"ce0f57ee-32e7-41d0-aa8a-390e57f340d0","artifactVersion":"2","generatedFromUUID":"77eb18d5-cc58-4c22-8b71-683ed53fa596"},{"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":"04c85c39-8308-4268-a86b-da49d7f01123","artifactVersion":"2","generatedFromUUID":"2c66b8bf-fe4f-448d-9da2-66ec87e2ce72"},{"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":"77eb18d5-cc58-4c22-8b71-683ed53fa596","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":"c9f524e2-2717-477b-bca9-246c93cb6751","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":"Y2ZiMzk5NDQ0MDY1YjE2ZjcxNDg4YjZjZjUzOWExYTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cccaf9a9-54d8-4a5c-8898-a512ab3e8fd7","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"M2QyNzkyMjgwN2Y1NThhZjYxNDMwMzViZDI3ZGQyODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e0ff8d23-721c-4410-8ebc-461f7a5573de","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-23T23:40:12.192Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T23:40:12.194Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:40:12.223Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:12.236Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:40:12.225Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663976406377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:40:12.246Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:40:12.236Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||try to send status {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:12.248Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:12.278Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "policy-id",
  "timestamp": 1663976405250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:12.284Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:12.286Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:12.287Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663976399711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:12.296Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:12.297Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:12.302Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "clamp",
  "timestamp": 1663976406604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:12.310Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 61 ms
2022-09-23T23:40:12.311Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:12.312Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:12.314Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663976407511,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-09-23T23:40:12.314Z||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-09-23T23:40:12.315Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-23T23:40:12.361Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:40:12.365Z||pool-100-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-09-23T23:40:12.365Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8cc04a3b-7e06-4873-bf7f-fb81173aacaf
2022-09-23T23:40:12.366Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 8cc04a3b-7e06-4873-bf7f-fb81173aacaf 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-09-23T23:40:12.394Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:12.395Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "policy-id",
  "timestamp": 1663976405250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:12.396Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:12.397Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:12.397Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663976399711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:12.398Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:12.399Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:12.399Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "clamp",
  "timestamp": 1663976406604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T23:40:12.399Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:12.399Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:12.400Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663976408515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T23:40:12.401Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:40:12.402Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:12.402Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "policy-id",
  "timestamp": 1663976405250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-23T23:40:12.402Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:12.403Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:12.403Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663976399711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:12.404Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:12.404Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:12.405Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "clamp",
  "timestamp": 1663976406604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:12.406Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:12.408Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:12.408Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "policy-id",
  "timestamp": 1663976405250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:12.409Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:12.409Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:12.410Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663976399711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:12.411Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:12.412Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:12.412Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "clamp",
  "timestamp": 1663976406604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:12.413Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:12.414Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:12.414Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663976409519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:12.415Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:12.415Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:12.415Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "policy-id",
  "timestamp": 1663976405250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:12.416Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:12.416Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:12.417Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663976399711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:12.417Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:12.418Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:12.418Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "aai-ml",
  "timestamp": 1663976411024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-23T23:40:12.418Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:40:12.419Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:12.419Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "clamp",
  "timestamp": 1663976406604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:12.419Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:12.420Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||received message from topic
2022-09-23T23:40:12.420Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663976409519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T23:40:12.421Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:40:13.252Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T23:40:13.253Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:40:13.266Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:40:13.266Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||try to send status {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T23:40:13.374Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-09-23T23:40:13.377Z||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-09-23T23:40:13.377Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:40:13.409Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:40:13.410Z||pool-101-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-09-23T23:40:14.276Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T23:40:14.277Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:40:14.292Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:40:14.293Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||try to send status {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-23T23:40:14.413Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 120 ms
2022-09-23T23:40:14.424Z||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-09-23T23:40:14.426Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:40:14.488Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:40:14.490Z||pool-102-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1}
2022-09-23T23:40:15.294Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T23:40:15.296Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:40:15.348Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:40:15.350Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||try to send status {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:15.457Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-09-23T23:40:15.459Z||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-09-23T23:40:15.459Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:40:15.482Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:40:15.482Z||pool-103-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-23T23:40:16.351Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T23:40:16.352Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:40:16.366Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:40:16.367Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||try to send status {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-23T23:40:16.487Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 117 ms
2022-09-23T23:40:16.495Z||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-09-23T23:40:16.496Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:40:16.550Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:40:16.551Z||pool-104-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":1,"count":1}
2022-09-23T23:40:17.370Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T23:40:17.371Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:40:17.376Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:40:17.376Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||try to send status {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-23T23:40:17.492Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 114 ms
2022-09-23T23:40:17.509Z||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-09-23T23:40:17.512Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:40:17.576Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:40:17.577Z||pool-105-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":1,"count":1}
2022-09-23T23:40:18.378Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T23:40:18.378Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:40:18.386Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:40:18.403Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||try to send status {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-23T23:40:18.497Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-09-23T23:40:18.497Z||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-09-23T23:40:18.498Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:40:18.603Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:40:18.604Z||pool-106-thread-1|||||INFO|500||cambria reply ok (107 ms):{"serverTimeMs":1,"count":1}
2022-09-23T23:40:19.407Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T23:40:19.409Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:40:19.412Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:40:19.413Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||try to send status {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:19.515Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T23:40:19.516Z||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-09-23T23:40:19.517Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:40:19.552Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:40:19.553Z||pool-107-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-09-23T23:40:20.418Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T23:40:20.419Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:40:20.423Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:40:20.423Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||try to send status {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:40:20.526Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-23T23:40:20.527Z||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-09-23T23:40:20.527Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:40:20.608Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:40:20.609Z||pool-108-thread-1|||||INFO|500||cambria reply ok (83 ms):{"serverTimeMs":1,"count":1}
2022-09-23T23:40:21.425Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T23:40:21.425Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:40:21.430Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:40:21.430Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||try to send status {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T23:40:21.534Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-09-23T23:40:21.537Z||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-09-23T23:40:21.539Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:40:21.574Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:40:21.575Z||pool-109-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-09-23T23:40:22.440Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "694a9ec2-06e0-48bc-88e9-c195efca0d70",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1d56d40f-e2db-499c-99e5-e799e7191a07",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "04d9ae37-7b10-4830-88bc-aee245c45983",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5a92432e-e21c-49cd-90e2-4a2551f683f0",
      "resourceInvariantUUID": "802adce4-daaf-41df-8a68-1299ece9a5ae",
      "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": "NTdjNTI1YzhmMDJjZDE3OWZlZmViMzI5NzE1ZTA2NmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "23bac7af-d782-4dd1-8fb4-63d98f8f3b16",
          "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": "2c66b8bf-fe4f-448d-9da2-66ec87e2ce72",
          "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": "04c85c39-8308-4268-a86b-da49d7f01123",
            "generatedFromUUID": "2c66b8bf-fe4f-448d-9da2-66ec87e2ce72"
          },
          "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": "ce0f57ee-32e7-41d0-aa8a-390e57f340d0",
          "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": "04c85c39-8308-4268-a86b-da49d7f01123",
          "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": "77eb18d5-cc58-4c22-8b71-683ed53fa596",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "M2QyNzkyMjgwN2Y1NThhZjYxNDMwMzViZDI3ZGQyODU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e0ff8d23-721c-4410-8ebc-461f7a5573de"
    }
  ],
  "workloadContext": "Production"
}
2022-09-23T23:40:22.441Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-23T23:40:22.441Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 694a9ec2-06e0-48bc-88e9-c195efca0d70 ASDC
2022-09-23T23:40:22.448Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||ASDC Notification:
DistributionID:8cc04a3b-7e06-4873-bf7f-fb81173aacaf
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:694a9ec2-06e0-48bc-88e9-c195efca0d70
ServiceInvariantUUID:1d56d40f-e2db-499c-99e5-e799e7191a07
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:e0ff8d23-721c-4410-8ebc-461f7a5573de
ArtifactChecksum:M2QyNzkyMjgwN2Y1NThhZjYxNDMwMzViZDI3ZGQyODU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:04d9ae37-7b10-4830-88bc-aee245c45983
ResourceInvariantUUID:802adce4-daaf-41df-8a68-1299ece9a5ae
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:5a92432e-e21c-49cd-90e2-4a2551f683f0
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:23bac7af-d782-4dd1-8fb4-63d98f8f3b16
ArtifactChecksum:NTdjNTI1YzhmMDJjZDE3OWZlZmViMzI5NzE1ZTA2NmI=
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:2c66b8bf-fe4f-448d-9da2-66ec87e2ce72
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:04c85c39-8308-4268-a86b-da49d7f01123
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:ce0f57ee-32e7-41d0-aa8a-390e57f340d0
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:04c85c39-8308-4268-a86b-da49d7f01123
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:77eb18d5-cc58-4c22-8b71-683ed53fa596
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-23T23:40:22.448Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 694a9ec2-06e0-48bc-88e9-c195efca0d70 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-09-23T23:40:22.882Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T23:40:22.883Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||MSO config path is: /app
2022-09-23T23:40:22.883Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||MSO config path is: /app
2022-09-23T23:40:22.884Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Trying to download the artifact UUID: e0ff8d23-721c-4410-8ebc-461f7a5573de from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-23T23:40:22.884Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - download
2022-09-23T23:40:22.884Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:23.407Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||GET Response Status 200
2022-09-23T23:40:23.502Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar e0ff8d23-721c-4410-8ebc-461f7a5573de 162923
2022-09-23T23:40:23.506Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:23.508Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:23.509Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T23:40:23.510Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:40:23.537Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:40:23.537Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||try to send status {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976423505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:40:23.622Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-09-23T23:40:23.624Z||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-09-23T23:40:23.624Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:40:23.640Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:40:23.640Z||pool-110-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-23T23:40:24.539Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T23:40:24.539Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||MSO config path is: /app
2022-09-23T23:40:24.540Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Trying to write artifact UUID: e0ff8d23-721c-4410-8ebc-461f7a5573de, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-23T23:40:24.540Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-09-23T23:40:24.544Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-23T23:40:24.544Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-23T23:40:25.345Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP266060473599425309/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-09-23T23:40:33.392Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-09-23T23:40:33.399Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|WARN|500||####################################################################################################
2022-09-23T23:40:33.399Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-23T23:40:33.400Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-09-23T23:40:33.400Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:33.400Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-23T23:40:33.400Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:33.400Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:33.401Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|WARN|500||####################################################################################################
2022-09-23T23:40:33.401Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:40:33.401Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T23:40:33.402Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-23T23:40:33.402Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Search for entities recursively
2022-09-23T23:40:33.403Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T23:40:33.404Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:40:33.404Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T23:40:33.406Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-23T23:40:33.407Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Search for entities recursively
2022-09-23T23:40:33.408Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T23:40:33.416Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:40:33.417Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T23:40:33.417Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:40:33.417Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-09-23T23:40:33.417Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-09-23T23:40:33.418Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Node template dummy_base is not matching search criteria
2022-09-23T23:40:33.420Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-23T23:40:33.421Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:40:33.421Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:33.421Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:40:33.422Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-23T23:40:33.430Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T23:40:33.430Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:40:33.430Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-23T23:40:33.431Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T23:40:33.431Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:40:33.432Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-23T23:40:33.432Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T23:40:33.432Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:40:33.432Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-23T23:40:33.432Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T23:40:33.433Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:40:33.433Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-09-23T23:40:33.433Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-09-23T23:40:33.433Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=a269200c-a1f3-4f31-b794-121256adf8a8
2022-09-23T23:40:33.434Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:40:33.434Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T23:40:33.434Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:40:33.434Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T23:40:33.435Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:40:33.446Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T23:40:33.446Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:40:33.447Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T23:40:33.447Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:694a9ec2-06e0-48bc-88e9-c195efca0d70
Model Version:NULL
Model InvariantUuid:1d56d40f-e2db-499c-99e5-e799e7191a07
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:5371a025-8122-4e06-aa62-8d7453298616
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:802adce4-daaf-41df-8a68-1299ece9a5ae
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:04d9ae37-7b10-4830-88bc-aee245c45983
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f21a3d08-7f00-4611-8893-ddeb71a7a767
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:c86f7787-70c8-4fcb-8524-d6e24760d544
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:c9060e29-ef31-4a45-a3bc-5b99fa426ccb
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:0c9373a9-dcd6-43a9-825a-0c324b147d3b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a269200c-a1f3-4f31-b794-121256adf8a8
ModelInvariantUuid:202e50d0-a794-4114-9c4d-b797dd13365c
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:14413bbe-462c-4899-985d-795308e22a73
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:bb59dd12-a053-42aa-bdee-3fd50d9688a5
ModelInvariantUuid:bcd5b313-2b39-4ab2-acb0-3cb89996768b
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:da3a9b53-2cb7-4bfd-b705-36f74d33ec44
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-09-23T23:40:33.484Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 5a92432e-e21c-49cd-90e2-4a2551f683f0
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-09-23T23:40:33.500Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||basic_cnf_macro 0
2022-09-23T23:40:33.501Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 5a92432e-e21c-49cd-90e2-4a2551f683f0
2022-09-23T23:40:33.501Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Trying to download the artifact UUID: 23bac7af-d782-4dd1-8fb4-63d98f8f3b16 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-09-23T23:40:33.502Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - download
2022-09-23T23:40:33.502Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:33.714Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||GET Response Status 200
2022-09-23T23:40:33.715Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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 23bac7af-d782-4dd1-8fb4-63d98f8f3b16 1565
2022-09-23T23:40:33.715Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:33.716Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:33.716Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T23:40:33.716Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:40:33.726Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:40:33.726Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||try to send status {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976433715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:40:33.841Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 114 ms
2022-09-23T23:40:33.842Z||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-09-23T23:40:33.843Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:40:33.886Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:40:33.887Z||pool-111-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-09-23T23:40:34.726Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "c9060e29-ef31-4a45-a3bc-5b99fa426ccb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0c9373a9-dcd6-43a9-825a-0c324b147d3b",
    "vfModuleModelCustomizationUUID": "62e8e23d-3dee-4f05-9b79-65ad90706b92",
    "isBase": true,
    "artifacts": [
      "2c66b8bf-fe4f-448d-9da2-66ec87e2ce72",
      "04c85c39-8308-4268-a86b-da49d7f01123"
    ],
    "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": "f21a3d08-7f00-4611-8893-ddeb71a7a767",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c86f7787-70c8-4fcb-8524-d6e24760d544",
    "vfModuleModelCustomizationUUID": "9f8afbca-c55e-4c77-88a4-9eeb1933bf1e",
    "isBase": false,
    "artifacts": [
      "77eb18d5-cc58-4c22-8b71-683ed53fa596"
    ],
    "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-09-23T23:40:34.777Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0c9373a9-dcd6-43a9-825a-0c324b147d3b
VfModuleModelInvariantUUID:c9060e29-ef31-4a45-a3bc-5b99fa426ccb
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c66b8bf-fe4f-448d-9da2-66ec87e2ce72
,
04c85c39-8308-4268-a86b-da49d7f01123

}
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:c86f7787-70c8-4fcb-8524-d6e24760d544
VfModuleModelInvariantUUID:f21a3d08-7f00-4611-8893-ddeb71a7a767
VfModuleModelDescription:NULL
Artifacts UUID List:{
77eb18d5-cc58-4c22-8b71-683ed53fa596

}
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-09-23T23:40:34.828Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "c9060e29-ef31-4a45-a3bc-5b99fa426ccb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0c9373a9-dcd6-43a9-825a-0c324b147d3b",
    "vfModuleModelCustomizationUUID": "62e8e23d-3dee-4f05-9b79-65ad90706b92",
    "isBase": true,
    "artifacts": [
      "2c66b8bf-fe4f-448d-9da2-66ec87e2ce72",
      "04c85c39-8308-4268-a86b-da49d7f01123"
    ],
    "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": "f21a3d08-7f00-4611-8893-ddeb71a7a767",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c86f7787-70c8-4fcb-8524-d6e24760d544",
    "vfModuleModelCustomizationUUID": "9f8afbca-c55e-4c77-88a4-9eeb1933bf1e",
    "isBase": false,
    "artifacts": [
      "77eb18d5-cc58-4c22-8b71-683ed53fa596"
    ],
    "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-09-23T23:40:34.837Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0c9373a9-dcd6-43a9-825a-0c324b147d3b
VfModuleModelInvariantUUID:c9060e29-ef31-4a45-a3bc-5b99fa426ccb
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c66b8bf-fe4f-448d-9da2-66ec87e2ce72
,
04c85c39-8308-4268-a86b-da49d7f01123

}
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:c86f7787-70c8-4fcb-8524-d6e24760d544
VfModuleModelInvariantUUID:f21a3d08-7f00-4611-8893-ddeb71a7a767
VfModuleModelDescription:NULL
Artifacts UUID List:{
77eb18d5-cc58-4c22-8b71-683ed53fa596

}
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-09-23T23:40:34.840Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Trying to download the artifact UUID: 2c66b8bf-fe4f-448d-9da2-66ec87e2ce72 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-09-23T23:40:34.846Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - download
2022-09-23T23:40:34.847Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:34.960Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||GET Response Status 200
2022-09-23T23:40:34.962Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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 2c66b8bf-fe4f-448d-9da2-66ec87e2ce72 914
2022-09-23T23:40:34.962Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:34.963Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:34.963Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T23:40:34.964Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:40:34.977Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:40:34.978Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||try to send status {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976434962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:40:35.078Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T23:40:35.080Z||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-09-23T23:40:35.081Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:40:35.129Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:40:35.130Z||pool-112-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-09-23T23:40:35.979Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Trying to download the artifact UUID: ce0f57ee-32e7-41d0-aa8a-390e57f340d0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-09-23T23:40:35.980Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - download
2022-09-23T23:40:35.980Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:36.114Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||GET Response Status 200
2022-09-23T23:40:36.115Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ce0f57ee-32e7-41d0-aa8a-390e57f340d0 12
2022-09-23T23:40:36.115Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:36.115Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:36.115Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T23:40:36.116Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:40:36.122Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:40:36.123Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||try to send status {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976436115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:40:36.222Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-23T23:40:36.223Z||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-09-23T23:40:36.223Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:40:36.241Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:40:36.241Z||pool-113-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-23T23:40:37.133Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Trying to download the artifact UUID: 04c85c39-8308-4268-a86b-da49d7f01123 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-09-23T23:40:37.134Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - download
2022-09-23T23:40:37.135Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:37.215Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||GET Response Status 200
2022-09-23T23:40:37.215Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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 04c85c39-8308-4268-a86b-da49d7f01123 96
2022-09-23T23:40:37.215Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:37.216Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:37.216Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T23:40:37.217Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:40:37.225Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:40:37.225Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||try to send status {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976437215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:40:37.325Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T23:40:37.326Z||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-09-23T23:40:37.326Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:40:37.344Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:40:37.344Z||pool-114-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-09-23T23:40:38.233Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Trying to download the artifact UUID: 77eb18d5-cc58-4c22-8b71-683ed53fa596 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-09-23T23:40:38.233Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - download
2022-09-23T23:40:38.233Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:38.332Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||GET Response Status 200
2022-09-23T23:40:38.333Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 77eb18d5-cc58-4c22-8b71-683ed53fa596 20206
2022-09-23T23:40:38.335Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:38.335Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:38.335Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T23:40:38.335Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:40:38.345Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:40:38.346Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||try to send status {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976438334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:40:38.447Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T23:40:38.449Z||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-09-23T23:40:38.449Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:40:38.485Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:40:38.485Z||pool-115-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-09-23T23:40:39.362Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Preparing to deploy Service: 694a9ec2-06e0-48bc-88e9-c195efca0d70
2022-09-23T23:40:39.363Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 5a92432e-e21c-49cd-90e2-4a2551f683f0 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-09-23T23:40:39.392Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ee5c0fe, org.onap.sdc.toscaparser.api.parameters.Input@74151176, org.onap.sdc.toscaparser.api.parameters.Input@6427f010, org.onap.sdc.toscaparser.api.parameters.Input@5ada70f1, org.onap.sdc.toscaparser.api.parameters.Input@1a78b964]
2022-09-23T23:40:39.396Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:40:39.397Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T23:40:39.398Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||VF Category is: Generic 
2022-09-23T23:40:39.399Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||VFCustomizationUUID= 04d9ae37-7b10-4830-88bc-aee245c45983
2022-09-23T23:40:39.400Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 04d9ae37-7b10-4830-88bc-aee245c45983 matches Tosca VF Customization UUID: 04d9ae37-7b10-4830-88bc-aee245c45983
2022-09-23T23:40:39.401Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||vfCustomizationUUID: 04d9ae37-7b10-4830-88bc-aee245c45983  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-09-23T23:40:39.407Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:40:39.408Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T23:40:39.411Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||resource request for resource customization id 04d9ae37-7b10-4830-88bc-aee245c45983: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-09-23T23:40:39.413Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1492ecea
2022-09-23T23:40:39.414Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:40:39.415Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:39.416Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9f8afbca-c55e-4c77-88a4-9eeb1933bf1e
2022-09-23T23:40:39.417Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9f8afbca-c55e-4c77-88a4-9eeb1933bf1e
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-09-23T23:40:39.433Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:40:39.434Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-23T23:40:39.434Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T23:40:39.435Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:40:39.435Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-23T23:40:39.435Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T23:40:39.436Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:40:39.436Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-23T23:40:39.437Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=04d9ae37-7b10-4830-88bc-aee245c45983
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-09-23T23:40:39.440Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:40:39.440Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T23:40:39.440Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500|| resourceSeq for service uuid 694a9ec2-06e0-48bc-88e9-c195efca0d70: basic_cnf_macro
2022-09-23T23:40:39.441Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:40:39.441Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T23:40:39.441Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:40:39.442Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T23:40:39.442Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:40:39.443Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T23:40:39.443Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:40:39.443Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T23:40:39.444Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:40:39.445Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T23:40:39.447Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:39.583Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 5a92432e-e21c-49cd-90e2-4a2551f683f0 2 ASDC deployResourceStructure
2022-09-23T23:40:39.584Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:39.584Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:39.584Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T23:40:39.585Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:40:39.588Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:40:39.588Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||try to send status {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976439584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T23:40:39.690Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-23T23:40:39.692Z||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-09-23T23:40:39.692Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:40:39.727Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:40:39.729Z||pool-116-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-09-23T23:40:40.589Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:40.590Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:40.590Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T23:40:40.590Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:40:40.593Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:40:40.593Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||try to send status {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976440589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-09-23T23:40:40.697Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-09-23T23:40:40.699Z||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-09-23T23:40:40.699Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:40:40.727Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:40:40.728Z||pool-117-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-09-23T23:40:41.597Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:41.597Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:41.598Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-23T23:40:41.599Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:40:41.633Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:40:41.633Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||try to send status {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976441596,
  "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-09-23T23:40:41.734Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-23T23:40:41.737Z||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-09-23T23:40:41.738Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:40:41.779Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:40:41.816Z||pool-118-thread-1|||||INFO|500||cambria reply ok (80 ms):{"serverTimeMs":1,"count":1}
2022-09-23T23:40:42.635Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:42.637Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:42.638Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T23:40:42.638Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:40:42.648Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:40:42.649Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||try to send status {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976442635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-09-23T23:40:42.753Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-23T23:40:42.755Z||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-09-23T23:40:42.755Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:40:42.784Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:40:42.786Z||pool-119-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-23T23:40:43.652Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:43.654Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:43.659Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-23T23:40:43.673Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:40:43.685Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:40:43.685Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||try to send status {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976443652,
  "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-09-23T23:40:43.789Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T23:40:43.790Z||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-09-23T23:40:43.790Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:40:43.827Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:40:43.828Z||pool-120-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-09-23T23:40:44.696Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:44.711Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:40:44.712Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T23:40:44.715Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:40:44.727Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:40:44.727Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||try to send status {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976444696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T23:40:44.838Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-09-23T23:40:44.839Z||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-09-23T23:40:44.840Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:40:44.875Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:40:44.875Z||pool-121-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-09-23T23:40:45.729Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8cc04a3b-7e06-4873-bf7f-fb81173aacaf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T23:40:45.810Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8cc04a3b-7e06-4873-bf7f-fb81173aacaf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-23T23:40:45.836Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T23:40:45.836Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T23:40:45.836Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T23:41:11.348Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:41:11.350Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-23T23:41:11.350Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:41:11.425Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:41:11.426Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|DEBUG|500||received message from topic
2022-09-23T23:41:11.426Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "policy-id",
  "timestamp": 1663976405250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:41:11.427Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||Missing status on Status Object. 
2022-09-23T23:41:15.837Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8cc04a3b-7e06-4873-bf7f-fb81173aacaf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T23:41:15.875Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8cc04a3b-7e06-4873-bf7f-fb81173aacaf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-23T23:41:15.886Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T23:41:15.886Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T23:41:15.886Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T23:41:45.886Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8cc04a3b-7e06-4873-bf7f-fb81173aacaf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T23:41:45.904Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8cc04a3b-7e06-4873-bf7f-fb81173aacaf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-23T23:41:45.924Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T23:41:45.925Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T23:41:45.925Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T23:42:11.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:42:11.349Z||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-09-23T23:42:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:42:11.995Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:42:12.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663976399711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.003Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "clamp",
  "timestamp": 1663976406604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.004Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "aai-ml",
  "timestamp": 1663976412045,
  "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-09-23T23:42:12.056Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 8cc04a3b-7e06-4873-bf7f-fb81173aacaf
2022-09-23T23:42:12.056Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8cc04a3b-7e06-4873-bf7f-fb81173aacaf 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-09-23T23:42:12.117Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.117Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663976409519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-23T23:42:12.117Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.117Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.117Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "policy-id",
  "timestamp": 1663976405250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663976399711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "clamp",
  "timestamp": 1663976406604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663976409519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T23:42:12.119Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "policy-id",
  "timestamp": 1663976405250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T23:42:12.119Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663976399711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.119Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663976412870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.119Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "clamp",
  "timestamp": 1663976406604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.119Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663976409519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-23T23:42:12.119Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-23T23:42:12.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "policy-id",
  "timestamp": 1663976414273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:42:12.120Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:42:12.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663976399711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663976412870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "clamp",
  "timestamp": 1663976406604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663976409519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "policy-id",
  "timestamp": 1663976415277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T23:42:12.121Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:42:12.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663976399711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663976412870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "clamp",
  "timestamp": 1663976406604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T23:42:12.143Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663976409519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.145Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-23T23:42:12.147Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "policy-id",
  "timestamp": 1663976416287,
  "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-09-23T23:42:12.266Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bcc1086e-2e5f-41d6-8dce-3a4671a46eca
2022-09-23T23:42:12.267Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcc1086e-2e5f-41d6-8dce-3a4671a46eca 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-09-23T23:42:12.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663976399711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663976412870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663976409519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T23:42:12.334Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-23T23:42:12.334Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1663976399711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.334Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663976412870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.334Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "aai-ml",
  "timestamp": 1663976417307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.335Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663976418629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:42:12.335Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:42:12.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-23T23:42:12.335Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663976412870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.335Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "aai-ml",
  "timestamp": 1663976417307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.335Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663976419770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:42:12.336Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:42:12.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663976412870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "aai-ml",
  "timestamp": 1663976417307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663976420894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:42:12.337Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:42:12.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663976412870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T23:42:12.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "aai-ml",
  "timestamp": 1663976417307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "clamp",
  "timestamp": 1663976421585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:42:12.337Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:42:12.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T23:42:12.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663976421985,
  "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-09-23T23:42:12.354Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bcc1086e-2e5f-41d6-8dce-3a4671a46eca
2022-09-23T23:42:12.354Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcc1086e-2e5f-41d6-8dce-3a4671a46eca 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-09-23T23:42:12.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "aai-ml",
  "timestamp": 1663976417307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663976421846,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:42:12.402Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:42:12.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.403Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663976422989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T23:42:12.408Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:42:12.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "aai-ml",
  "timestamp": 1663976417307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.414Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.414Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976423505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:42:12.415Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:42:12.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "aai-ml",
  "timestamp": 1663976417307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.415Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663976424114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T23:42:12.415Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:42:12.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "aai-ml",
  "timestamp": 1663976417307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T23:42:12.416Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663976425116,
  "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-09-23T23:42:12.449Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bcc1086e-2e5f-41d6-8dce-3a4671a46eca
2022-09-23T23:42:12.450Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcc1086e-2e5f-41d6-8dce-3a4671a46eca 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-09-23T23:42:12.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "clamp",
  "timestamp": 1663976426232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T23:42:12.482Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:42:12.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "aai-ml",
  "timestamp": 1663976426558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:42:12.483Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:42:12.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "clamp",
  "timestamp": 1663976427236,
  "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-09-23T23:42:12.498Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8cc04a3b-7e06-4873-bf7f-fb81173aacaf
2022-09-23T23:42:12.499Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8cc04a3b-7e06-4873-bf7f-fb81173aacaf 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-09-23T23:42:12.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "clamp",
  "timestamp": 1663976406604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.527Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "clamp",
  "timestamp": 1663976406604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T23:42:12.537Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "clamp",
  "timestamp": 1663976406604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "clamp",
  "timestamp": 1663976406604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "clamp",
  "timestamp": 1663976406604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.557Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "clamp",
  "timestamp": 1663976406604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.557Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976433715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:42:12.557Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:42:12.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "clamp",
  "timestamp": 1663976406604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:12.557Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "clamp",
  "timestamp": 1663976406604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T23:42:12.558Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:42:12.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976434962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:42:12.558Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:42:12.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "aai-ml",
  "timestamp": 1663976435475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-23T23:42:12.558Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:42:12.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976436115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:42:12.558Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:42:12.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "aai-ml",
  "timestamp": 1663976436515,
  "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-09-23T23:42:12.582Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of bcc1086e-2e5f-41d6-8dce-3a4671a46eca
2022-09-23T23:42:12.583Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcc1086e-2e5f-41d6-8dce-3a4671a46eca 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-09-23T23:42:12.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976437215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:42:12.619Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:42:12.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "clamp",
  "timestamp": 1663976438597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:42:12.619Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:42:12.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976438334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:42:12.619Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:42:12.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976439584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T23:42:12.620Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:42:12.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976440589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-09-23T23:42:12.620Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:42:12.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "clamp",
  "timestamp": 1663976441591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T23:42:12.620Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:42:12.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976441596,
  "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-09-23T23:42:12.620Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:42:12.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "clamp",
  "timestamp": 1663976442596,
  "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-09-23T23:42:12.648Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bcc1086e-2e5f-41d6-8dce-3a4671a46eca
2022-09-23T23:42:12.648Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcc1086e-2e5f-41d6-8dce-3a4671a46eca 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-09-23T23:42:12.698Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.698Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976442635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-09-23T23:42:12.699Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:42:12.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.699Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976443652,
  "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-09-23T23:42:12.699Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:42:12.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:42:12.699Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976444696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T23:42:12.700Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:42:15.926Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8cc04a3b-7e06-4873-bf7f-fb81173aacaf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T23:42:15.944Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8cc04a3b-7e06-4873-bf7f-fb81173aacaf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-23T23:42:15.953Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T23:42:15.953Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-23T23:42:15.954Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-23T23:42:15.955Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-23T23:42:15.956Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-23T23:42:15.957Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-09-23T23:42:15.970Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-23T23:42:45.976Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 8cc04a3b-7e06-4873-bf7f-fb81173aacaf 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-09-23T23:42:46.023Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8cc04a3b-7e06-4873-bf7f-fb81173aacaf and serviceModelVersionId: 694a9ec2-06e0-48bc-88e9-c195efca0d70
2022-09-23T23:42:46.023Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1d56d40f-e2db-499c-99e5-e799e7191a07
2022-09-23T23:42:46.025Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0
2022-09-23T23:42:46.061Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-09-23T23:42:46.267Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:42:46.271Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||Invoke
2022-09-23T23:42:47.876Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:42:47.877Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||Invoke
2022-09-23T23:42:49.442Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:42:49.443Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||Invoke
2022-09-23T23:42:50.477Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T23:42:50.478Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:42:50.478Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T23:42:50.478Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:42:50.494Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:42:50.494Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8cc04a3b-7e06-4873-bf7f-fb81173aacaf and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T23:42:50.495Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-23T23:42:50.495Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:42:50.497Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:42:50.497Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||try to send status {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976570495,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-23T23:42:50.598Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T23:42:50.600Z||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-09-23T23:42:50.600Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:42:50.623Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:42:50.624Z||pool-122-thread-1|||||INFO|500||cambria reply ok (25 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-09-23T23:42:51.580Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||received message from topic
2022-09-23T23:42:51.581Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"bcc1086e-2e5f-41d6-8dce-3a4671a46eca","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"38c48470-661a-4164-ac67-fca48720d27e","serviceDescription":"service","serviceInvariantUUID":"102df9f0-7931-4768-ac5a-43d50788d773","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"78741bdc-9d3f-4106-9486-36b6aec11c1e","resourceInvariantUUID":"c200d32b-1b71-42de-a931-6530113b13f0","resourceCustomizationUUID":"0dd30bdc-bc1e-4a56-b68a-2b10c35877c4","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":"Mjg5NzJkODBmNTExMDMzZGZkZWYwMmJiYjczODRmNGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6a728b2b-6c69-470e-98eb-11d515c305e3","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":"ZDcwY2RlYzQxYzdlNjUyZWU4ZjllMWE2NTE5MWZhZjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e416590b-c8e8-4ab2-8a83-f073e75dc2b7","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":"846612d6-ba00-4cf9-a5fe-a40a35057b29","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":"9aaf5368-2484-4653-bf54-83747f96efd0","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":"f0071818-a00f-4905-8606-b2fc04383efd","artifactVersion":"2","generatedFromUUID":"846612d6-ba00-4cf9-a5fe-a40a35057b29"},{"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":"ZDgwNDBhOGU5MmY2MzI0MjU0NjIxNDU5OTVhODU2NzA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"dc88ba16-21a9-433a-a74c-0b274eee7ef2","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":"NzMzYzc4ODlhNmMxMTIyM2RkZDVhM2FhZTMyMDVmMTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"74d95a8e-3a73-4dde-91cf-59e5cbd4d83d","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NjExZTgxNTc5YjhhMTBlNDAxMWNhMDBhZTFmMmM2ZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f61fc906-0b76-43ce-ad19-d494919e2566","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-23T23:42:51.583Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T23:42:51.584Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:42:51.593Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:42:51.594Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||try to send status {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:51.732Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 137 ms
2022-09-23T23:42:51.745Z||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-09-23T23:42:51.745Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:42:51.784Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:42:51.785Z||pool-123-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-09-23T23:42:52.595Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T23:42:52.596Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:42:52.614Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:42:52.615Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||try to send status {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T23:42:52.720Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-09-23T23:42:52.721Z||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-09-23T23:42:52.721Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:42:52.787Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:42:52.788Z||pool-124-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":0,"count":1}
2022-09-23T23:42:53.616Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T23:42:53.620Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:42:53.634Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:42:53.634Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||try to send status {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-23T23:42:53.735Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T23:42:53.736Z||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-09-23T23:42:53.736Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:42:53.793Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:42:53.796Z||pool-125-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":1,"count":1}
2022-09-23T23:42:54.635Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T23:42:54.637Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:42:54.643Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:42:54.644Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||try to send status {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:54.742Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-23T23:42:54.743Z||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-09-23T23:42:54.743Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:42:54.772Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:42:54.773Z||pool-126-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-09-23T23:42:55.644Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T23:42:55.645Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:42:55.647Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:42:55.648Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||try to send status {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-23T23:42:55.749Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-23T23:42:55.749Z||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-09-23T23:42:55.750Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:42:55.773Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:42:55.774Z||pool-127-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-23T23:42:56.654Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T23:42:56.660Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:42:56.680Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:42:56.681Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||try to send status {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:56.780Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-23T23:42:56.782Z||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-09-23T23:42:56.782Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:42:56.811Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:42:56.813Z||pool-128-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-09-23T23:42:57.683Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T23:42:57.684Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:42:57.687Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:42:57.687Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||try to send status {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:42:57.787Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-23T23:42:57.788Z||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-09-23T23:42:57.788Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:42:57.813Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:42:57.814Z||pool-129-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-09-23T23:42:58.711Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T23:42:58.724Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:42:58.734Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:42:58.735Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||try to send status {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T23:42:58.840Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-09-23T23:42:58.844Z||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-09-23T23:42:58.845Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:42:58.892Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:42:58.893Z||pool-130-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-09-23T23:42:59.744Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "38c48470-661a-4164-ac67-fca48720d27e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "102df9f0-7931-4768-ac5a-43d50788d773",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "0dd30bdc-bc1e-4a56-b68a-2b10c35877c4",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "78741bdc-9d3f-4106-9486-36b6aec11c1e",
      "resourceInvariantUUID": "c200d32b-1b71-42de-a931-6530113b13f0",
      "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": "ZDcwY2RlYzQxYzdlNjUyZWU4ZjllMWE2NTE5MWZhZjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e416590b-c8e8-4ab2-8a83-f073e75dc2b7",
          "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": "846612d6-ba00-4cf9-a5fe-a40a35057b29",
          "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": "f0071818-a00f-4905-8606-b2fc04383efd",
            "generatedFromUUID": "846612d6-ba00-4cf9-a5fe-a40a35057b29"
          },
          "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": "f0071818-a00f-4905-8606-b2fc04383efd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NjExZTgxNTc5YjhhMTBlNDAxMWNhMDBhZTFmMmM2ZDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f61fc906-0b76-43ce-ad19-d494919e2566"
    }
  ],
  "workloadContext": "Production"
}
2022-09-23T23:42:59.754Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-23T23:42:59.754Z|8cc04a3b-7e06-4873-bf7f-fb81173aacaf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 38c48470-661a-4164-ac67-fca48720d27e ASDC
2022-09-23T23:42:59.755Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||ASDC Notification:
DistributionID:bcc1086e-2e5f-41d6-8dce-3a4671a46eca
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:38c48470-661a-4164-ac67-fca48720d27e
ServiceInvariantUUID:102df9f0-7931-4768-ac5a-43d50788d773
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:f61fc906-0b76-43ce-ad19-d494919e2566
ArtifactChecksum:NjExZTgxNTc5YjhhMTBlNDAxMWNhMDBhZTFmMmM2ZDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:0dd30bdc-bc1e-4a56-b68a-2b10c35877c4
ResourceInvariantUUID:c200d32b-1b71-42de-a931-6530113b13f0
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:78741bdc-9d3f-4106-9486-36b6aec11c1e
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:e416590b-c8e8-4ab2-8a83-f073e75dc2b7
ArtifactChecksum:ZDcwY2RlYzQxYzdlNjUyZWU4ZjllMWE2NTE5MWZhZjM=
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:846612d6-ba00-4cf9-a5fe-a40a35057b29
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:f0071818-a00f-4905-8606-b2fc04383efd
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:f0071818-a00f-4905-8606-b2fc04383efd
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-23T23:42:59.755Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 38c48470-661a-4164-ac67-fca48720d27e 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-09-23T23:42:59.873Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T23:42:59.874Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||MSO config path is: /app
2022-09-23T23:42:59.874Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||MSO config path is: /app
2022-09-23T23:42:59.875Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||Trying to download the artifact UUID: f61fc906-0b76-43ce-ad19-d494919e2566 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-23T23:42:59.875Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - download
2022-09-23T23:42:59.875Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:43:00.334Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||GET Response Status 200
2022-09-23T23:43:00.356Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar f61fc906-0b76-43ce-ad19-d494919e2566 82521
2022-09-23T23:43:00.356Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:43:00.374Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:43:00.374Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T23:43:00.375Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:43:00.387Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:43:00.388Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||try to send status {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976580356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:43:00.491Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-23T23:43:00.492Z||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-09-23T23:43:00.492Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:43:00.510Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:43:00.510Z||pool-131-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-23T23:43:01.390Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T23:43:01.390Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||MSO config path is: /app
2022-09-23T23:43:01.391Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||Trying to write artifact UUID: f61fc906-0b76-43ce-ad19-d494919e2566, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-23T23:43:01.394Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-09-23T23:43:01.395Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-23T23:43:01.395Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-23T23:43:01.732Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4094721589396834/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-09-23T23:43:07.192Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-09-23T23:43:07.196Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|WARN|500||####################################################################################################
2022-09-23T23:43:07.196Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-23T23:43:07.196Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-23T23:43:07.197Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:43:07.197Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:43:07.197Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-23T23:43:07.197Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:43:07.197Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:43:07.197Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:43:07.197Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-23T23:43:07.197Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|WARN|500||####################################################################################################
2022-09-23T23:43:07.198Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:43:07.198Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T23:43:07.199Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-23T23:43:07.199Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Search for entities recursively
2022-09-23T23:43:07.200Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T23:43:07.201Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:43:07.201Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T23:43:07.202Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-23T23:43:07.202Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Search for entities recursively
2022-09-23T23:43:07.202Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T23:43:07.203Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:43:07.203Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T23:43:07.203Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:43:07.203Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-23T23:43:07.203Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-09-23T23:43:07.204Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-09-23T23:43:07.204Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-09-23T23:43:07.205Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-23T23:43:07.205Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-23T23:43:07.205Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:43:07.206Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:43:07.207Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:43:07.207Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-23T23:43:07.207Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T23:43:07.208Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:43:07.208Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-23T23:43:07.208Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T23:43:07.208Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:43:07.208Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-23T23:43:07.209Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T23:43:07.209Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:43:07.209Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-23T23:43:07.209Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-23T23:43:07.209Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-23T23:43:07.210Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7b271d50-1668-4039-b16b-7201a7aae425
2022-09-23T23:43:07.210Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:43:07.211Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T23:43:07.211Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:43:07.211Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T23:43:07.212Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:43:07.212Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T23:43:07.212Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:43:07.213Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T23:43:07.213Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:38c48470-661a-4164-ac67-fca48720d27e
Model Version:NULL
Model InvariantUuid:102df9f0-7931-4768-ac5a-43d50788d773
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:52528b2e-f425-4c3f-bdfb-fea770ad17fd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c200d32b-1b71-42de-a931-6530113b13f0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0dd30bdc-bc1e-4a56-b68a-2b10c35877c4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d9920f0c-5177-4ef5-9ba7-5f35e372f3a7
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:62c77102-845e-4f0e-8851-9876a739feae
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7b271d50-1668-4039-b16b-7201a7aae425
ModelInvariantUuid:c5f668c2-5860-4460-a66a-bcbc9633562b
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:ae4365e6-5eba-4c09-ae56-60166294f71a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:42b0cc69-b4e3-473a-b480-25aaa628e100
ModelInvariantUuid:e4eb95a7-5f44-426d-900a-458e1881fdfa
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:0408a56e-3682-4d46-9e16-ee9f3e38aaba
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-09-23T23:43:07.263Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 78741bdc-9d3f-4106-9486-36b6aec11c1e
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-09-23T23:43:07.284Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||basic_vm_macro 0
2022-09-23T23:43:07.288Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 78741bdc-9d3f-4106-9486-36b6aec11c1e
2022-09-23T23:43:07.288Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||Trying to download the artifact UUID: e416590b-c8e8-4ab2-8a83-f073e75dc2b7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-09-23T23:43:07.289Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - download
2022-09-23T23:43:07.289Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:43:07.421Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||GET Response Status 200
2022-09-23T23:43:07.423Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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 e416590b-c8e8-4ab2-8a83-f073e75dc2b7 792
2022-09-23T23:43:07.423Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:43:07.424Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:43:07.425Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T23:43:07.426Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:43:07.434Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:43:07.435Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||try to send status {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976587423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:43:07.539Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-23T23:43:07.540Z||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-09-23T23:43:07.541Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:43:07.569Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:43:07.570Z||pool-132-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-09-23T23:43:08.436Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d9920f0c-5177-4ef5-9ba7-5f35e372f3a7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "62c77102-845e-4f0e-8851-9876a739feae",
    "vfModuleModelCustomizationUUID": "b9ed508c-d561-4b45-a517-2dd8db0e3f7f",
    "isBase": true,
    "artifacts": [
      "846612d6-ba00-4cf9-a5fe-a40a35057b29",
      "f0071818-a00f-4905-8606-b2fc04383efd"
    ],
    "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-09-23T23:43:08.439Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:62c77102-845e-4f0e-8851-9876a739feae
VfModuleModelInvariantUUID:d9920f0c-5177-4ef5-9ba7-5f35e372f3a7
VfModuleModelDescription:NULL
Artifacts UUID List:{
846612d6-ba00-4cf9-a5fe-a40a35057b29
,
f0071818-a00f-4905-8606-b2fc04383efd

}
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-09-23T23:43:08.442Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d9920f0c-5177-4ef5-9ba7-5f35e372f3a7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "62c77102-845e-4f0e-8851-9876a739feae",
    "vfModuleModelCustomizationUUID": "b9ed508c-d561-4b45-a517-2dd8db0e3f7f",
    "isBase": true,
    "artifacts": [
      "846612d6-ba00-4cf9-a5fe-a40a35057b29",
      "f0071818-a00f-4905-8606-b2fc04383efd"
    ],
    "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-09-23T23:43:08.442Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:62c77102-845e-4f0e-8851-9876a739feae
VfModuleModelInvariantUUID:d9920f0c-5177-4ef5-9ba7-5f35e372f3a7
VfModuleModelDescription:NULL
Artifacts UUID List:{
846612d6-ba00-4cf9-a5fe-a40a35057b29
,
f0071818-a00f-4905-8606-b2fc04383efd

}
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-09-23T23:43:08.442Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||Trying to download the artifact UUID: 846612d6-ba00-4cf9-a5fe-a40a35057b29 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-09-23T23:43:08.443Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - download
2022-09-23T23:43:08.443Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:43:08.501Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||GET Response Status 200
2022-09-23T23:43:08.502Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 846612d6-ba00-4cf9-a5fe-a40a35057b29 5033
2022-09-23T23:43:08.502Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:43:08.503Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:43:08.503Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T23:43:08.505Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:43:08.511Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:43:08.512Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||try to send status {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976588502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:43:08.619Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-09-23T23:43:08.621Z||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-09-23T23:43:08.621Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:43:08.641Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:43:08.641Z||pool-133-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-23T23:43:09.514Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||Trying to download the artifact UUID: f0071818-a00f-4905-8606-b2fc04383efd from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-09-23T23:43:09.515Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - download
2022-09-23T23:43:09.515Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:43:09.593Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||GET Response Status 200
2022-09-23T23:43:09.596Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env f0071818-a00f-4905-8606-b2fc04383efd 903
2022-09-23T23:43:09.597Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:43:09.597Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:43:09.598Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T23:43:09.598Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:43:09.601Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:43:09.601Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||try to send status {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976589597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:43:09.701Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T23:43:09.703Z||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-09-23T23:43:09.704Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:43:09.740Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:43:09.741Z||pool-134-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-09-23T23:43:10.602Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Preparing to deploy Service: 38c48470-661a-4164-ac67-fca48720d27e
2022-09-23T23:43:10.603Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 78741bdc-9d3f-4106-9486-36b6aec11c1e 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-09-23T23:43:10.628Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c0d37e1, org.onap.sdc.toscaparser.api.parameters.Input@6d985db, org.onap.sdc.toscaparser.api.parameters.Input@7ee09924, org.onap.sdc.toscaparser.api.parameters.Input@18d009f1, org.onap.sdc.toscaparser.api.parameters.Input@6d978735]
2022-09-23T23:43:10.630Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:43:10.631Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T23:43:10.631Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||VF Category is: Generic 
2022-09-23T23:43:10.631Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||VFCustomizationUUID= 0dd30bdc-bc1e-4a56-b68a-2b10c35877c4
2022-09-23T23:43:10.632Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0dd30bdc-bc1e-4a56-b68a-2b10c35877c4 matches Tosca VF Customization UUID: 0dd30bdc-bc1e-4a56-b68a-2b10c35877c4
2022-09-23T23:43:10.632Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||vfCustomizationUUID: 0dd30bdc-bc1e-4a56-b68a-2b10c35877c4  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-09-23T23:43:10.638Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:43:10.638Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T23:43:10.639Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||resource request for resource customization id 0dd30bdc-bc1e-4a56-b68a-2b10c35877c4: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-09-23T23:43:10.639Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@457eb1a6
2022-09-23T23:43:10.639Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:43:10.640Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:43:10.640Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b9ed508c-d561-4b45-a517-2dd8db0e3f7f
2022-09-23T23:43:10.641Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b9ed508c-d561-4b45-a517-2dd8db0e3f7f
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-09-23T23:43:10.644Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:43:10.644Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-23T23:43:10.658Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T23:43:10.658Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:43:10.659Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-23T23:43:10.659Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T23:43:10.659Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:43:10.660Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-23T23:43:10.660Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-23T23:43:10.661Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-23T23:43:10.661Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7b271d50-1668-4039-b16b-7201a7aae425
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-09-23T23:43:10.667Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:43:10.667Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-23T23:43:10.668Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T23:43:10.687Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:43:10.688Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-23T23:43:10.688Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=0dd30bdc-bc1e-4a56-b68a-2b10c35877c4
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-09-23T23:43:10.704Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:43:10.705Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T23:43:10.708Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500|| resourceSeq for service uuid 38c48470-661a-4164-ac67-fca48720d27e: basic_vm_macro
2022-09-23T23:43:10.709Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:43:10.710Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T23:43:10.711Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:43:10.712Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T23:43:10.713Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:43:10.714Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T23:43:10.716Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:43:10.717Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T23:43:10.722Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T23:43:10.723Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T23:43:10.724Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:43:11.068Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 78741bdc-9d3f-4106-9486-36b6aec11c1e 1 ASDC deployResourceStructure
2022-09-23T23:43:11.069Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:43:11.070Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:43:11.070Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T23:43:11.071Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:43:11.078Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:43:11.078Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||try to send status {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976591069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T23:43:11.189Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-09-23T23:43:11.190Z||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-09-23T23:43:11.190Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:43:11.233Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:43:11.234Z||pool-135-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
2022-09-23T23:43:11.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:43:11.351Z||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-09-23T23:43:11.351Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:43:12.015Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:43:12.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:43:12.016Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976570495,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-23T23:43:12.018Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:43:12.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:43:12.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:43:12.019Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:43:12.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:43:12.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T23:43:12.020Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:43:12.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:43:12.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-23T23:43:12.020Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:43:12.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:43:12.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:43:12.021Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:43:12.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:43:12.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-23T23:43:12.022Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:43:12.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:43:12.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:43:12.023Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:43:12.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:43:12.024Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:43:12.024Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:43:12.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:43:12.025Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976411327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T23:43:12.025Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:43:12.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:43:12.026Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976580356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:43:12.026Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:43:12.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:43:12.027Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976587423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:43:12.027Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:43:12.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:43:12.028Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976588502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:43:12.029Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:43:12.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:43:12.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976589597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:43:12.034Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:43:12.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T23:43:12.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976591069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T23:43:12.036Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:43:12.081Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:43:12.083Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:43:12.084Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T23:43:12.118Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:43:12.127Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:43:12.127Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||try to send status {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976592080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-23T23:43:12.233Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-09-23T23:43:12.238Z||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-09-23T23:43:12.239Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:43:12.281Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:43:12.282Z||pool-136-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-09-23T23:43:13.130Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:43:13.131Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:43:13.132Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T23:43:13.132Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:43:13.148Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:43:13.148Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||try to send status {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976593130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-23T23:43:13.249Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-23T23:43:13.250Z||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-09-23T23:43:13.251Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:43:13.279Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:43:13.279Z||pool-137-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-23T23:43:14.149Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:43:14.149Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:43:14.149Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T23:43:14.149Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:43:14.154Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:43:14.154Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||try to send status {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976594149,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T23:43:14.256Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-23T23:43:14.260Z||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-09-23T23:43:14.261Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:43:14.316Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:43:14.318Z||pool-138-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":1,"count":1}
2022-09-23T23:43:15.159Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcc1086e-2e5f-41d6-8dce-3a4671a46eca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-23T23:43:15.175Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcc1086e-2e5f-41d6-8dce-3a4671a46eca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-23T23:43:15.179Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T23:43:15.181Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-23T23:43:15.182Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-23T23:43:15.182Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-23T23:43:15.183Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-23T23:43:15.184Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?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-09-23T23:43:15.198Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-23T23:43:45.199Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: bcc1086e-2e5f-41d6-8dce-3a4671a46eca 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-09-23T23:43:45.213Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bcc1086e-2e5f-41d6-8dce-3a4671a46eca and serviceModelVersionId: 38c48470-661a-4164-ac67-fca48720d27e
2022-09-23T23:43:45.215Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 102df9f0-7931-4768-ac5a-43d50788d773
2022-09-23T23:43:45.217Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0
2022-09-23T23:43:45.223Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d56d40f-e2db-499c-99e5-e799e7191a07/model-vers/model-ver/694a9ec2-06e0-48bc-88e9-c195efca0d70?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-09-23T23:43:45.361Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||Invoke
2022-09-23T23:43:45.362Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bcc1086e-2e5f-41d6-8dce-3a4671a46eca], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5cb91452-9066-40fb-82bf-d1d4d45eb3ce], X-ECOMP-RequestID=[bcc1086e-2e5f-41d6-8dce-3a4671a46eca], X-TransactionId=[], X-ONAP-RequestID=[bcc1086e-2e5f-41d6-8dce-3a4671a46eca], Content-Type=[application/merge-patch+json]}
2022-09-23T23:43:46.920Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||Invoke
2022-09-23T23:43:46.925Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bcc1086e-2e5f-41d6-8dce-3a4671a46eca], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[04346fad-e4e4-4f15-abac-2e812e3b86d8], X-ECOMP-RequestID=[bcc1086e-2e5f-41d6-8dce-3a4671a46eca], X-TransactionId=[], X-ONAP-RequestID=[bcc1086e-2e5f-41d6-8dce-3a4671a46eca], Content-Type=[application/merge-patch+json]}
2022-09-23T23:43:48.469Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||Invoke
2022-09-23T23:43:48.469Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bcc1086e-2e5f-41d6-8dce-3a4671a46eca], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a516f5de-1bff-43ca-8295-4ff801352292], X-ECOMP-RequestID=[bcc1086e-2e5f-41d6-8dce-3a4671a46eca], X-TransactionId=[], X-ONAP-RequestID=[bcc1086e-2e5f-41d6-8dce-3a4671a46eca], Content-Type=[application/merge-patch+json]}
2022-09-23T23:43:49.522Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T23:43:49.535Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?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-09-23T23:43:49.535Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T23:43:49.535Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?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-09-23T23:43:49.572Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?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-09-23T23:43:49.572Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bcc1086e-2e5f-41d6-8dce-3a4671a46eca and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T23:43:49.572Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-23T23:43:49.573Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T23:43:49.583Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T23:43:49.583Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|DEBUG|500||try to send status {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976629572,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-23T23:43:49.684Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 70 ms
2022-09-23T23:43:49.686Z||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-09-23T23:43:49.686Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:43:49.734Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:43:49.737Z||pool-139-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":2,"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-09-23T23:43:50.643Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:43:50.645Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?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-09-23T23:43:50.645Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:44:00.873Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:44:00.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:44:00.875Z||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-09-23T23:44:00.875Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:44:10.459Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:44:10.460Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:44:10.460Z||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-09-23T23:44:10.460Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:44:11.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:44:11.349Z||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-09-23T23:44:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:44:12.035Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:44:12.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T23:44:12.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976592080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-23T23:44:12.040Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:44:20.040Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:44:20.041Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:44:20.041Z||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-09-23T23:44:20.042Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:44:29.971Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:45:11.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:45:11.335Z||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-09-23T23:45:11.335Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:45:11.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:45:11.348Z||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-09-23T23:45:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:45:11.453Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:45:11.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T23:45:11.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976593130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-23T23:45:11.454Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:45:11.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T23:45:11.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976594149,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T23:45:11.454Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:45:11.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T23:45:11.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663976629572,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-23T23:45:11.454Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:45:21.015Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:46:11.328Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:46:11.344Z||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-09-23T23:46:11.344Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:46:11.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:46:11.370Z||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-09-23T23:46:11.382Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:46:11.937Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:46:11.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T23:46:11.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "cds",
  "timestamp": 1663976670511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:46:11.952Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:46:11.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T23:46:11.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "cds",
  "timestamp": 1663976670511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:46:11.954Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:46:11.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T23:46:11.959Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "cds",
  "timestamp": 1663976670511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:46:11.960Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:46:11.960Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T23:46:11.961Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "cds",
  "timestamp": 1663976670511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:46:11.962Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:46:11.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T23:46:11.963Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "cds",
  "timestamp": 1663976670511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:46:11.964Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:46:11.964Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T23:46:11.965Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "cds",
  "timestamp": 1663976670511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:46:11.965Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:46:11.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T23:46:11.967Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "cds",
  "timestamp": 1663976670511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:46:11.967Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:46:11.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T23:46:11.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "cds",
  "timestamp": 1663976670511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:46:11.969Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:46:11.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T23:46:11.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "cds",
  "timestamp": 1663976670511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:46:11.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:46:11.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T23:46:11.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "cds",
  "timestamp": 1663976670511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T23:46:11.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:46:11.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T23:46:11.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "cds",
  "timestamp": 1663976686173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T23:46:11.989Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T23:46:11.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T23:46:11.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc04a3b-7e06-4873-bf7f-fb81173aacaf",
  "consumerID": "cds",
  "timestamp": 1663976690245,
  "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=?
2022-09-23T23:46:12.042Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8cc04a3b-7e06-4873-bf7f-fb81173aacaf
2022-09-23T23:46:12.043Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8cc04a3b-7e06-4873-bf7f-fb81173aacaf 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-09-23T23:46:12.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T23:46:12.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "cds",
  "timestamp": 1663976670511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:46:12.089Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:46:12.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T23:46:12.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "cds",
  "timestamp": 1663976670511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:46:12.090Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:46:12.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T23:46:12.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "cds",
  "timestamp": 1663976670511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:46:12.091Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:46:12.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T23:46:12.091Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "cds",
  "timestamp": 1663976670511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:46:12.091Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:46:12.092Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T23:46:12.092Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcc1086e-2e5f-41d6-8dce-3a4671a46eca",
  "consumerID": "cds",
  "timestamp": 1663976670511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T23:46:12.092Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T23:46:20.943Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:47:11.330Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:47:11.331Z||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-09-23T23:47:11.331Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:47:11.350Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:47:11.351Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?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-09-23T23:47:11.351Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:47:20.907Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:47:20.916Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:48:11.327Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:48:11.328Z||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-09-23T23:48:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:48:11.348Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:48:11.349Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-23T23:48:11.349Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:48:21.012Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:48:21.016Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:49:11.327Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:49:11.329Z||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-09-23T23:49:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:49:11.351Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:49:11.351Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-23T23:49:11.351Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:49:20.940Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:49:20.944Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:50:11.327Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:50:11.328Z||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-09-23T23:50:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:50:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:50:11.349Z||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-09-23T23:50:11.351Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:50:20.936Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:50:21.118Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:51:11.327Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:51:11.328Z||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-09-23T23:51:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:51:11.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:51:11.348Z||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-09-23T23:51:11.348Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:51:20.988Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:51:21.048Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:52:11.327Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:52:11.328Z||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-09-23T23:52:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:52:11.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:52:11.349Z||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-09-23T23:52:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:52:20.969Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:52:20.976Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:53:11.327Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:53:11.329Z||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-09-23T23:53:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:53:11.348Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:53:11.349Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-23T23:53:11.350Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:53:21.007Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:53:21.028Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:54:11.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:54:11.330Z||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-09-23T23:54:11.335Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:54:11.348Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:54:11.349Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?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-09-23T23:54:11.349Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:54:20.924Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:54:20.926Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:55:11.327Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:55:11.328Z||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-09-23T23:55:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:55:11.348Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:55:11.349Z||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-09-23T23:55:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:55:20.959Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:55:20.967Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:56:11.327Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:56:11.327Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?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-09-23T23:56:11.328Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:56:11.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:56:11.348Z||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-09-23T23:56:11.348Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:56:21.132Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:56:21.138Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:57:11.327Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:57:11.329Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?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-09-23T23:57:11.329Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:57:11.351Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:57:11.352Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-23T23:57:11.356Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:57:20.953Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:57:20.969Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:58:11.327Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:58:11.327Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?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-09-23T23:58:11.328Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:58:11.351Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:58:11.351Z||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-09-23T23:58:11.351Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:58:21.025Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:58:21.043Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:59:11.329Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:59:11.330Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?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-09-23T23:59:11.331Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:59:11.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T23:59:11.348Z||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-09-23T23:59:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T23:59:20.930Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T23:59:20.933Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:00:11.327Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:00:11.330Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?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-09-24T00:00:11.330Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:00:11.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:00:11.349Z||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-09-24T00:00:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:00:20.920Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:00:20.953Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:01:11.327Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:01:11.328Z||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-09-24T00:01:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:01:11.348Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:01:11.349Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-24T00:01:11.349Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:01:20.889Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:01:20.913Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:02:11.327Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:02:11.329Z||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-09-24T00:02:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:02:11.348Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:02:11.348Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?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-09-24T00:02:11.348Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:02:21.010Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:02:21.011Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:03:11.327Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:03:11.327Z||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-09-24T00:03:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:03:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:03:11.349Z||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-09-24T00:03:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:03:20.979Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:03:20.986Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:04:11.327Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:04:11.327Z||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-09-24T00:04:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:04:11.348Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:04:11.348Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?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-09-24T00:04:11.349Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:04:20.891Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:04:20.902Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:05:11.327Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:05:11.329Z||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-09-24T00:05:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:05:11.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:05:11.349Z||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-09-24T00:05:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:05:20.912Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:05:20.930Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:06:11.327Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:06:11.328Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-24T00:06:11.329Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:06:11.348Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:06:11.351Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?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-09-24T00:06:11.351Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:06:21.007Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:06:21.056Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:07:11.327Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:07:11.328Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-24T00:07:11.328Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:07:11.360Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:07:11.362Z||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-09-24T00:07:11.400Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:07:20.946Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:07:21.152Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:08:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:08:11.328Z||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-09-24T00:08:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:08:11.357Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:08:11.357Z||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-09-24T00:08:11.357Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:08:20.985Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:08:20.981Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:09:11.327Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:09:11.328Z||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-09-24T00:09:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:09:11.348Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:09:11.349Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?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-09-24T00:09:11.349Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:09:20.915Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:09:20.941Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:10:11.327Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:10:11.331Z||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-09-24T00:10:11.332Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:10:11.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:10:11.349Z||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-09-24T00:10:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:10:20.937Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:10:20.942Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:11:11.327Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:11:11.328Z||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-09-24T00:11:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:11:11.348Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:11:11.349Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?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-09-24T00:11:11.349Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:11:20.938Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:11:20.964Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:12:11.327Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:12:11.327Z||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-09-24T00:12:11.327Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:12:11.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:12:11.349Z||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-09-24T00:12:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:12:20.939Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:12:20.957Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:13:11.327Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:13:11.328Z||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-09-24T00:13:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:13:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:13:11.348Z||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-09-24T00:13:11.348Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:13:20.995Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:13:21.034Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:14:11.327Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:14:11.329Z||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-09-24T00:14:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:14:11.350Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:14:11.350Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?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-09-24T00:14:11.350Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:14:20.950Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:14:20.977Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:15:11.327Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:15:11.328Z||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-09-24T00:15:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:15:11.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:15:11.363Z||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-09-24T00:15:11.363Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:15:20.931Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:15:20.954Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:16:11.327Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:16:11.328Z||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-09-24T00:16:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:16:11.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:16:11.349Z||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-09-24T00:16:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:16:20.908Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:16:20.917Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:17:11.327Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:17:11.328Z||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-09-24T00:17:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:17:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:17:11.348Z||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-09-24T00:17:11.348Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:17:20.940Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:17:20.965Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:18:11.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:18:11.332Z||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-09-24T00:18:11.332Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:18:11.348Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:18:11.348Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?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-09-24T00:18:11.348Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:18:20.982Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:18:21.018Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:19:11.327Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:19:11.331Z||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-09-24T00:19:11.331Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:19:11.348Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:19:11.349Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?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-09-24T00:19:11.349Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:19:20.926Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:19:20.954Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:20:11.329Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:20:11.330Z||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-09-24T00:20:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:20:11.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:20:11.348Z||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-09-24T00:20:11.348Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:20:20.890Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:20:20.924Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:21:11.327Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:21:11.328Z||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-09-24T00:21:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:21:11.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:21:11.348Z||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-09-24T00:21:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:21:20.945Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:21:20.966Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:22:11.329Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:22:11.330Z||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-09-24T00:22:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:22:11.348Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:22:11.348Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-24T00:22:11.349Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:22:20.917Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:22:20.926Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:23:11.327Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:23:11.328Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?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-09-24T00:23:11.328Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:23:11.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:23:11.348Z||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-09-24T00:23:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:23:21.140Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:23:21.146Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:24:11.327Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:24:11.329Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?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-09-24T00:24:11.329Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:24:11.348Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:24:11.349Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?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-09-24T00:24:11.349Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:24:20.968Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:24:20.972Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:25:11.330Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:25:11.331Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?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-09-24T00:25:11.331Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:25:11.348Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:25:11.349Z||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-09-24T00:25:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:25:20.905Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:25:20.920Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:26:11.327Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:26:11.328Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?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-09-24T00:26:11.328Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:26:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:26:11.349Z||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-09-24T00:26:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:26:20.969Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:26:21.019Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:27:11.327Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:27:11.328Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-24T00:27:11.328Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:27:11.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:27:11.349Z||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-09-24T00:27:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:27:20.905Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:27:20.906Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:28:11.327Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:28:11.331Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-24T00:28:11.332Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:28:11.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:28:11.349Z||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-09-24T00:28:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:28:20.910Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:28:21.002Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:29:11.327Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:29:11.328Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-24T00:29:11.329Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:29:11.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:29:11.349Z||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-09-24T00:29:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:29:21.011Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:29:21.100Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:30:11.327Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:30:11.327Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-24T00:30:11.328Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:30:11.348Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:30:11.348Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?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-09-24T00:30:11.349Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:30:21.010Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:30:21.025Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:31:11.327Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:31:11.327Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-24T00:31:11.328Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:31:11.348Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:31:11.349Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?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-09-24T00:31:11.349Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:31:20.925Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:31:20.945Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:32:11.338Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:32:11.342Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-24T00:32:11.342Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:32:11.348Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:32:11.349Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?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-09-24T00:32:11.349Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:32:20.953Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:32:20.972Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:33:11.327Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:33:11.328Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-24T00:33:11.328Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:33:11.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:33:11.349Z||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-09-24T00:33:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:33:20.954Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:33:20.964Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:34:11.327Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:34:11.328Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-24T00:34:11.328Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:34:11.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:34:11.349Z||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-09-24T00:34:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:34:20.972Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:34:20.977Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:35:11.327Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:35:11.328Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-24T00:35:11.328Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:35:11.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:35:11.348Z||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-09-24T00:35:11.348Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:35:20.942Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:35:20.962Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:36:11.330Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:36:11.332Z||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-09-24T00:36:11.332Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:36:11.350Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:36:11.354Z||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-09-24T00:36:11.355Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:36:20.923Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:36:20.950Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:37:11.331Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:37:11.338Z||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-09-24T00:37:11.342Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:37:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:37:11.348Z||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-09-24T00:37:11.348Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:37:21.042Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:37:21.051Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:38:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:38:11.328Z||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-09-24T00:38:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:38:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:38:11.352Z||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-09-24T00:38:11.353Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:38:20.993Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:38:21.102Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:39:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:39:11.329Z||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-09-24T00:39:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:39:11.348Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:39:11.350Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-24T00:39:11.351Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:39:20.943Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:39:20.959Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:40:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:40:11.328Z||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-09-24T00:40:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:40:11.348Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:40:11.349Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?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-09-24T00:40:11.349Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:40:21.039Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:40:21.028Z|f0371c7d-fcbf-46de-88f0-31b0cdb13eb5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e5ea4be-c9fa-41b5-a5e7-f6a2ca00137c/model-vers/model-ver/a918181c-36eb-47b9-8732-f58f37cdd096?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:41:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:41:11.328Z||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-09-24T00:41:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:41:11.349Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:41:11.349Z||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-09-24T00:41:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:41:20.908Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:41:20.995Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:42:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:42:11.328Z||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-09-24T00:42:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:42:11.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:42:11.349Z||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-09-24T00:42:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:42:20.905Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:42:21.015Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:43:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:43:11.329Z||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-09-24T00:43:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:43:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:43:11.348Z||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-09-24T00:43:11.348Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:43:20.961Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:43:20.967Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:44:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:44:11.329Z||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-09-24T00:44:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:44:11.348Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:44:11.349Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-24T00:44:11.349Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:44:20.902Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:44:20.931Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:45:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:45:11.329Z||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-09-24T00:45:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:45:11.348Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:45:11.349Z||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-09-24T00:45:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:45:20.926Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:45:20.933Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:46:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:46:11.329Z||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-09-24T00:46:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:46:11.348Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:46:11.348Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?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-09-24T00:46:11.349Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:46:20.918Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:46:20.966Z|bcc1086e-2e5f-41d6-8dce-3a4671a46eca|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/102df9f0-7931-4768-ac5a-43d50788d773/model-vers/model-ver/38c48470-661a-4164-ac67-fca48720d27e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:47:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:47:11.328Z||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-09-24T00:47:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:47:11.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:47:11.349Z||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-09-24T00:47:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:47:20.934Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:47:20.936Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:48:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:48:11.328Z||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-09-24T00:48:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:48:11.348Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:48:11.348Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?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-09-24T00:48:11.349Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:48:20.910Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:48:21.016Z|cbd0eb3a-fa2f-4403-a868-8ee780710099|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b686ae36-bdf8-4b1c-90bd-5c2c05ae9231/model-vers/model-ver/c328b443-68c0-4a52-a4b0-8ef59dac40ac?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:49:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:49:11.328Z||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-09-24T00:49:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:49:11.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:49:11.349Z||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-09-24T00:49:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:49:21.030Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:49:21.041Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:50:11.327Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:50:11.328Z||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-09-24T00:50:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:50:11.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:50:11.349Z||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-09-24T00:50:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:50:20.912Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:50:20.931Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:51:11.327Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:51:11.328Z||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-09-24T00:51:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:51:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:51:11.349Z||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-09-24T00:51:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:51:20.947Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:51:20.952Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:52:11.327Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:52:11.328Z||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-09-24T00:52:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:52:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T00:52:11.348Z||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-09-24T00:52:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-24T00:52:20.944Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-24T00:52:21.009Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK